Re: [css-text] animatibility of 'tab-size'

On Fri, Oct 23, 2015 at 7:40 AM, L. David Baron <dbaron@dbaron.org> wrote:
> Currently css-text says that 'tab-size' is animatable as a length,
> but not as an integer.  This seems odd, given that it takes both
> length and integer values.  Is there a reason for this?

No, looks like it should allow mixing the two.  You can't resolve
integers to <length>s at computed-value time, as it depends on the
font used, but you can certainly interpolate it with calc().

~TJ

Received on Wednesday, 28 October 2015 05:20:28 UTC