RESOLVED FIXED 84344
[Chromium] datalist: Should not show invalid values
https://bugs.webkit.org/show_bug.cgi?id=84344
Summary [Chromium] datalist: Should not show invalid values
Kent Tamura
Reported 2012-04-19 07:45:58 PDT
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.
Attachments
Keishi Hattori
Comment 1 2012-05-07 19:21:08 PDT
This can be solved on the chromium side. https://chromiumcodereview.appspot.com/10391002
Keishi Hattori
Comment 2 2012-05-18 00:55:38 PDT
This was fixed with a chromium change r137360
Note You need to log in before you can comment on or make changes to this bug.