[Webkit-unassigned] [Bug 151378] New: Web Inspector: Some CSS selectors in the UI aren't escaped

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 17 19:37:07 PST 2015


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

            Bug ID: 151378
           Summary: Web Inspector: Some CSS selectors in the UI aren't
                    escaped
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nvasilyev at apple.com
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com
        Depends on: 126337

Created attachment 265729
  --> https://bugs.webkit.org/attachment.cgi?id=265729&action=review
[Image] Bug

This is a valid HTML with a valid id name:

    <div id="#id.class">

To match this id using CSS, I'd have to escape it:

    #\#id\.class

We escape CSS selectors in some parts of Web Inspector's UI and we don't in some others.

More on this: https://mothereff.in/css-escapes#0%23id.class

-- 
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/20151118/23e3fe0b/attachment.html>


More information about the webkit-unassigned mailing list