https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override
let's say we are interpolating from
contain-intrinsic-size: auto 10px
to
contain-intrinsic-size: 20px
(ie. only one of them has the keyword)
How should it be interpolated? Should the entire thing flip at 50%, or should just "auto" flip at 50% and the length be interpolated linearly?
@flackr