You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few properties where percentages are resolved against the size of the container. What if the container is fragmented? Each fragment is likely to have a different block size, and could even have different inline-sizes. How are these percentages then resolved? Per fragment? Based on the first fragment? Something else? For instance:
margin-*, padding-* (both have potentially multiple instances, due to box-decoration-break)
text-indent
left, right, top, bottom
(I'm sure there are more)
The text was updated successfully, but these errors were encountered:
There are a few properties where percentages are resolved against the size of the container. What if the container is fragmented? Each fragment is likely to have a different block size, and could even have different inline-sizes. How are these percentages then resolved? Per fragment? Based on the first fragment? Something else? For instance:
margin-*
,padding-*
(both have potentially multiple instances, due tobox-decoration-break
)text-indent
left
,right
,top
,bottom
The text was updated successfully, but these errors were encountered: