[csswg-drafts] [css-flexbox-1] Should 'justify-content' come after resolving flexible lengths? (#11406)

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