Skip to content

Commit

Permalink
chore: change accessibility test in grunt.js to remove unnecessary wa…
Browse files Browse the repository at this point in the history
…rning message. (#4143)
  • Loading branch information
OwenEdwards authored and gkatsev committed Mar 2, 2017
1 parent 3bbf019 commit dacf0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ module.exports = function(grunt) {
error: true
},
ignore: [
// Ignore the warning about needing <optgroup> elements
'WCAG2AA.Principle1.Guideline1_3.1_3_1.H85.2'
// Ignore warning about contrast of the "vjs-no-js" fallback link
'WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.BgImage'
]

},
Expand Down

0 comments on commit dacf0ca

Please sign in to comment.