[Webkit-unassigned] [Bug 55987] input type=email and multiple is not compliant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 02:00:28 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=55987





--- Comment #8 from Kentaro Hara <haraken at google.com>  2011-06-27 02:00:28 PST ---
(From update of attachment 98464)
View in context: https://bugs.webkit.org/attachment.cgi?id=98464&action=review

>> LayoutTests/fast/forms/resources/ValidityState-typeMismatch-email.js:75
>> +emailCheck("   a at p.com   ,   b @p.com   ", true);
> 
> We should have tests for space characters other than U+0020.
> U+0009 U+000A U+000C U+000D should be stripped, and U+2003 and U+3000 should not be stripped.
> 
> http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#space-character

Added those tests.

>> Source/WebCore/html/EmailInputType.cpp:-66
>> -        return false;
> 
> Why did you remove these lines?

Sorry but this is my mistake. I reverted it back to the original.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list