[wpt-sync] Sync PR 31468 - [SelectMenu] Ensure that option parts are focusable.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31468 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31468
Details from upstream follow.
Ionel Popescu <iopopesc@microsoft.com> wrote:
[SelectMenu] Ensure that option parts are focusable.
Since only \<option> elements are allowed as \<selectmenu> option
parts1, there is no need to change the tabIndex attribute anymore and
HTMLOptionElement::SupportsFocus is updated to ensure that option parts
are focusable.Bug: 1121840
Change-Id: Ib1d90a4f22adb61c9a7267d5bc78692491a5a82c
Reviewed-on: https://chromium-review.googlesource.com/3252809
WPT-Export-Revision: 6670df7b48852ebcac4657d0f9d458b97fefb12b
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL : 1
Chrome
ERROR: 1
Safari
OK : 1
FAIL : 1
Links
Details
New Tests That Don't Pass
/html/semantics/forms/the-selectmenu-element/selectmenu-option-focusable.tentative.html
Validate <option> is focusable when is a descendant of <selectmenu>: FAIL (Safari: FAIL)
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0584a95ae9b4
https://hg.mozilla.org/mozilla-central/rev/49a22e5c17ab
Description
•