- From: Dmitry Turin <sql40@narod.ru>
- Date: Thu, 28 Jun 2007 11:21:22 +0300
- To: www-style@w3.org
Good day, Rikkert.
>> <style>
>> §name {color: red }
>> §surname {color: gray }
>> </style>
>> <body>
>> <record name="a" surname="b">
>> <record name="c" surname="d">
>> </body>
>> <style>
>> tab { display: table }
>> a { display: table-row }
>> §a1,§a2,§a3 { display: table-cell }
>> </style>
>> <body>
>> <tab>
>> <a a1="v11" a2="v12" a3="v13">
>> <a a1="v21" a2="v22" a3="v23">
>> <a a1="v31" a2="v32" a3="v33">
>> </tab>
>> </body>
RK> As attributes are considered child nodes of an element, this kinda makes
RK> sense.
Let's enter this selector into CSS4.
Dmitry Turin
HTML6 (6.1.0) http://html60.chat.ru
SQL4 (4.1.0) http://sql40.chat.ru
Computer2 (2.0.3) http://computer20.chat.ru
Received on Thursday, 5 July 2007 06:52:40 UTC