Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include "baseline" alerts from MDN #2198

Open
paschun opened this issue Apr 18, 2024 · 1 comment
Open

Include "baseline" alerts from MDN #2198

paschun opened this issue Apr 18, 2024 · 1 comment
Labels

Comments

@paschun
Copy link

paschun commented Apr 18, 2024

Feature request

Include "baseline" alerts from MDN.
For CSS/HTML/JS/DOM docs

Summary

It's cool and useful and easy to know if a feature has cross-browser support.
Just include the alert box that's in the source docs, as opposed to forcing users to navigate away to caniuse or MDN to check for support.

Examples

https://developer.mozilla.org/en-US/docs/Web/API/AbortController/AbortController (baseline: widely available)
https://devdocs.io/dom/abortcontroller/abortcontroller (not there)
https://developer.mozilla.org/en-US/docs/Web/CSS/:has (baseline: newly available)

https://web.dev/explore/baseline/2023
https://github.com/web-platform-dx/web-features/blob/main/packages/web-features/README.md?plain=1#L21-L24

Screenshot 2024-04-17 at 17 58 11 Screenshot 2024-04-17 at 18 02 40
@paschun
Copy link
Author

paschun commented Apr 18, 2024

Just noticed one page that does have a Baseline tag at the top, however it says Baseline: Widely supported on devdocs, but Baseline: newly available on MDN.

https://developer.mozilla.org/en-US/docs/Web/CSS/@layer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant