Closed
Bug 94188
Opened 24 years ago
Closed 22 years ago
relatively positioned container w/ height stretches to hold child w/ height
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla1.2alpha
People
(Reporter: fantasai.bugs, Assigned: attinasi)
Details
(Keywords: css2, testcase)
Attachments
(1 file)
|
698 bytes,
text/html
|
Details |
Overview:
If the height of an element overflows the height of its relatively
positioned container, the container stretches to accomodate the
child within its -border edge-. This does not happen for non-positioned
elements, and it shouldn't happen for relatively positioned ones,
either.
http://www.w3.org/TR/REC-CSS2/visuren.html#relative-positioning
Steps to Reproduce:
Open up testcase in Mozilla
Actual Results:
The inner <div> in the second test ends at the border edge of the outer
<div>.
Expected Results:
Both tests should render identically.
Tested on Mozilla nightly build (id: 2001080203) on Windows 2000
Additional Comments:
May have something to do with bug 81780.
Comment 4•22 years ago
|
||
Bug 180711 fixed this.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•