[Webkit-unassigned] [Bug 136063] New: CSS not() selector does not work when it appears after or within @supports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 19 00:32:13 PDT 2014


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

           Summary: CSS not() selector does not work when it appears after
                    or within @supports
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.9
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kojiishi at gmail.com


Created an attachment (id=236804)
 --> (https://bugs.webkit.org/attachment.cgi?id=236804&action=review)
Test file for CSS not() selector after @supports

CSS not() selector does not work when it appears after or within @supports.

Just inserting:
  @supports (display:block) {
  }
before a not() selector causes  the not() selector not working.

* Not work on Nightly build on Mac OS X 10.9
* Safari 7.0.6 (9537.78.2) on the same Mac OS X 10.9 is fine
* Chrome, Firefox are fine

-- 
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