Closed
Bug 3610
Opened 26 years ago
Closed 26 years ago
OL-LI type attribute: lower alpha and lower roman do nto display
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: rubydoo123, Assigned: ftang)
References
()
Details
build: 3/8/99 - 3/10/99
platform: win95, win98, winNT, mac, linux
expected results: when the LI element type attribute is set to 'a' or 'i', the
list item marker should render as a lower alpha character or as a lower roman
character
what I got: the list item markers render as uppercase alpha and uppercase roman
how to reproduce -- here is the code:
<ol>
<li type=1>ordered list using the LI type attribute, item marker set to
arabic</li>
<li type=a>item marker set to lower alpha</li>
<li type=A>item marker set to upper alpha</li>
<li type=i>item marker set to lower roman</li>
<li type=I>item marker set to upper roman</li>
</ol>
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 2•26 years ago
|
||
this is a dup of 3597. 3597 is for <DIR> and this is for <OL>, but they are the
same bug. 3597 is reassigned back to kipp.
*** This bug has been marked as a duplicate of 3597 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•