-
Notifications
You must be signed in to change notification settings - Fork 233
Upgrade BCD to 7.2.2 #3640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade BCD to 7.2.2 #3640
Conversation
| # baseline: false | ||
| # support: | ||
| # chrome: "135" | ||
| # chrome_android: "135" | ||
| # edge: "135" | ||
| # firefox: "144" | ||
| # firefox_android: "144" | ||
| - api.HTMLElement.command_event |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might need to discuss about whether the command event should block this feature reaching Baseline Newly Available or not.
Safari is advertising the command and commandfor attributes as supported here: https://developer.apple.com/documentation/safari-release-notes/safari-26_2-release-notes#HTML
Should the command JS event block this feature (which the whole point of is to unlock declarative behavior, i.e. with no JS).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think api.HTMLElement.command_event should actually be marked as shipping in Safari 26.2. Probably an oversight given our BCD collector doesn't have good coverage for events. I see it is already marked implemented in BCD as "preview" (meaning SF TP) and it seems available in my latest Safari version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see mdn/browser-compat-data#28702 (trying to get a reviewer for it)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I've approved that PR (although I don't have a "green checkmark" approval on BCD).
Elchi3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
We merged more BCD PRs to correct some data for Safari 26.2. BCD should be released tomorrow once more. So, before doing a web-features release, we could wait for BCD 7.2.3 and then release web-features.
|
@captainbrosset out of curiosity, why did you create this PR instead using Dependabot? |
Bumped to https://github.com/mdn/browser-compat-data/releases/tag/v7.2.2
Newsworthy changes:
New Baseline Newly Available features:
document-caretpositionfrompointevent-timinglargest-contentful-paintscrollbar-colorscrollendOther changes
hidden-until-foundis now marked is unsupported in Firefox due to https://bugzil.la/2006040 (used to be 139). Still Limited Availability though (no change).TODO:
.ymlfiles and commit your changes.npm install && npm run dist && npm test && git commit --all --message="Refresh dist" && git push.After merging, do these steps: