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 9599 - media queries with max-width, min-width, followed by other media types, fails
Summary: media queries with max-width, min-width, followed by other media types, fails
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: PC Windows NT
: 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: 2010-04-27 14:39 UTC by Patrick H. Lauke
Modified: 2011-10-31 14:25 UTC (History)
0 users

See Also:


Attachments

Description Patrick H. Lauke 2010-04-27 14:39:40 UTC
@media screen and (max-width: 400px) {
 ...
}

works fine, while

@media screen and (max-width: 400px), projection {
 ...
}

throws an error "Value Error : max-width Parse Error ), ..."
Comment 1 Yves Lafon 2011-10-31 14:25:58 UTC
Fixed with the rewrite of mediaqueries per latest spec.
See http://qa-dev.w3.org:8001/css-validator/