[csswg-drafts] [css-break][css-box][css-text][css-position] percentages and fragmentation (#6512)

frivoal has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-break][css-box][css-text][css-position] percentages and fragmentation ==
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)

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6512 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 12 August 2021 12:20:59 UTC