Skip to content

Commit

Permalink
Merge pull request #1521 from duboisp/build-script
Browse files Browse the repository at this point in the history
Build script - add HTMLlint exception for integrity attribute in link…
  • Loading branch information
duboisp committed Mar 22, 2019
2 parents 9430154 + 5b592af commit 1e117e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.coffee
Expand Up @@ -713,6 +713,7 @@ module.exports = (grunt) ->
"Empty heading."
"Attribute “aria-orientation” not allowed on element “ul” at this point." # menu designed as per WAI-ARIA 1.1 practice
"Discarding unrecognized token “none” from value of attribute “role”. Browsers ignore any token that is not a defined ARIA non-abstract role." # menu designed as per WAI-ARIA 1.1 practice
"Attribute “integrity” not allowed on element “link” at this point."
]
src: [
"dist/unmin/demos/data-json/template-en.html"
Expand All @@ -733,6 +734,7 @@ module.exports = (grunt) ->
"Attribute “aria-orientation” not allowed on element “ul” at this point." # menu designed as per WAI-ARIA 1.1 practice
"Discarding unrecognized token “none” from value of attribute “role”. Browsers ignore any token that is not a defined ARIA non-abstract role." # menu designed as per WAI-ARIA 1.1 practice
"Attribute “aria-current” not allowed on element “li” at this point."
"Attribute “integrity” not allowed on element “link” at this point."
]
src: [
"dist/unmin/**/*.html"
Expand Down

0 comments on commit 1e117e2

Please sign in to comment.