WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
273650
AX: meter element does not show focus outline
https://bugs.webkit.org/show_bug.cgi?id=273650
Summary
AX: meter element does not show focus outline
James Craig
Reported
2024-05-02 15:50:38 PDT
AX: meter element does not show focus outline Using this test case:
https://bugs.webkit.org/attachment.cgi?id=471244
Tab through the elements... The first 6 of 9 meters are focusable with tabindex="0" but the outline is hidden by default.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-05-02 15:50:47 PDT
<
rdar://problem/127459938
>
James Craig
Comment 2
2024-05-02 15:56:28 PDT
It doesn't appear to be specifically overridden in html.css, so I don't have a strong preference for which style rules are used to resolve this issue.
James Craig
Comment 3
2024-05-02 16:27:10 PDT
I am able to get a rough indicator with the following: meter:focus { outline: solid 2px -webkit-focus-ring-color; } But FWIW, the `auto` outline style does not render an outline here. outline: auto 3px -webkit-focus-ring-color;
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug