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 158 - Closing semicolon required in @page rules
Summary: Closing semicolon required in @page rules
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 2.0 (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL: http://www.bjoernsworld.de/test/css/p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-27 22:09 UTC by Bj
Modified: 2003-04-13 16:27 UTC (History)
0 users

See Also:


Attachments

Description Bj 2003-02-27 22:09:13 UTC
@page { size: 8.5in 11in; margin: 2cm } is a valid rule, but the validator 
requires an additional semicolon after the last declaration, i.e. only @page { 
size: 8.5in 11in; margin: 2cm; } validates.