Update api.Permissions.permission_accessibility-events
status and Chrome 131 removal
#25860
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.
Summary
This updates the status for
api.Permissions.permission_accessibility-events
and shows its removal from Chrome.Test results and supporting details
Thanks to help from @dontcallmedom in the WebDX chat, I learned that this permission was part of a now-deprecated Accessibility Object Model (AOM) Phase 2 specification. This is no longer the case; see the contemporary AOM spec and its phase 2 specification for comparison.
Because the originating spec is not in good standing, I wasn't able to add it to
spec_url
. I've still marked this feature as deprecated and non-standard track. The linter obliges us to set it to non-experimental, too.Thanks to @caugner in #25854 (comment), I learned that this feature has been removed from Chrome 131 (commit). Given the text of bug 369945541, I think it's likely that this was always behind a flag, so—removal is an option here—but I don't think it's worth the time to go find out if this is true, since this feature will get removed in November 2026 anyway.
Related issues
api.Permissions.permission_accessibility-events
- What is this? #25854