-
Couldn't load subscription status.
- Fork 22.9k
Editorial review: Add ariaNotify() documentation #41101
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
Conversation
Preview URLs (8 pages)
Flaws (6)Note! 5 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
(comment last updated: 2025-09-23 13:56:08) |
|
Thanks for putting this together!! |
@janewman thanks for giving it a look over. I'll move it to the editorial review stage now, but please feel free to chime in if you notice anything that needs attention. |
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Co-authored-by: sideshowbarker <[email protected]>
Description
Chrome 141 adds support for the
ariaNotify()method; see https://chromestatus.com/feature/5745430754230272.This method is currently non-standard, but will be added to the specs imminently; see w3c/aria#2577.
This PR adds:
Document.ariaNotify()pageElement.ariaNotify()pagearia-notifypermissions policy directive pageSetting this to draft for now, as there are still some functionality details to be worked out in tests.
Motivation
Additional details
Related issues and pull requests