[Bug 12908] How come we leave the first 128 characters and then divide the string into three equal parts? Last time I checked, 128 % 3 == 2.

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

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

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

--- Comment #1 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-06-10 18:08:57 UTC ---
You're missing "While input's length is zero or not a multiple of three, append
a U+0030 DIGIT ZERO (0) character to input."  By the time you split it into
three strings of equal length, its length is divisible by three.

-- 
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 Friday, 10 June 2011 18:08:59 UTC