[css-sizing] height: stretch
on a float shouldn't ignore margins
#11905
Labels
height: stretch
on a float shouldn't ignore margins
#11905
Follow-up from #11044. https://drafts.csswg.org/css-sizing-4/#stretch-fit-sizing
Therefore, the spec implies the float should ignore margins and resolve
height: stretch
to100px
.But of course that doesn't make sense, because the margins of a float don't collapse!
Blink has implemented the reasonable thing instead of the spec, I plan to do the same in Servo.
The text was updated successfully, but these errors were encountered: