-
Notifications
You must be signed in to change notification settings - Fork 757
Open
Labels
Description
The CSS Easing spec has a section on serialization, however this section doesn't distinguish between specified and computed values (and seems to be defining the computed value serialization). Should there be any differences between these two? E.g.
- Should specified values of
step-endandstep-startbe serialized as themselves rather than as asteps()function? - Should the
jump-endandendkeywords be kept as distinct specified values?
Relatedly, the spec seems a bit confused about the computed/serialized values for start/end/jump-start/jump-end: the serializations of the “end” values are collapsed to a single serialization, but not the “start” values. I think
jump-start/jump-endshould compute tostart/endor vice versa (unsure which we prefer).- the computed value serialization should fall out from that