- From: gitspeaks via GitHub <sysbot+gh@w3.org>
- Date: Sun, 22 Dec 2024 13:45:19 +0000
- To: public-css-archive@w3.org
gitspeaks has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-flexbox-1] Should 'justify-content' come after resolving flexible lengths? == According to section [9.5(12)(2)](https://drafts.csswg.org/css-flexbox-1/#algo-main-align): > "Align the items along the main axis per `justify-content`." This step precedes [section 9.7, "Resolving Flexible Lengths"](https://drafts.csswg.org/css-flexbox-1/#resolve-flexible-lengths), in the algorithm's order. This sequence implies that the effect of `justify-content` might be overridden during the redistribution of available space. However, it seems more logical that `justify-content` should occur if there is remaining space **after** the flexible lengths have been resolved. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11406 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 22 December 2024 13:45:20 UTC