unite two space: attributes and properties

Good day.

It's uncomfortable, that assignment into attribute
(for example, into @cellspacing) is impossible in css-file.
Source of document is cluttered up by superfluous attribute @style,
because it's impossible to set _property in html-element_ themselves.
At the same time there are no criterias for division of
characteristics of objects into attributes and properties.

I offer to unite spaces of properties and attributes.
Thus attribute @style would be not recommended,
and it would be possible to specify attributes and properties with equal rights
both in css-files and in html-elements.

p[color="red"] {...}
table          {cellspacing:0}

<span color="red" class="a">


Dmitry Turin
HTML6     (6.1.0)  http://html60.chat.ru
SQL4      (4.1.0)  http://sql40.chat.ru
Computer2 (2.0.2)  http://computer20.chat.ru

Received on Thursday, 12 July 2007 05:52:00 UTC