← back to v141 · aria-notify-api

conformance · v141

v141 · aria-notify-api — conformance probe

6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://github.com/w3c/aria/pull/2577 chromestatus: #5745430754230272 generated 2026-06-01T08:13:08Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
arianotify-on-element ariaNotify is exposed as a method on every Element instance (the spec adds it to the Element interface). script
arianotify-accepts-message ariaNotify accepts a string announcement argument and returns synchronously without throwing. script
arianotify-accepts-options ariaNotify accepts an options dictionary with priority and interrupt fields per the explainer. script
arianotify-not-on-window ariaNotify is an Element method, not a Window method; calling it on window is not part of the surface. script
permissions-policy-feature-name The Permissions Policy interface exists so the 'aria-notify' policy-controlled feature can be introspected. script
arialive-still-supported The pre-existing aria-live attribute is still reflected; ariaNotify supplements live regions, not replaces them. script