You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So to take Intl.DurationFormat as an example. Is the ID intl-durationformat, intldurationformat, intl-duration-format etc. Trial and error usually succeeds but can be frustrating.
Is data for a particular feature even supported at all?
The feature could be too new or too niche. Or it could be included as part of something else. e.g. Intl.DurationFormat has its own data, whereas some other methods of Intl are included in general support data for Intl, rather than having their own ID.
And an additional example from me:
What if you're interested in writing about mask-clip for example, and want to show a baseline banner for it? How would go about finding if there's a feature for it, and what its ID is?
Searching for mask-clip on webstatus.dev returns 0 results as there's no feature with that name.
I made this page recently: https://web-platform-dx.github.io/web-features-explorer/ids/. With it, you can search for the mask-clip property and see that it's part of the masks feature.
So, something like this, but nicer, and maybe with some words about what BCD keys are and about using the compute-baseline package to display a status based on a BCD key that's part of a bigger feature, would help consumers.
As the web-features repo contains more and more features, and as these features change over time, I think it'll become increasingly useful for consumers of the data to find IDs of features, or ways to point to sub-parts of features. Something to keep in mind and improve over time.
The text was updated successfully, but these errors were encountered:
See web-platform-dx/baseline-status#49 for context.
Here are two use cases from @o-t-w:
What is the ID for a feature?
So to take Intl.DurationFormat as an example. Is the ID intl-durationformat, intldurationformat, intl-duration-format etc. Trial and error usually succeeds but can be frustrating.
Is data for a particular feature even supported at all?
The feature could be too new or too niche. Or it could be included as part of something else. e.g. Intl.DurationFormat has its own data, whereas some other methods of Intl are included in general support data for Intl, rather than having their own ID.
And an additional example from me:
What if you're interested in writing about mask-clip for example, and want to show a baseline banner for it? How would go about finding if there's a feature for it, and what its ID is?
Searching for mask-clip on webstatus.dev returns 0 results as there's no feature with that name.
I made this page recently: https://web-platform-dx.github.io/web-features-explorer/ids/. With it, you can search for the mask-clip property and see that it's part of the masks feature.
So, something like this, but nicer, and maybe with some words about what BCD keys are and about using the compute-baseline package to display a status based on a BCD key that's part of a bigger feature, would help consumers.
As the web-features repo contains more and more features, and as these features change over time, I think it'll become increasingly useful for consumers of the data to find IDs of features, or ways to point to sub-parts of features. Something to keep in mind and improve over time.
The text was updated successfully, but these errors were encountered: