Skip to content

Commit

Permalink
Merge pull request #110 from artemisbot/feature/accessibility
Browse files Browse the repository at this point in the history
Made changes to fix accessibility errors
  • Loading branch information
n1474335 authored Apr 7, 2017
2 parents fad3db1 + 9121b83 commit d9006d6
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 51 deletions.
6 changes: 5 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ module.exports = function (grunt) {
},
accessibility: {
options: {
accessibilityLevel: "WCAG2A"
accessibilityLevel: "WCAG2A",
verbose: false,
ignore: [
"WCAG2A.Principle1.Guideline1_3.1_3_1.H42.2"
]
},
test: {
src: ["build/**/*.html"]
Expand Down
Loading

0 comments on commit d9006d6

Please sign in to comment.