From 13e0025444c7cc7563f9fcedd08efaa53e4c5055 Mon Sep 17 00:00:00 2001 From: Owen Edwards Date: Mon, 9 Jan 2017 00:05:59 -0800 Subject: [PATCH] Change accessibility test in grunt.js to remove unnecessary warning message. --- build/grunt.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/grunt.js b/build/grunt.js index 5f98772912..e7a3afd20d 100644 --- a/build/grunt.js +++ b/build/grunt.js @@ -488,8 +488,8 @@ module.exports = function(grunt) { error: true }, ignore: [ - // Ignore the warning about needing 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' ] },