Re: The group of property to CSS3

* Juan Fabian wrote:
>Here are a few example:
>
>1. Source:(setting properties for many 
>elements )
>===========
>
>	@property box { position width 
>height top left clip overflow background-
>color }
>
>
>2. HTML Style sheet:(only setting properties 
>on the element)
>====================
>
>	<DIV style="box: absolute 
>200px initial 4% citrus rect(34px,50px) 
>scroll;">...</DIV>

This won't work, since property value grammars might be very complex,
thus it could and probably would be impossible to parse the new
shorthand property properly. I don't even see the advantage of this,
stylesheets may be smaller but far harder to read and maintain.
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Friday, 28 September 2001 21:16:21 UTC