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
Noticed these were missing while doing some frontend archeology.
There are also dozens of other caniuse links missing. What would be the preferred way to update these? Add them to this PR or create several smaller PRs?
Hi @bartveneman, thanks for your interest in helping out! The wf- features on caniuse are actually imported from web-features, so these links end up being self-referential. I don't think we want to create those links, but that's not currently communicated anywhere. I've opened #4345 for a better error message.
There are other features where mappings might exist, but it's not exactly straightforward. We have some guidance in our docs to help you learn how to set those values. There are two further complications worth mentioning:
Some caniuse features are currently unmappable because the web-features ID represents a larger (or smaller) feature than caniuse covers (especially for older features). To map those, we need to be able to merge features and mint historical features; this is currently blocked by Demo: merge authoring #4083 and related work.
There are a couple of WIP PRs, which you'll probably want to avoid duplicating:
If you're still interested in helping, running npx tsx ./scripts/caniuse.ts from the root of the project can show you a Markdown formatted list of caniuse features and whether they're mapped. If you're still keen to contribute, a PR of any size is welcome, though small PRs (yes, even one liners) tend to get merged more quickly. Limiting yourself to 3-5 open PRs at a time is nice too.
If there are questions, issues (or PRs with guesses) are also welcome. Thank you!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feature definitionCreating or defining new features or groups of features.
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Noticed these were missing while doing some frontend archeology.
There are also dozens of other caniuse links missing. What would be the preferred way to update these? Add them to this PR or create several smaller PRs?