Bug 1785412: Let ARIA reflection (non-idref) and default Accessibility Semantics for Custom Elements ride the trains. r=eeejay

Differential Revision: https://phabricator.services.mozilla.com/D187439
This commit is contained in:
James Teh 2023-09-11 03:52:52 +00:00
Родитель 4b5308c8fa
Коммит 80432ae524
6 изменённых файлов: 1 добавлений и 10 удалений

Просмотреть файл

@ -217,7 +217,6 @@ async function runTest() {
}
SimpleTest.waitForExplicitFinish();
Services.prefs.setBoolPref("accessibility.ARIAReflection.enabled", true);
addA11yLoadEvent(runTest);
</script>
</head>

Просмотреть файл

@ -214,7 +214,7 @@
- name: accessibility.ARIAReflection.enabled
type: bool
value: @IS_NIGHTLY_BUILD@
value: true
mirror: always
# Whether form controls and images should be focusable with mouse, in content

Просмотреть файл

@ -1,6 +1,4 @@
[ElementInternals-accessibility.html]
prefs: [accessibility.ARIAReflection.enabled:true]
[ariaActiveDescendantElement is defined in ElementInternals]
expected: FAIL

Просмотреть файл

@ -1,2 +0,0 @@
[AriaMixin-string-attributes.html]
prefs: [accessibility.ARIAReflection.enabled:true]

Просмотреть файл

@ -1,2 +0,0 @@
[aria-attribute-reflection.html]
prefs: [accessibility.ARIAReflection.enabled:true]

Просмотреть файл

@ -1,6 +1,4 @@
[idlharness.window.html]
prefs: [accessibility.ARIAReflection.enabled:true]
[Element interface: attribute ariaActiveDescendantElement]
expected: FAIL