[Webkit-unassigned] [Bug 84344] New: [Chromium] datalist: Should not show invalid values
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 19 07:45:58 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84344
Summary: [Chromium] datalist: Should not show invalid values
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
URL: data:text/html,<input type=email list=dl1><datalist
id=dl1><option>foo>></datalist>
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tkent at chromium.org
CC: keishi at webkit.org
Blocks: 27247
1. Open the URL; data:text/html,<input type=email list=dl1><datalist id=dl1><option>foo>></datalist>
2. Type 'f' or '↓' to show a suggestion list
Expected:
'foo>>' is not shown because it's not a valid input for type=email.
Actual:
'foo>>' is shown and selectable.
--
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