Closed
Bug 747
Opened 27 years ago
Closed 27 years ago
Bulleted list items eat anchors
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: peterl-retired, Assigned: buster)
Details
if a list item starts with an anchor, ie:
<ol>
<li><a href=foo>item</a> one</li>
<li>item two</li>
<li>item three</li>
</ol>
then the anchor gets treated like a bullet, and the item doesn't get a real
bullet.
Comment 2•26 years ago
|
||
installing myself as QA Contact en masse
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
VERIFIED for WinNT1999041508
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•