Commit a3d0a2c0 authored by XhmikosR's avatar XhmikosR

Update htmllint rules for the new version.

parent db86b0ff
...@@ -337,7 +337,7 @@ module.exports = function (grunt) { ...@@ -337,7 +337,7 @@ module.exports = function (grunt) {
options: { options: {
ignore: [ ignore: [
'Element “img” is missing required attribute “src”.', 'Element “img” is missing required attribute “src”.',
'Attribute “autocomplete” not allowed on element “input” at this point.', 'Attribute “autocomplete” is only allowed when the input type is “color”, “date”, “datetime”, “datetime-local”, “email”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.',
'Attribute “autocomplete” not allowed on element “button” at this point.', '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.)', '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).', '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).',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment