1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-27 02:43:45 +02:00

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

This commit is contained in:
Owen Edwards 2017-03-02 08:15:49 -08:00 committed by Gary Katsevman
parent 3bbf0199e6
commit dacf0ca133

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'
]
},