A hash-link must focus the anchor input
Categories
(Core :: DOM: Navigation, defect, P2)
Tracking
()
People
(Reporter: xaviermd, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
225 bytes,
text/html
|
Details |
Reporter | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Updated•7 years ago
|
Comment 8•4 years ago
|
||
I raised bug 1707230 (https://bugzilla.mozilla.org/show_bug.cgi?id=1707230) which was closed as a duplicate of this one.
Whilst they do cover some of the same territory, I'm not 100% certain that they fully overlap.
The issue in 1707230 was that when focus moved to elements after following in-page links, the focus indication was absent on the targeted element. Focus is moved to the target element, but it's just not shown - even if more obvious focus styles are set on :focus in CSS.
You can demonstrate this using this test page https://research.coolfields.co.uk/browser-bugs/firefox-focus01.html - note that when you tab around the page, focus indication is clear on all elements. But when following in-page links, the focus is not shown. Note this text page features not just input fields as target elements, but links, headings and divs.
This is an accessibility issue as sighted keyboard-only users rely on clear focus indications to know where they are within a page.
Updated•3 years ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Description
•