- From: Dmitry Turin <html6css4@gmail.com>
- Date: Fri, 13 Jul 2007 08:20:42 +0300
- To: www-style@w3.org
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.2) http://html60.chat.ru
SQL4 (4.1.2) http://sql40.chat.ru
Unicode2 (2.0.0) http://unicode2.chat.ru
Computer2 (2.0.3) http://computer20.chat.ru
Received on Friday, 13 July 2007 12:54:07 UTC