-
Notifications
You must be signed in to change notification settings - Fork 37
Description
What information was incorrect, unhelpful, or incomplete?
https://developer.mozilla.org/en-US/docs/Web/API/Web_components
What did you expect to see?
There should be a green "Baseline: Widely Available" banner on this page.
Do you have any supporting links, references, or citations?
mdn/rari#554 which fixed #1321
Do you have anything more you want to share?
This page lists two browser-compat keys:
browser-compat:
- html.elements.template
- api.ShadowRootApropos #1321 (comment)
yes, we've never handled multiple bcd keys for baseline banners: the logic gets surprisingly tricky.
In this case, though, we should probably just detect that the two keys are the same feature and show that banner: I've opened mdn/rari#554 which does that.
We should go a bit further and show a baseline banner when all of the page's web features have baseline status "high". (This would result in the banner disappearing if just one of the features has a baseline reversion, but reversions from "high" are extremely rare.)