Closed
Bug 1301
Opened 26 years ago
Closed 26 years ago
non-replaced floats without width should have 0 width
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: buster)
References
()
Details
non-replaced floating elements without a width specified should have width zero
(according to both CSS1 and CSS2). I'm not quite sure what the current method
of handling is, but it's not that, and it's hard to come up with any logical
way to handle it, especially when multiple floats are around.
There is now code to treat non-replaced floats with no width so that they aren't
reflowed. The exception is tables and it's pretty clear, compatability wise, why
that is so.
Updated•26 years ago
|
QA Contact: 3847
Updated•26 years ago
|
QA Contact: 3847 → 4110
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
Verified that they do have 0 width using the above test case. The borders and
overflow are still issues. I think the overflow is covered by another bug, but
it may be different. I'll report more when I finish the above test case.
However, the subject of this bug is fixed, so I'm verifying here.
You need to log in
before you can comment on or make changes to this bug.
Description
•