From 1200c3b6b2b40935eb18633f60fc6070d417bdcf Mon Sep 17 00:00:00 2001 From: bwang Date: Tue, 4 Jun 2024 12:46:08 -0500 Subject: [PATCH] Update mobile content selector --- config/configMobileA11y.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/configMobileA11y.js b/config/configMobileA11y.js index 47fea744..dcf7c5fd 100644 --- a/config/configMobileA11y.js +++ b/config/configMobileA11y.js @@ -15,7 +15,7 @@ const testDefaults = { ], includeWarnings: true, includeNotices: true, - hideElements: '#bodyContent', + hideElements: '#content', ignore: [ // Prevent contrast ratio error on absolutely positioned elements 'WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Abs',