Closed
Bug 6997
Opened 26 years ago
Closed 26 years ago
{compat} spacing between paragraphs is missing
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: karnaze, Assigned: buster)
References
()
Details
Nav4.5 and IE5 put a blank line between the 3rd and 4th tables because they are
inside paragraphs. Gecko does not.
<table border><tr><td>foo</td></tr></table>
<table border><tr><td>foo</td></tr></table>
<BR>
<p>
<table border><tr><td>foo</td></tr></table>
<p>
<table border><tr><td>foo</td></tr></table>
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Summary: spacing between paragraphs is missing → {compat} spacing between paragraphs is missing
Comment 1•26 years ago
|
||
According to HTML4, tables cannot be inside paragraphs. They are block-level
components. Empty paragraphs are ignored. Hence there should be no blank line.
Mozilla is correct.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•