Closed
Bug 2747
Opened 26 years ago
Closed 26 years ago
width:auto should not result in growing to fit contents!
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: ian, Assigned: buster)
References
()
Details
In the test page above, Part 3, the middle box should not grow to accomodate
the inner box (the PRE) because the width value of auto should result in
it fitting in its PARENT.
This should result in the middle box being roughly square.
See the CSS2 spec, horizontal formatting model, for more details.
Kipp, this should work once block/inline are converted to use the new computed
info in nsHTMLReflowState
Updated•26 years ago
|
QA Contact: 4110
Comment 4•26 years ago
|
||
chrisd as QA contact
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•