[Bug 9102] this CSS style sheet does not work because "type" attribute values are compared case-insensitively according to the "Matching HTML elements using selectors" section

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9102





--- Comment #1 from Simon Pieters <simonp@opera.com>  2010-02-21 09:20:00 ---
ol[type=a], li[type=a] { list-style-type: lower-alpha; }
ol[type=A], li[type=A] { list-style-type: upper-alpha; }
ol[type=i], li[type=i] { list-style-type: lower-roman; }
ol[type=I], li[type=I] { list-style-type: upper-roman; }

These need to be in prose instead.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 21 February 2010 09:20:02 UTC