[Webkit-unassigned] [Bug 180433] New: Prefer ids and classes over tag names in selector filter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 5 10:54:25 PST 2017


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

            Bug ID: 180433
           Summary: Prefer ids and classes over tag names in selector
                    filter
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koivisto at iki.fi

There are only four slots in the filter and currently we just pick whatever identifiers we find traversing the selector from right to left. More specific selector types are on average more valuable (id > class > tag) so we should prefer them.

-- 
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/20171205/d12a8e2a/attachment.html>


More information about the webkit-unassigned mailing list