-
Notifications
You must be signed in to change notification settings - Fork 747
Open
Labels
Description
I have two issues with this sentence:
Values other than stretch cause non-replaced absolutely-positioned boxes to use fit-content sizing for calculating auto inline sizes.
In the "Other details" part of the rules for justify-self
on absolutely-positioned boxes.
- It should be clear that
normal
acting likestretch
is not a value other thanstretch
- the size in question is not an inline-size when the absolutely-positioned box is orthogonal to its containing block
Both of these issues apply equally to the equivalent sentence:
Values other than stretch cause non-replaced absolutely-positioned boxes to use shrink-to-fit sizing for calculating auto block sizes.