Re: Parsing media queries

Henri Sivonen wrote:
> 
> I intend to implement media query parsing in isolation of the rest of 
> CSS because HTML 5 reuses the media query syntax in attribute values.
> 
> A couple of comments about the spec:
> It seems to me that whitespace is allowed around tokens. I don't see 
> where this is specified. The spec doesn't make a normative reference to 
> the CSS3 Syntax module.
> 
> It isn't clear how the parser should recover when a query in a list 
> fails to parse. Should the parser look for a comma?

See http://lists.w3.org/Archives/Public/www-style/2007Nov/0119.html
Split on commas and ignore sections you don't recognize.

~fantasai

Received on Wednesday, 14 November 2007 13:40:46 UTC