- From: Dmitry Turin <sql4-en@narod.ru>
- Date: Wed, 9 Jan 2008 13:33:57 +0200
- To: www-style@w3.org
Andrew,
AF> ... CSS will allow to define values of attributes of elements.
+10
I already raised this question
(http://html60.euro.ru/site/html60/en/author/body_eng.htm)
AF> input[type="range"].results
AF> {
AF> @min:"10";
AF> @max:"100";
AF> }
For what are you dividing characteristics to attribute and property in css:
let's write without "@", i.e.
input[type="range"].results
{
min:"10";
max:"100";
}
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 Wednesday, 9 January 2008 14:38:26 UTC