Closed
Bug 775
Opened 26 years ago
Closed 26 years ago
max-element-size not impacted by margins
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: buster)
References
()
Details
(see mailnote to kipp and troy for minimized test case)
An <img> tag with a non-0 HSPACE attribute reports incorrect size info. for
example, given NS_UNCONSTRAINEDSIZE, the image on this page returns min=120,
desired=150. Then, given 142 available width, the image reports back a desired
width of 150.
Summary: <img> with HSPACE attribute reports incorrect size → max-element-size not impacted by margins
The HSPACE/VSPACE issue has been fixed (the attributes are now supported);
however, it is still true that margins do not impact the max-element-size as
they should.
Comment 3•26 years ago
|
||
installing myself as QA Contact en masse
Comment 4•26 years ago
|
||
kipp, can you provide a link to the aforementioned min test case so I can truly verify it or if you feeling generous mark this bug
verified yourself? - thanx
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
just gonna mark it verified...
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•