RESOLVED DUPLICATE of bug 58422 60543
Generated content inside a link should be clickable (and focusable)
https://bugs.webkit.org/show_bug.cgi?id=60543
Summary Generated content inside a link should be clickable (and focusable)
Masataka Yakura
Reported 2011-05-10 04:08:54 PDT
Suppose there's an anchor which has no text content but has a generated content applied by CSS, like the following fragment: <style> a:before { content: "foobar" } </style> <a href="http://example.com/"></a> Even though the <a> doesn't have any textContent at all, this will show a link with an anchor text "foobar". Clicking it should take us to http://example.com/ However, sometime around early Chrome 12 build, Chrome (and WebKit Nightly) starts not activating the link when clicking nor being focusable by the tab key. Since it works in Gecko, Presto, Trident, and old WebKit, it should keep working.
Attachments
Julien Chaffraix
Comment 1 2011-05-23 18:09:05 PDT
Bug already covered by 58422 (which is a P1). *** This bug has been marked as a duplicate of bug 58422 ***
Note You need to log in before you can comment on or make changes to this bug.