Skip to content

Commit

Permalink
Ignore HTML validator warning about <input type="datetime-local">
Browse files Browse the repository at this point in the history
Erratum from #18778
[skip sauce]
  • Loading branch information
cvrebert committed Jan 6, 2016
1 parent f547806 commit c06cb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ module.exports = function (grunt) {
'Attribute “autocomplete” not allowed on element “button” at this point.',
'Element “div” not allowed as child of element “progress” in this context. (Suppressing further errors from this subtree.)',
'Consider using the “h1” element as a top-level heading only (all “h1” elements are treated as top-level headings by many screen readers and other tools).',
'The “datetime” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.'
'The “datetime-local” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.'
]
},
src: ['_gh_pages/**/*.html', 'js/tests/visual/*.html']
Expand Down

0 comments on commit c06cb8e

Please sign in to comment.