This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14139 - Parser cannot parse @page
Summary: Parser cannot parse @page
Status: NEW
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Parser (show other bugs)
Version: CSS Validator
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-13 13:23 UTC by Marc-Etienne Vargenau
Modified: 2011-09-13 13:23 UTC (History)
0 users

See Also:


Attachments

Description Marc-Etienne Vargenau 2011-09-13 13:23:28 UTC
Exemple taken from CCS3 spec:
http://www.w3.org/TR/css3-page/#page-box-page-rule

@page {
  size: A4 landscape;
}

Output of CSS validator:

Errors when validating /tmp/print.css
{output=text, lang=en, warning=2, medium=all, profile=css3}
W3C CSS Validator results for file:/tmp/print.css
            
Sorry! We found the following errors (1)

URI : file:/tmp/print.css

Line : 2 
       Parse Error
       [empty string]

Warnings (1)

URI : file:/tmp/print.css

Line : 3 -  No declarations in the rule

Valid CSS information
    
@page
{
                                                    
}