[Webkit-unassigned] [Bug 146161] Web Inspector: DOM.highlightSelector should work for "a:visited"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 15:36:00 PDT 2015


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
The original description sounds wrong.

It is expected behavior that ":visited" pseudo-selectors doesn't work with querySelectorAll for privacy reasons.

However, for the inspector to highlight all nodes matching a selector, we should properly highlight elements matching the ":visited". The current implementation uses document.querySelectorAll and therefore misses them. We should covert to something more powerful internally to really find all the nodes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150619/49eab007/attachment.html>


More information about the webkit-unassigned mailing list