Closed
Bug 3432
Opened 26 years ago
Closed 26 years ago
auto margins should not be added to max-element-size
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: kipp, Assigned: buster)
Details
Currently auto side margins (which can be non-zero for block elements) will be
added to the max-element-size. Since auto margins are "stretchy" they should not
be contributing to the max-element-size.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed. The block-reflow-context code (which computes the max-element size for a
block element) will no longer add in the margins when they are auto (even if
they are inherited auto)
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Fixed. Tested in Viewer with Linux (March 9th Build).
You need to log in
before you can comment on or make changes to this bug.
Description
•