Re: [csswg-drafts] [css-values] <percentage> shouldn't be able to resolve to <number> in calc()

Correct, but that's not relevant here - `<number-token>` is *always* a "number" type in `calc()`; `width: calc(0);` is invalid, because 'width' doesn't accept `<number>` in its grammar.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1463#issuecomment-304156598 using your GitHub account

Received on Friday, 26 May 2017 00:06:55 UTC