зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
4b5308c8fa
Коммит
80432ae524
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче