[css-align][css-sizing] Should place-self: stretch
and width: stretch
result in different size for abspos?
#11293
Labels
place-self: stretch
and width: stretch
result in different size for abspos?
#11293
Uh oh!
There was an error while loading. Please reload this page.
All browsers exhibit some differences between a
stretch
self-alignment vs a stretch size (or vendor-prefixed equivalent).But the spec implies otherwise: https://drafts.csswg.org/css-sizing-4/#stretch-fit-sizing
I plan to implement the spec in Servo, it's easier to have a single stretch behavior rather than doing different things depending on the property.
The text was updated successfully, but these errors were encountered: