Closed
Bug 1904283
Opened 5 months ago
Closed 5 months ago
[wpt-sync] Sync PR 46875 - Add missing `tabindex="0"` to popover-focus.html
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46875 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46875
Details from upstream follow.
Tim Nguyen <nt1m@users.noreply.github.com> wrote:
Add missing
tabindex="0"
to popover-focus.htmlOn Safari, buttons are not focusable by default unless a setting is enabled, or if the button has
tabindex="0"
. Add missingtabindex="0"
so the buttons can be focus delegates.
Assignee | ||
Updated•5 months ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Assignee | ||
Comment 1•5 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2b43ab16814e33c2b817f1619c7f62a8707f8529
Assignee | ||
Comment 2•5 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 30 subtests
Status Summary
Firefox
OK
: 1
PASS
: 30
Chrome
OK
: 1
PASS
: 30
Safari
OK
: 1
PASS
: 25
FAIL
: 5
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/783093a1f908
[wpt PR 46875] - Add missing `tabindex="0"` to popover-focus.html, a=testonly
Comment 4•5 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•