Re: Error Parsing

> That's mostly because the grammar in the CSS2.1 draft doesn't really 
> handle the error correction for unexpected EOF cases. A comment really 
> should be defined as starting with "/*" and ending with "*/" _or_ the EOF. 
> Similarly for other things like blocks, matched parentheses, etc.

Which in turn is because the grammar requires properly nested and 
closed structures, but the obvious intention is that rules be actioned as
soon as they have been completely read.

Received on Saturday, 23 October 2004 17:57:14 UTC