- From: Lachlan Hunt <lachlan.hunt@lachy.id.au>
- Date: Sun, 05 Feb 2006 01:19:04 +1100
- To: Adam Kuehn <akuehn@nc.rr.com>
- CC: Philip TAYLOR <P.Taylor@Rhul.Ac.Uk>, www-style@w3.org, Bert Bos <bert@w3.org>
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