Skip to content

"Web components" page missing Baseline status #1391

@dfabulich

Description

@dfabulich

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.ShadowRoot

Apropos #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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs content decisionThis issue needs a decision from the MDN Content Team before it can proceed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions