https://drafts.csswg.org/css-sizing-4/#aspect-ratio
With width: auto; height: auto; aspect-ratio: 1/1; (in a horizontal writing mode), we still have a definite width, should we use that to calculate a height using the aspect ratio? Or should we require width: 100%;?
/cc @bfgeek @fantasai @tabatkins
https://drafts.csswg.org/css-sizing-4/#aspect-ratio
With
width: auto; height: auto; aspect-ratio: 1/1;(in a horizontal writing mode), we still have a definite width, should we use that to calculate a height using the aspect ratio? Or should we requirewidth: 100%;?/cc @bfgeek @fantasai @tabatkins