From 6cfaabebc274807b53ceed8b102d3d7c747ed567 Mon Sep 17 00:00:00 2001 From: Malcolm Butler <32877315+MoJ-Longbeard@users.noreply.github.com> Date: Fri, 19 Jul 2019 10:33:09 +0100 Subject: [PATCH] Added another instance of a GDS-okay error. Also removed two that are going to be fixed in Design System v3. --- .hintrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.hintrc b/.hintrc index 630d9df7f9d..1ce584403de 100644 --- a/.hintrc +++ b/.hintrc @@ -16,12 +16,11 @@ "html-checker": ["error", { "ignore": [ "Attribute “src” not allowed on element “image” at this point.", - "Element “image” is missing required attribute “height”.", - "Element “image” is missing required attribute “width”.", "The “banner” role is unnecessary for element “header”.", "The “button” role is unnecessary for element “button”.", "The “main” role is unnecessary for element “main”.", - "The “contentinfo” role is unnecessary for element “footer”." + "The “contentinfo” role is unnecessary for element “footer”.", + "Element “h1” not allowed as child of element “legend” in this context. (Suppressing further errors from this subtree.)" ] }], "http-cache": "error",