- From: Shane Stephens <shans@google.com>
- Date: Tue, 15 Oct 2013 12:19:41 +1100
- To: "public-fx@w3.org" <public-fx@w3.org>
Received on Tuesday, 15 October 2013 01:20:10 UTC
Hi list,
What should the result of interpolating (e.g. for clip):
rect(0px, 0px, 0px, auto)
to
rect(100px, 100px, 100px, 50px)
be?
What about (e.g. for mask-box-image-slice):
50% fill
to
30%
Should individual longhand properties with multiple 'channels' interpolate
each channel separately (i.e. 0px can smoothly interpolate to 100px even
while auto steps to 50px), or should a single non-interpolating channel
block interpolation of all channels (i.e. fill -> not fill is a step, so
50% to 30% should step too)?
A relevant precedent may be that repeatable lists will not interpolate if
any pair is not interpolable.
Cheers,
-Shane
Received on Tuesday, 15 October 2013 01:20:10 UTC