Re[4]: css with attribues [software]

Alan,

>> We speak about admissibility of merging attributes and properties
>> into single space, and possibility to specify them both in tags
>> (without 'style=') and in CSS-file.
AG>   you want to allow this.
AG> <div float="left">
AG> <name color="red">Name</name>
AG> <surname color="blue">Name</surname>
AG> <name color="green">Name</name>
AG> <surname color="orange">Name</surname>
AG> </div>
AG>   with this CSS
AG> div[float="left"] {float:none}
AG> name[color="red"] {color:pink}
AG> surname[color="blue"] {color:aqua}
AG> name[color="green"] {color:lime}
AG> surname[color="orange"] {color:yellow}

And for arbitrary tags also.
But our battle :) is about appling for old, standard tags.



Dmitry Turin
SQL5      (5.9.1)  http://sql50.euro.ru
HTML6     (6.5.1)  http://html60.euro.ru
Unicode7  (7.2.1)  http://unicode70.euro.ru
Computer2 (2.0.2)  http://computer20.euro.ru

Received on Thursday, 17 January 2008 13:59:32 UTC