Skip to content
Merged
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 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 @@ -145,6 +145,10 @@ const defaultAllowlist: allowlistItem[] = [
[
"https://patcg-individual-drafts.github.io/topics/",
"Allowed because the Topics API isn't on a standards track yet. Remove this exception when it is."
],
[
"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