[Webkit-unassigned] [Bug 100654] New: The :not pseudo-class doesn't accept more than one selector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 29 04:53:44 PDT 2012


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

           Summary: The :not pseudo-class doesn't accept more than one
                    selector
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreas at enigma.cc


One might expect p:not(.a, .b) to target all <p> which does not have class a or class b, as seen here: http://jsfiddle.net/8f4BH/2/. Instead, the workaround for this would be p:not(.a):not(.b), as seen here: http://jsfiddle.net/8f4BH/3/.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list