[Webkit-unassigned] [Bug 16013] New: Nested media at-rules incorrectly parsed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 23:33:31 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16013

           Summary: Nested media at-rules incorrectly parsed
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: PC
               URL: http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/Nest
                    edMediaRules.html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: browserbugs at gtalbot.org


@media all
  {
  p {background-color: white; color: green;}
  @media screen
    {
    p {background-color: white; color: red;}
    }
  }

should be parsed as

  @media all
  {
  p {background-color: white; color: green;}
  }

Steps to reproduce:
----------------
Load provided URL

Expected results:
--------------
The line should be green.

Actual results in Safari 3.0.4 build 523.12.9:
-------------------------------------
The line is black.

Notes:
-----
- The W3C CSS validator will report the parsing error.
- I have not searched for a duplicate


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



More information about the webkit-unassigned mailing list