Skip to content

Commit 7635df8

Browse files
Chrome 141 adds ariaNotify() method (#27819)
Chrome 141 ariaNotify() method
1 parent aadc101 commit 7635df8

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

api/Document.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,42 @@
728728
}
729729
}
730730
},
731+
"ariaNotify": {
732+
"__compat": {
733+
"description": "`ariaNotify() method`",
734+
"support": {
735+
"chrome": {
736+
"version_added": "141",
737+
"partial_implementation": true,
738+
"notes": [
739+
"Fully supported on Windows only.",
740+
"Method exposed on macOS, but notifications are not reliably spoken."
741+
]
742+
},
743+
"chrome_android": "mirror",
744+
"edge": "mirror",
745+
"firefox": {
746+
"version_added": false
747+
},
748+
"firefox_android": "mirror",
749+
"oculus": "mirror",
750+
"opera": "mirror",
751+
"opera_android": "mirror",
752+
"safari": {
753+
"version_added": false
754+
},
755+
"safari_ios": "mirror",
756+
"samsunginternet_android": "mirror",
757+
"webview_android": "mirror",
758+
"webview_ios": "mirror"
759+
},
760+
"status": {
761+
"experimental": true,
762+
"standard_track": false,
763+
"deprecated": false
764+
}
765+
}
766+
},
731767
"beforescriptexecute_event": {
732768
"__compat": {
733769
"description": "`beforescriptexecute` event",

api/Element.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,6 +1929,42 @@
19291929
}
19301930
}
19311931
},
1932+
"ariaNotify": {
1933+
"__compat": {
1934+
"description": "`ariaNotify() method`",
1935+
"support": {
1936+
"chrome": {
1937+
"version_added": "141",
1938+
"partial_implementation": true,
1939+
"notes": [
1940+
"Fully supported on Windows only.",
1941+
"Method exposed on macOS, but notifications are not reliably spoken."
1942+
]
1943+
},
1944+
"chrome_android": "mirror",
1945+
"edge": "mirror",
1946+
"firefox": {
1947+
"version_added": false
1948+
},
1949+
"firefox_android": "mirror",
1950+
"oculus": "mirror",
1951+
"opera": "mirror",
1952+
"opera_android": "mirror",
1953+
"safari": {
1954+
"version_added": false
1955+
},
1956+
"safari_ios": "mirror",
1957+
"samsunginternet_android": "mirror",
1958+
"webview_android": "mirror",
1959+
"webview_ios": "mirror"
1960+
},
1961+
"status": {
1962+
"experimental": true,
1963+
"standard_track": false,
1964+
"deprecated": false
1965+
}
1966+
}
1967+
},
19321968
"ariaOrientation": {
19331969
"__compat": {
19341970
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation",

0 commit comments

Comments
 (0)