From c06cb8e3205776c0830cd4c7b541012f14f9461b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 6 Jan 2016 14:47:07 -0800 Subject: [PATCH] Ignore HTML validator warning about Erratum from #18778 [skip sauce] --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 85e423a688c5..146698599c93 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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']