[Bug 12262] select(), selectionStart, selectionEnd and setSelectionRange() should apply to <input type='email'>

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

Jonas Sicking <jonas@sicking.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonas@sicking.cc

--- Comment #3 from Jonas Sicking <jonas@sicking.cc> 2011-03-22 00:50:57 UTC ---
What happens if the displayed value doesn't match the value in .value?

For example we've discussed adding a ", " to the end of the displayed value as
to make it easier to add additional email addresses, however since this would
result in an invalid address it wouldn't show up in .value or the submitted
string.

Also, we might get fancy enough that we display the name along with the email
address if the browser gets access to an address book. In that case the name
would be displayed but not show up in .value.

-- 
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, 22 March 2011 00:50:59 UTC