Closed
Bug 932
Opened 26 years ago
Closed 26 years ago
Ordered List marker - lower alpha is not displayed correctly
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rubydoo123, Assigned: buster)
Details
The lower alpha numbering scheme is displayed as upper alpha
<OL TYPE=a>
<LI>here is a ordered list with the lower alpha 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
|
||
verifeid fix on 10/19 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•