Re: [css-text] animatibility of 'tab-size'
fantasai <[email protected]> Wed, 17 Aug 2016 19:00:01 -0700
| Newsgroups | gmane.comp.web.css.general |
|---|---|
| Message-ID | <[email protected]> |
On 10/27/2015 10:19 PM, Tab Atkins Jr. wrote: > On Fri, Oct 23, 2015 at 7:40 AM, L. David Baron <[email protected]> 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(). This probably means we should convert <<integer>> to <<number>>, yes? ~fantasai