Closed
Bug 108053
Opened 23 years ago
Closed 21 years ago
Bullet/Number overlaps HR in list item
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
mozilla1.2alpha
People
(Reporter: kinmoz, Assigned: attinasi)
Details
Attachments
(1 file)
877 bytes,
text/html
|
Details |
If I load a document with the following html into the browser:
<ol><li><hr></li></ol>
It renders the "1." right over the HR.
The only time I can get it to render correctly is to programatically add the HR
to the list item after the list has been inserted into the document and
rendered. (See the test case)
Also note that if I used <ul> instead of <ol> the bullet does not show up.
This problem shows up a lot when manipulating lists in Composer.
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.8
Assignee | ||
Comment 2•23 years ago
|
||
Quirks mode HR undoubtedly - what a pain.
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.2
Comment 3•21 years ago
|
||
Quirks mode HR as it existed is long dead, and this bug worksforme.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•