Closed
Bug 933
Opened 26 years ago
Closed 26 years ago
Ordered List marker - lower roman is not displayed correctly
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rubydoo123, Assigned: buster)
Details
The lower roman numbering scheme is displayed as upper roman.
<OL TYPE=i>
<LI>here is a ordered list with the lower roman style</LI>
<LI>here is the second line</LI>
</OL>
The problem turned out to be the contents attribute parsing code wasn't handling
mixed-case attributes (just for TYPE=).
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
verified fixed on 10/19 build
You need to log in
before you can comment on or make changes to this bug.
Description
•