[csswg-drafts] [css-sizing] Aspect-ratio min-size needs to check for "auto", not non-zero (#4217)

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

== [css-sizing] Aspect-ratio min-size needs to check for "auto", not non-zero ==
In <https://drafts.csswg.org/css-sizing-3/#intrinsic>: 

> Otherwise if the box has a definite non-zero min-width or min-height, use that size and calculate the other dimension using the aspect ratio; if both dimensions have a definite minimum, choose the one that results in the larger overall size.

This should probably be checking for non-"auto", not non-zero. (Open ranges are bad.)

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

Received on Monday, 19 August 2019 17:36:35 UTC