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
For <custom-ident>, ident, <color>, <integer>, <angle>, <time>, <resolution> or "*" values, the computed value is as specified.
I think that's a little weird that e.g. 100ms becomes 0.1s for transition-duration, but for some reason stays 100ms for <time>-registered custom properties. (And similarly for the other types). I suggest:
For <angle>, <time>, <resolution>: let the computed value be the specified value converted to its canonical unit, with calc resolved.
For <integer>: resolve calc (i.e. same as <number>, <percentage>).
For <color>: behave like color property? (Not sure about this one).
The text was updated successfully, but these errors were encountered:
The spec currently says:
I think that's a little weird that e.g.
100ms
becomes0.1s
fortransition-duration
, but for some reason stays100ms
for<time>
-registered custom properties. (And similarly for the other types). I suggest:color
property? (Not sure about this one).The text was updated successfully, but these errors were encountered: