Closed Bug 589 Opened 27 years ago Closed 26 years ago

Mixed style lists aren't counted properly

Categories

(Core :: DOM: Core & HTML, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: angus, Assigned: buster)

References

()

Details

When you have mixed style list items, they don't work right. Sample code: <head> <style type="text/css"> .letters {list-style-type: upper-alpha;} .numbers {list-style-type: decimal;} </style> </head> <body> <OL class="letters"> <LI>This list should feature... <LI>...letters for each item... <LI class="numbers">...except this one. </OL> </body> How it should appear: A. This list should feature... B. ... leters for each item... 3. ... except this one Instead the third item shows up as "2." not "3." like this: 2. ... except this one
list item counting is layout not style...
Status: NEW → ASSIGNED
Component: Unknown → Style System
Component: Style System → Content Model
Chaging component to "Content Model" from "Style System" to reflect Kipp's comments.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
QA Contact: 4137
Status: RESOLVED → VERIFIED
Looks fine. Verified fixed, 09-March build.
RCS file: /cvsroot/mozilla/testing/mochitest/tests/test_bug589.html,v done Checking in tests/test_bug589.html; /cvsroot/mozilla/testing/mochitest/tests/test_bug589.html,v <-- test_bug589.html initial revision: 1.1 done
Flags: in-testsuite+
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.