- From: Sammy Gill via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Feb 2023 19:26:37 +0000
- To: public-css-archive@w3.org
sgill26 has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-rhythm-1] block-step-size/block-step-align splitting odd adjustment amount == The spec defines `block-step-align: center` as follows: > Any extra space resulting from a [block-step-size](https://drafts.csswg.org/css-rhythm/#propdef-block-step-size)-induced adjustment is split, and applied half on either side of the box. If the amount of extra space being added is odd, is there a priority of how to split the difference? ``` <div style="width: 50px; height: 50px; background-color:green; block-step-size: 99px;"> </div> ``` I'm assuming here that one side will get 24px added while the other side will get 25px added, is that correct? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8488 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 22 February 2023 19:26:39 UTC