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

Adam Kuehn wrote:
> 
> At 12:16 PM 2/3/2006, Philip TAYLOR wrote:
> 
>> Good, I like that re-casting, but it leaves undefined the behaviour
>> of a browser that supports "run-in" but not "inline"; that situation,
>> too, deserves clarification, IMHO ...
> 
> ...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>

-- 
Lachlan Hunt
http://lachy.id.au/

Received on Saturday, 4 February 2006 14:19:12 UTC