Closed
Bug 3606
Opened 26 years ago
Closed 26 years ago
MENU-LI type attribute: alpha and roman options are not recognized
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: rubydoo123, Assigned: buster)
References
()
Details
build: 3/8/99 - 3/10
platform: win95, win98, winNT, mac, linux
expected results: when the LI type is set to lower or upper alpha, or lower or
upper roman, the list item marker should render as a, A, i or I
what I got: all list item markers render as bullets
how to reproduce -- here is the code:
<menu>
<li type=disc>menu list using the type attribute, item marker set to disc</li>
<li type=circle>item marker set to circle</li>
<li type=square>item marker set to square</li>
<li type=1>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>
</menu>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
MENU == DIR; so this is a duplicate bug.
*** 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
•