Re: Browsers will never get [block based parsing] right

* Malcolm Rowe wrote:
>Because it seems to me that a naïve implementation (or design), i.e.:
>
>@required {
>  color: black;
>  background: white;
>}
>
>would actually result in none of the rules being applied in today's
>UA's. Or am I mistaken?

Well, that's easy to work around

  < rules for user agents without @required support >
  @required { < for for user agents with @required support > }
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Wednesday, 14 September 2005 15:35:54 UTC