[Webkit-unassigned] [Bug 145979] Web Inspector: Pseudo Styles Ordering and Media Queries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 4 10:16:23 PDT 2015


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

drousso at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drousso at apple.com

--- Comment #7 from drousso at apple.com ---
I was using includes to allow proper matching with selectors that had commas in them.  For example, so div::after would match with body, div, p.

I can definitely see that there are a lot of edge cases I haven't taken into account, which is why I made it so that if any pseudo-selector rules are left by the time the first User Agent or inherited rule is listed, all the remaining pseudo-selector rules are printed out.

The lastMatchingSelector part is for when multiple rules have the same selector.  In this case, the pseudo-selector rule should go after the last rule and not after the first one.

-- 
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/20150704/06a38976/attachment.html>


More information about the webkit-unassigned mailing list