| commit | f8bb8bc5b0ecb2e7d63f598b52dfadf27cd3ed19 | [log] [tgz] |
|---|---|---|
| author | tkent <tkent@chromium.org> | Tue Jul 26 08:49:09 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 26 08:51:18 2016 |
| tree | 367e1a1fefd0d1ebd6a5c370490c0ce008f82013 | |
| parent | 92754a40e7bd74f5a4b3437d33fa4d90068c01d2 [diff] |
DATALIST element: Filter DATALIST OPTIONs by sustring matching Both of Firefox and Edge shows OPTIONs filtered by substring matching. We follow them. It seems that Firefox shows OPTIONs with matched labels, and Edge shows OPTIONs with matches values. We show OPTIONs with matched labels or values. BUG=153991 Review-Url: https://codereview.chromium.org/2183773003 Cr-Commit-Position: refs/heads/master@{#407738}