chore: change accessibility test in grunt.js to remove unnecessary warning message. (#4143)

This commit is contained in:
Owen Edwards
2017-03-02 11:15:49 -05:00
committed by Gary Katsevman
parent 3bbf0199e6
commit dacf0ca133
+2 -2
View File
@@ -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'
]
},