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