[Webkit-unassigned] [Bug 55987] New: input type=email and multiple is not compliant
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 8 17:24:34 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55987
Summary: input type=email and multiple is not compliant
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: nathansamson+webkit at gmail.com
Example document (extract)
<form>
<input type="email" multiple name="emails" />
<input type="submit" label="Submit" />
</form>
When typing in the input field: "email at hostname.com, email2 at hostname.com" and submitting the form a popup/tooltip appears with the text: "Enter a list of emails spearated by comma's" (manually translated from dutch, the correct english sentence will probably be different).
The text message is compliant with the spec (a list of emails separated by commas), but this is exactly what I did, so it shouldn't complain.
This happens in Chrome 10 (10.0.648.127, windows) and Chrome 11 (11.0.695.0, linux), but NOT in chrome 9 (9.0.597.107, linux).
It works in firefox 4, and it should work as I see the spec. Also it says what you should do, but the check itself seems to be incorrect.
--
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