[Webkit-unassigned] [Bug 142734] :not(:link) and :not(:visited) don't match <a name="foo">

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 16 11:02:18 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142734

Adam Roben (:aroben) <aroben at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|:not(:link) doesn't match   |:not(:link) and
                   |<a name="foo">              |:not(:visited) don't match
                   |                            |<a name="foo">

--- Comment #1 from Adam Roben (:aroben) <aroben at webkit.org> ---
Looks like :not(:visited) also does not match <a name="foo">. Try with this URL:

data:text/html,<style>a { color: red } a:not(:visited) { color: green }</style><a name="foo">should be green</a>

-- 
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/20150316/cd009b30/attachment-0002.html>


More information about the webkit-unassigned mailing list