Closed
Bug 213703
Opened 23 years ago
Closed 23 years ago
Nested ordered lists not being numbered properly using CSS2 counter-* properties and counters() function
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: raj, Assigned: dbaron)
References
()
Details
Attachments
(1 file)
|
678 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b; MultiZilla v1.4.0.4A) Gecko/20030712
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b; MultiZilla v1.4.0.4A) Gecko/20030712
I tried to nest an ordered list in the following format:
1.
1.1
1.2
1.2.1
2.
2.1 etc
using CSS. The W3C spec at the URL (see the example just above section 12.5.2)
gives an example of how to do this, but it doesn't work in Mozilla. A test case
will be attached.
Note: the same test case /does/ work in Opera 6
Reproducible: Always
Steps to Reproduce:
See test case
Actual Results:
No numbers were applied to the ordered list
Expected Results:
each item should have been numbered also reflecting the depth of nesting
| Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Probably the oldest bug I've ever duped a bug too. Mozilal does not support CSS2
counters.
Please look for duplicates before filing a bug.
*** This bug has been marked as a duplicate of 3247 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•