- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 28 Jun 2019 21:06:49 +0000
- To: public-css-archive@w3.org
That's not why Color doesn't need updating; Color doesn't need updating because there is (now) no `<number-percentage>` type, as we realized we can't generally handle that combo in `calc()`. The `<*-dimension>` types don't imply anything about what range in the non-percentage type maps to 0%-100%. It would be perfectly fine to have the number range `[0-255]` map to the percent range `[0%-100%]`, if that wasn't disallowed by the type-resolving rules. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/646#issuecomment-506877051 using your GitHub account
Received on Friday, 28 June 2019 21:06:50 UTC