Closed
Bug 45977
Opened 26 years ago
Closed 26 years ago
all <LI> items on one line
Categories
(Core :: DOM: HTML Parser, defect, P3)
Core
DOM: HTML Parser
Tracking
()
People
(Reporter: Jos.vandenOever, Assigned: clayton)
References
()
Details
Attachments
(1 file)
|
236 bytes,
text/html
|
Details |
a file with an <UL> inside <FONT> ... </FONT> causes the <LI>'s not to have a
newline.
A stripped example is given.
| Reporter | ||
Comment 1•26 years ago
|
||
| Reporter | ||
Comment 2•26 years ago
|
||
Mozilla build ID 2000071720
| Reporter | ||
Updated•26 years ago
|
Severity: normal → major
Comment 3•26 years ago
|
||
Confirmed on Linux 2000072009. Dunno if this is layout or parser. I think
parser because the LIs have neither bullets nor newlines.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows NT → All
Hardware: PC → All
This is the result of the transitional DTD, which throws out invalid markup.
Marking as duplicate of bug 42388 since that's where all the other bugs are
going. Don't ask me whether that's a good idea...
See http://www.people.fas.harvard.edu/~dbaron/mozilla/modes and various other
bugs (see bug 43288) for some more info.
*** This bug has been marked as a duplicate of 43288 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Component: Layout → Parser
Resolution: --- → DUPLICATE
Oops, wrong bug#
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
*** This bug has been marked as a duplicate of 42388 ***
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → DUPLICATE
Comment 7•25 years ago
|
||
Verified dupe; the bug this was duped against is now fixed, and the testcase now
WFM on Linux build 2000110421.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•