[csswg-drafts] [css-sizing-4] min/max size transfers across aspect-ratio (#6071)

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

== [css-sizing-4] min/max size transfers across aspect-ratio ==
https://drafts.csswg.org/css-sizing-4/#aspect-ratio-size-transfers

> Sizing constraints in either axis (the origin axis) are transferred through the preferred aspect ratio to the other axis (the destination axis) as follows:
> 
>    First, any definite minimum size is converted and transferred from the origin to destination axis. This transferred minimum is capped by any definite preferred or maximum size in the destination axis.
>
>    Then, any definite maximum size is converted and transferred from the origin to destination. This transferred maximum is floored by any definite preferred or minimum size in the destination axis as well as by the transferred minimum, if any.

I think these should be defined as only impacting automatic or content-based sizes, rather than being defined as being an independent constraint clamped by the preferred size, because e.g. Flexbox makes a distinction between a size constraint applied to the "minimum size" vs a size constraint applied to the "preferred size" and it's otherwise not clear how this independent constraint would apply.


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


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

Received on Wednesday, 3 March 2021 20:08:54 UTC