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 20429 - It show "Parse Error" for @page inside @media
Summary: It show "Parse Error" for @page inside @media
Status: NEW
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Parser (show other bugs)
Version: CSS Validator
Hardware: PC Windows XP
: 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: 2012-12-18 11:05 UTC by ale5000
Modified: 2012-12-18 11:05 UTC (History)
0 users

See Also:


Attachments

Description ale5000 2012-12-18 11:05:36 UTC
It show "Parse Error" for @page inside @media.

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