- From: Archibald2 via GitHub <sysbot+gh@w3.org>
- Date: Mon, 22 Oct 2018 18:42:58 +0000
- To: public-css-archive@w3.org
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/1173#issuecomment-431824367 using your GitHub account
Received on Monday, 22 October 2018 18:42:59 UTC