NEW 185264
FKA: activating a fragment ID URL (in-page link or external link with hash) should transfer focus and caret to the fragment target element with ID or name matching the fragment identifier
https://bugs.webkit.org/show_bug.cgi?id=185264
Summary FKA: activating a fragment ID URL (in-page link or external link with hash) s...
James Craig
Reported 2018-05-03 14:00:45 PDT
The patches for bug 17450 and bug 116046 either did not fix all the problems or regressed some time later. Refiling again here. FKA: activating a fragment ID URL (in-page link or external link with hash) should transfer focus and caret to the fragment target element with ID or name matching the fragment identifier This needs to work for full keyboard access (FKA) as well as VoiceOver, and should work with in-page links (href="#foo") as well as on page load of external links with hash fragments (href="./bar.html#baz"). The patch for bug 17450 only fixed the problem for one use case: VoiceOver users using VO navigation only, not Tab navigation. This should bring WebKit in-line with the expected behavior in both Gecko and Trident. ~30 test cases in: https://bugs.webkit.org/attachment.cgi?id=254944
Attachments
Radar WebKit Bug Importer
Comment 1 2018-05-03 14:01:19 PDT
James Craig
Comment 2 2018-05-16 02:32:36 PDT
*** Bug 163719 has been marked as a duplicate of this bug. ***
Thomas Logan
Comment 3 2019-04-01 14:22:12 PDT
Any updates on this issue? It currently affects the accessibility of the paging navigation of our website's blog.
Note You need to log in before you can comment on or make changes to this bug.