Open
Description
https://drafts.csswg.org/css-images-4/#serialization says: “For cross-fade(), always serialize the <percentage>.”
What does “the” percentage refer to? There can be multiple ones, and they can explicit and implicit. (In the old -webkit-cross-fade(), there used to be only one, so perhaps it is a remnant?) If a percentage is implicit, should it be serialized? (This is not always possible for the specified value, as some percentages may be unknown until computed value time, or even used value time if sign() etc. is involved—furthermore, they can be different for sizing and fading.) Perhaps “always” should be moderated somewhat.