| commit | 350b1fecbdea7310b122e3e83c67929fa282d754 | [log] [tgz] |
|---|---|---|
| author | robhogan <robhogan@gmail.com> | Sat Jul 09 22:14:36 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Sat Jul 09 22:16:04 2016 |
| tree | 63e108779910700b145f07c9249a329dd2854dbb | |
| parent | 2e2288282d460c027b3a306d36a096c30700096b [diff] |
Don't treat an empty value attribute as null on image input types If value="" is specified on an image-type form control then use "" as the alt-text for the control if one is required. This matches Firefox and Edge, also IE11. BUG=625604 Review-Url: https://codereview.chromium.org/2127093004 Cr-Commit-Position: refs/heads/master@{#404571}