[Bug 11613] At setp 6 - for an empty Token, all the space characters will be removed then what is being added at Setp 7 and how the empty string is getting counted ?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11613

Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Simetrical+w3cbug@gmail.com

--- Comment #1 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2010-12-29 19:40:33 UTC ---
It seems pretty clear that the token list that the algorithm returns can
contain the empty string.  Step five even calls this out explicitly.  So "foo,,
bar  ,  ,baz" would become ["foo", "", "bar", "", "baz"].

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 29 December 2010 19:40:35 UTC