[Webkit-unassigned] [Bug 259446] AX: Links inside of "This connection is not private" page are not accessible to keyboard only users.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 24 08:24:56 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=259446
--- Comment #2 from Zoltan Hawryluk <zoltan.dulac at gmail.com> ---
Investigating further, it looks like this issue is because the web page is marked up with <a> tags that don't have a proper href set. The easiest way to fix this issue is to have the href="#" and the onclick event have a return false.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230724/1afb4acf/attachment.htm>
More information about the webkit-unassigned
mailing list