[webkit-reviews] review requested: [Bug 146161] Web Inspector: DOM.highlightSelector should work for "a:visited" : [Attachment 381210] [Patch] WIP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 17 11:53:30 PDT 2019


Devin Rousso <drousso at apple.com> has asked  for review:
Bug 146161: Web Inspector: DOM.highlightSelector should work for "a:visited"
https://bugs.webkit.org/show_bug.cgi?id=146161

Attachment 381210: [Patch] WIP

https://bugs.webkit.org/attachment.cgi?id=381210&action=review




--- Comment #3 from Devin Rousso <drousso at apple.com> ---
Created attachment 381210

  --> https://bugs.webkit.org/attachment.cgi?id=381210&action=review

[Patch] WIP

Current bugs:
 - `:before` and `:after` don't match anything
 - the selector `div` will match internal shadow elements, like the `<div>`
inside an `<input>`

The result I'm hoping to eventually get is what the CSS selector matching
engine actually results in when it applies styles from a style sheet.


More information about the webkit-reviews mailing list