[Bug 20429] New: It show "Parse Error" for @page inside @media

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20429

            Bug ID: 20429
           Summary: It show "Parse Error" for @page inside @media
    Classification: Unclassified
           Product: CSSValidator
           Version: CSS Validator
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Parser
          Assignee: dave.null@w3.org
          Reporter: ale5000+w3c@gmail.com
        QA Contact: www-validator-cvs@w3.org

It show "Parse Error" for @page inside @media.

Example:
[code]@media print
{
    @page
    {
        size: landscape;
    }
}[/code]

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 18 December 2012 11:05:39 UTC