From 614c717a88e9c8be483326a4c32b1118e8a635b9 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Wed, 17 Apr 2019 13:45:03 -0400 Subject: [PATCH] core(a11y): disable unused axe rules --- lighthouse-core/gather/gatherers/accessibility.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lighthouse-core/gather/gatherers/accessibility.js b/lighthouse-core/gather/gatherers/accessibility.js index c74fdcb7c591..1a6821f74401 100644 --- a/lighthouse-core/gather/gatherers/accessibility.js +++ b/lighthouse-core/gather/gatherers/accessibility.js @@ -38,6 +38,11 @@ function runA11yChecks() { 'td-has-header': {enabled: false}, 'marquee': {enabled: false}, 'area-alt': {enabled: false}, + 'aria-dpub-role-fallback': {enabled: false}, + 'aria-hidden-body': {enabled: false}, + 'duplicate-id-active': {enabled: false}, + 'duplicate-id-aria': {enabled: false}, + 'html-xml-lang-mismatch': {enabled: false}, 'blink': {enabled: false}, 'server-side-image-map': {enabled: false}, },