[Bug 11137] Multiple-email inputs should require no space characters between values

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

Mounir Lamouri <mounir.lamouri@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mounir.lamouri@gmail.com

--- Comment #1 from Mounir Lamouri <mounir.lamouri@gmail.com> 2010-11-02 10:15:52 UTC ---
For the web page or the server, it sounds really easy to manage this kind of
data: splitting on commas then trimming whitespaces for all items will give you
an array of emails without trailing or ending whitespaces.

If the UA forbid the user to use whitespaces, it would be really annoying (less
readable). Or asking to have the value saved internally without whitespaces
(for .value) and showing them to the users with whitespaces would make the
implementation harder for nothing important.

-- 
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 Tuesday, 2 November 2010 10:15:55 UTC