Closed
Bug 146678
Opened 22 years ago
Closed 20 years ago
{ib} <font><dd></font> not indented if nested inside <table>
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 117738
Future
People
(Reporter: gereon.gries, Assigned: harishd)
References
()
Details
(Keywords: compat, testcase)
Attachments
(1 file)
330 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0rc3) Gecko/20020523
BuildID: 2002052306
The list is made with the <dl>,<dd> an <dt>-tags. Unfortunatly, line-breaking
and indenting is displayed incorrectly.
Reproducible: Always
Steps to Reproduce:
1.Open the page in a navigator window
2.
3.
Comment 1•22 years ago
|
||
This page uses invalid HTML (see http://validator.w3.org/).
Line 31, column 3:
<dl>
^
Error: element "DL" not allowed here; possible cause is an inline element
containing a block-level element
If I remove the surrounding <font> tag, the list renders correctly.
But I think Mozilla should perhaps close the <font> tag instead of
messing around with the following <dl>...
Summary: Definition list incorrect displayed → Definition list incorrect displayed
Comment 3•22 years ago
|
||
Looking.
Assignee: attinasi → waterson
Summary: Definition list incorrect displayed → {ib}Definition list incorrect displayed
Updated•22 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 4•22 years ago
|
||
This may be simliar to 183982.
Comment 5•22 years ago
|
||
what is wrong w/ the url?
have testcase?
Reporter | ||
Updated•22 years ago
|
Comment 6•22 years ago
|
||
<dd> not indented correctly if nested by <table> and inline element:
<table>...<dl><dt>blah</dt><font><dd>blah</dd></font>..</dl></table>
Comment 7•22 years ago
|
||
-> parser
Comment 8•20 years ago
|
||
Marking as a dupe of bug 117738 since this really was the same issue.
*** This bug has been marked as a duplicate of 117738 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•