Closed
Bug 40110
Opened 25 years ago
Closed 24 years ago
[P-MARGIN] Quirk Bug: Empty P between two blocks has no vertical space
Categories
(Core :: Layout, defect, P2)
Tracking
()
People
(Reporter: matt, Assigned: buster)
References
()
Details
(Keywords: compat, testcase, Whiteboard: wdormann@crosswinds.net)
Attachments
(2 files)
Banner ads on Slashdot have no vertical space between them and the rest of
the page content, like they should.
Comment 1•25 years ago
|
||
Confirmed on 2000052120 on Win2K
Keywords: makingtest
Whiteboard: wdormann@crosswinds.net
Keywords: makingtest → testcase
OS: Linux → All
It appears that when a <p> is sandwiched between two tables, it is ignored.
(a <p> between 2 images or between a table and an image works fine)
Comment 4•25 years ago
|
||
wdormann, thanks for the testcase!
This problem is QuirkMode only: in Standard mode we get vertical spacing
consistently.
The problem is more general than originally stated and is not restricted to
tables. I'll attach a testcase showing that having an empty P between two blocks
causes the problem. If the empty P is between an inline and a block, or between
two inlines then there is no problem.
Re-phrasing the summary and assigning to buster. New testcase will be attached.
Assignee: clayton → buster
Summary: Banner ads on Slashdot have no space under them → Quirk Bug: Empty P between two blocks has no vertical space
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
related: bug 29361
what happens when the <p> tag is closed below the second element?
Summary: Quirk Bug: Empty P between two blocks has no vertical space → [P-MARGIN] Quirk Bug: Empty P between two blocks has no vertical space
Comment 7•24 years ago
|
||
Marking compat. Nom. nsbeta3, recc. nsbeta3 [some lenient date-]. Ps were
historically widely consider as (and used as) "spacers" so I suspect there's a
fair amount of this out there. Would like to emulate in quirks but wouldn't hold
rtm for it.
I reduced this down and found it's just a dup. Already fixed in my tree, to be
checked in soon.
*** This bug has been marked as a duplicate of 35772 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•