Re: DOMTokenList.add() when the underlying string is empty (detailed review of the DOM)

On Tue, 17 Jul 2007, Simon Pieters wrote:
> On Tue, 17 Jul 2007 16:37:20 +0200, Simon Pieters <simonp@opera.com> wrote:
> > 
> > The spec says about DOMTokenList.add():
> > 
> >    4. Otherwise, if the last character of the DOMTokenList object's
> >       underlying string is not a space character, then append a U+0020
> >       SPACE character to the end of that string.
> > 
> > When the underlying string is empty, the last character is not a space 
> > character, and so a space will be appended, resulting in the string " 
> > x" if "x" was used as parameter. Is this intentional? I wouldn't 
> > expect a space to be appended when the underlying string is empty.
> 
> This also applies to DOMTokenList.toggle(), step 4.

Fixed also.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Monday, 12 May 2008 09:43:46 UTC