Re: should textLength="0" disable rendering?

On Sun, Jul 7, 2013 at 6:55 PM, Cameron McCormack <cam@mcc.id.au> wrote:
> textLength="" is defined to be invalid if the length is negative.  What
> should happen when textLength="0"?  It seems Chrome and IE ignore it, while
> old Opera disables rendering of the element.  I slightly lean towards
> disabling rendering, as it would behave better when animating textLength=""
> to 0 and back.

Is textLength an integer, or a number?  If a number, I disagree with
this - adding discontinuities that are sensitive to implementation
precision and rounding behavior is a bad thing.  If it's an integer, I
have no particular opinion.

~TJ

Received on Monday, 8 July 2013 19:58:14 UTC