- From: Adam Kuehn <akuehn@nc.rr.com>
- Date: Mon, 06 Feb 2006 11:23:18 -0500
- To: Lachlan Hunt <lachlan.hunt@lachy.id.au>
- Cc: Philip TAYLOR <P.Taylor@Rhul.Ac.Uk>, www-style@w3.org, Bert Bos <bert@w3.org>
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