- From: Archibald2 via GitHub <sysbot+gh@w3.org>
- Date: Thu, 25 Oct 2018 18:15:07 +0000
- To: public-css-archive@w3.org
This issue is also being discussed in #333 and #1173. The "tr" (or "ar") unit either relates the width to the height or relates the height to the width. I think this could be confusing. Code would be easier to read if '%w' is used for width and '%h' is used for height. So for example; ``` div { min-height: 100%w; } article { max-width: 150%h } ``` "%w" and "%h" are only suggestions: they could be just "w" and "h" (subject to comments in other threads). If "tr" is favoured, I suggest it should be a percentage value like "vw" and "vh (as was proposed for "ew").. -- GitHub Notification of comment by Archibald2 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3225#issuecomment-433153169 using your GitHub account
Received on Thursday, 25 October 2018 18:15:08 UTC