Re: [csswg-drafts] Replace percentage types by combined <*-percentage> types (#646)

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