- From: Dmitry Turin <html60@narod.ru>
- Date: Wed, 11 Jul 2007 14:15:23 +0300
- To: public-html@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 tags 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 abolished,
and it would be possible to specify attributes and properties with equal rights
both in css-files and in tags.
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 Wednesday, 11 July 2007 13:31:04 UTC