- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Wed, 01 Jan 2020 01:52:50 +0000
- To: public-css-archive@w3.org
@decivilizator We try to avoid unitless numbers that ultimately resolve to lengths, it creates problems in `calc()` IIRC. The advantage of using percents over a custom unit here is that they are a type of value that already exists, and get preserved distinctly from lengths during inheritance (which is the behavior we need here). But introducing a new unit such as upm is a valid alternative. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2165#issuecomment-570013619 using your GitHub account
Received on Wednesday, 1 January 2020 01:52:51 UTC