On Tue, 18 Mar 2008, Benjamin Hawkes-Lewis wrote: > Hmm. I tried this with the very same example and it still extracts: > > p { > color : red; > color : green; > } > > Does that not happen for you? Yes, but it's normal. The spec says that it is "equivalent" to p { color: green } and it is, because of the cascading rules. If you turn the warnings on, you will have a "redefinition warning" in that case, and in the end, it is equivalent to p { color: green }. In http://www.w3.org/TR/CSS21/syndata.html#parsing-errors section "Unexpected end of string.", there is also an examples that lead to a p { color: green ; color: green } HTH, -- Baroula que barouleras, au tiéu toujou t'entourneras. ~~YvesReceived on Tuesday, 18 March 2008 07:18:34 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 20 March 2009 14:44:30 GMT