Permissions-Policy: aria-notify directive
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The HTTP Permissions-Policy header aria-notify directive controls whether the current document is allowed to use the Document.ariaNotify() and Element.ariaNotify() methods to fire screen reader announcements.
Specifically, where a defined policy blocks usage, any announcements created using ariaNotify() silently fail (they will not be sent).
Syntax
http
Permissions-Policy: aria-notify=<allowlist>;
<allowlist>-
A list of origins for which permission is granted to use the feature. See
Permissions-Policy> Syntax for more details.
Default policy
The default allowlist for aria-notify is self.
Specifications
| Specification |
|---|
| Accessible Rich Internet Applications (WAI-ARIA) # ARIANotifyMixin |