Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions features/arianotify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: ariaNotify
description: The `ariaNotify()` method of `Element` and `Document` requests assistive technology software, if one is available and activated, to announce a message to the user. This can help make dynamic content changes more accessible to users.
spec: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Accessibility/AriaNotify/explainer.md
compat_features:
- api.Element.ariaNotify
- api.Document.ariaNotify
9 changes: 9 additions & 0 deletions features/arianotify.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Generated from: arianotify.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}
compat_features:
- api.Document.ariaNotify
- api.Element.ariaNotify
4 changes: 4 additions & 0 deletions scripts/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ const defaultAllowlist: allowlistItem[] = [
[
"https://www.w3.org/TR/2022/WD-selectors-4-20220507/#the-target-within-pseudo",
"Allowed because this is where the feature last appeared in the spec before removal."
],
[
"https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Accessibility/AriaNotify/explainer.md",
"Allowed because the ariaNotify() method is not yet in a formal spec. Remove this exception when a formal spec is available."
]
];

Expand Down