Add caniuse links or comments where the (normalized) IDs match#3300
Open
foolip wants to merge 2 commits intoweb-platform-dx:mainfrom
Open
Add caniuse links or comments where the (normalized) IDs match#3300foolip wants to merge 2 commits intoweb-platform-dx:mainfrom
foolip wants to merge 2 commits intoweb-platform-dx:mainfrom
Conversation
This covers all cases where the web-features and caniuse IDs are the same if hyphens are removed. Some are "false friends" and comments were added to avoid them being matched in the future.
ac881f8 to
ab20d82
Compare
foolip
added a commit
to foolip/web-features
that referenced
this pull request
Sep 2, 2025
Follow-up to web-platform-dx#3300 which only covered cases of (hyphenless) IDs matching. The starting point was a bunch of changes suggested by Gemini, asked to identify features that might be the same. The suggests were reviewed and about half of them are good. Comments were added where the features almost match but not quite. The description of execCommand() is also updated to reflect that the method sits on document, which is baked into the caniuse ID.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This covers all cases where the web-features and caniuse IDs are the
same if hyphens are removed. Some are "false friends" and comments were
added to avoid them being matched in the future.