[css-sizing-4] Do not add stretch | fit-content | contain
for the logical properties
#7370
Labels
stretch | fit-content | contain
for the logical properties
#7370
stretch | fit-content | contain
are defined asnew values
forwidth
,height
,inline-size
,block-size
,min-width
,min-height
,min-inline-size
,min-block-size
,max-width
,max-height
,max-inline-size
,max-block-size
.It should not apply to the logical properties because:
inline-size
andblock-size
are defined with<'width'>
min-inline-size
andmin-block-size
are defined with<'min-width'>
max-inline-size
andmax-block-size
are defined with<'max-width'>
stretch | fit-content | contain
would be "included" and potentially parsed twice.The text was updated successfully, but these errors were encountered: