Closed
Bug 41777
Opened 24 years ago
Closed 24 years ago
[INLINE-V][LIST]list-item marker overlaps when a list item is empty
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: kazhik, Assigned: buster)
References
()
Details
Attachments
(1 file)
61 bytes,
text/html
|
Details |
list-item marker overlaps when a list item is empty.
<ol>
<li>first
<li>second
<li>
</ol>
This third item marker overlaps the second.
Comment 3•24 years ago
|
||
This is reproduceable. Re-assigning to buster as part of clayton bug list
triage...
Assignee: nisheeth → buster
The problem seems to be that the list marker is not being considered in the
line-box height calculations. This needs to happen, always.
This may be a dup...
Summary: list-item marker overlaps when a list item is empty → [LIST]list-item marker overlaps when a list item is empty
Summary: [LIST]list-item marker overlaps when a list item is empty → [INLINE][LIST]list-item marker overlaps when a list item is empty
Summary: [INLINE][LIST]list-item marker overlaps when a list item is empty → [INLINE-V][LIST]list-item marker overlaps when a list item is empty
Component: HTML Element → Layout
dup
*** This bug has been marked as a duplicate of 50480 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•