Skip to content

Commit 573e7ed

Browse files
ariaNotify() feature (#3383)
* arianotify feature * Allow the explainer * Update features/arianotify.yml Co-authored-by: Philip Jägenstedt <[email protected]> * Update features/arianotify.yml Co-authored-by: Philip Jägenstedt <[email protected]> --------- Co-authored-by: Philip Jägenstedt <[email protected]>
1 parent 73f449f commit 573e7ed

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

features/arianotify.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: ariaNotify()
2+
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.
3+
spec: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Accessibility/AriaNotify/explainer.md
4+
compat_features:
5+
- api.Element.ariaNotify
6+
- api.Document.ariaNotify

features/arianotify.yml.dist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Generated from: arianotify.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
- api.Document.ariaNotify
9+
- api.Element.ariaNotify

scripts/specs.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ const defaultAllowlist: allowlistItem[] = [
145145
[
146146
"https://patcg-individual-drafts.github.io/topics/",
147147
"Allowed because the Topics API isn't on a standards track yet. Remove this exception when it is."
148+
],
149+
[
150+
"https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Accessibility/AriaNotify/explainer.md",
151+
"Allowed because the ariaNotify() method is not yet in a formal spec. Remove this exception when a formal spec is available."
148152
]
149153
];
150154

0 commit comments

Comments
 (0)