[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:18:42 PDT 2015


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

--- Comment #3 from Benjamin Poulain <benjamin at webkit.org> ---
I should probably explain why a bit :)

Previously, we could find out statically if a selector applies to :link or :visited. Since we added support for nested selector lists, it is no longer possible to know the "link-state" of a selector until it is matched.

Because of the privacy risks involved with dynamic resolution, we decided against it.

If you have good use cases for it, we can look into adding support back. But that's gonna be weeks of work.

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


More information about the webkit-unassigned mailing list