Skip to content

Commit c0e9f6c

Browse files
Chrome 141 adds aria-notify permission (also updates notes) (#27936)
ariaNotify(): edit notes and add Permission-Policy descriptor data
1 parent 0980d86 commit c0e9f6c

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

api/Document.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@
737737
"version_added": "141",
738738
"partial_implementation": true,
739739
"notes": [
740-
"Fully supported on Windows only.",
740+
"Fully supported on Windows and Linux, no support on ChromeOS.",
741741
"Method exposed on macOS, but notifications are not reliably spoken."
742742
]
743743
},

api/Element.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@
19381938
"version_added": "141",
19391939
"partial_implementation": true,
19401940
"notes": [
1941-
"Fully supported on Windows only.",
1941+
"Fully supported on Windows and Linux, no support on ChromeOS.",
19421942
"Method exposed on macOS, but notifications are not reliably spoken."
19431943
]
19441944
},

http/headers/Permissions-Policy.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,38 @@
110110
}
111111
}
112112
},
113+
"aria-notify": {
114+
"__compat": {
115+
"support": {
116+
"chrome": {
117+
"version_added": "141",
118+
"partial_implementation": true,
119+
"notes": "Not supported on ChromeOS."
120+
},
121+
"chrome_android": "mirror",
122+
"edge": "mirror",
123+
"firefox": {
124+
"version_added": false
125+
},
126+
"firefox_android": "mirror",
127+
"oculus": "mirror",
128+
"opera": "mirror",
129+
"opera_android": "mirror",
130+
"safari": {
131+
"version_added": false
132+
},
133+
"safari_ios": "mirror",
134+
"samsunginternet_android": "mirror",
135+
"webview_android": "mirror",
136+
"webview_ios": "mirror"
137+
},
138+
"status": {
139+
"experimental": true,
140+
"standard_track": false,
141+
"deprecated": false
142+
}
143+
}
144+
},
113145
"attribution-reporting": {
114146
"__compat": {
115147
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Permissions-Policy/attribution-reporting",

0 commit comments

Comments
 (0)