Re: [CSS21] <writing(and also logical) error in text>

At 09:19 AM 2/4/2006, Lachlan Hunt wrote:
>>...every UA I'm aware of already gets this right.
>
>Neither IE6 nor IE7b2 support it properly.
>
><!DOCTYPE html>
><style type="text/css">
>p { color: red; }
>p { color: green; color: invalid; }
></style>
><p>This line should be green</p>

I meant also to point out that Philip's concern with the example 
addressed the opposite case, namely:

p {color: invalid; color: green;}

IE appears to support this ordering just fine.



-Adam Kuehn 

Received on Monday, 6 February 2006 16:23:40 UTC