You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A math function resolves to <length>, <angle>, <time>, <frequency>, <resolution>, <flex>, or <percentage> according to which of those productions its type matches.
Why are <number> and <integer> in #1 and #2 but not in #3?
Why are <resolution> and <flex> in #3 but not in #1 nor #2?
Is it necessary to repeat this list three times?
The text was updated successfully, but these errors were encountered:
Went ahead and edited the spec to fix the second, tho technically we do need the resolution to make it valid. But I think it's a foregone conclusion.
Fixed the third by removing one of the lists, along with a lot of now-redundant instructions for how to determine the type of a math function. Still need the other two, as far as I can tell.
From https://drafts.csswg.org/css-values-4/#calc-notation,
From https://drafts.csswg.org/css-values-4/#calc-type-checking,
From https://drafts.csswg.org/css-values-4/#type-checking-exprs,
Why are
<number>
and<integer>
in #1 and #2 but not in #3?Why are
<resolution>
and<flex>
in #3 but not in #1 nor #2?Is it necessary to repeat this list three times?
The text was updated successfully, but these errors were encountered: