This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

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
Summary: this CSS style sheet does not work because "type" attribute values are compar...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: LC
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-21 00:39 UTC by contributor
Modified: 2010-10-04 14:32 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2010-02-21 00:39:01 UTC
Section: http://www.whatwg.org/specs/web-apps/current-work/#punctuation-and-decorations

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

Posted from: 220.210.139.122
Comment 1 Simon Pieters 2010-02-21 09:20:00 UTC
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.
Comment 2 Ian 'Hixie' Hickson 2010-03-29 04:46:01 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Partially Accepted
Change Description: see diff given below
Rationale: I made it work by cheating.
Comment 3 contributor 2010-03-29 04:46:46 UTC
Checked in as WHATWG revision r4879.
Check-in comment: Mention that some rules are handled specially.
http://html5.org/tools/web-apps-tracker?from=4878&to=4879