Closed
Bug 7384
Opened 25 years ago
Closed 25 years ago
<LI> Tag doesn't increment.
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
People
(Reporter: niles, Assigned: rickg)
References
()
Details
I'm running M6 on RedHat Linux 6.0 and the <LI> tag on the Mozilla tools page doesn't increment.
I.e. Each tool is number "1.". I don't remember this happening before. Does it happen on other
platforms with M6?
Updated•25 years ago
|
Assignee: beard → rickg
Component: Compositor → Layout
Comment 1•25 years ago
|
||
Here're two simple orderered lists:
Good list:
<OL>
<LI>First item
<LI>Second item
</OL>
Bad List:
<OL>
<B><LI>First item</B>
<B><LI>First item</B>
</OL>
The bad list exhibits the problem, i.e. numbering is reset. This is what's going
on on the Mozilla tools page. Don't you just love HTML?
Updated•25 years ago
|
OS: Linux → All
Hardware: PC → All
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 2•25 years ago
|
||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Agreed. This is a duplicate of 4522.
You need to log in
before you can comment on or make changes to this bug.
Description
•