Re: [csswg-drafts] [css-grid][css-sizing] Aspect Ratio

In issue #1173, I have suggested the following.

Instead of introducing the 'ar' unit which can relate height to width or relate width to height, code would be easier to read if 'w' is used for width and 'h' is used for height. So for example;
div {
  min-height: 1w;
}
article {
 max-width: 1.5h
}


-- 
GitHub Notification of comment by Archibald2
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/333#issuecomment-432378655 using your GitHub account

Received on Tuesday, 23 October 2018 19:05:08 UTC