-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps(axe-core): upgrade to 4.2.1 #12575
Conversation
|
lighthouse-cli/test/smokehouse/test-definitions/a11y/expectations.js
Outdated
Show resolved
Hide resolved
@@ -57,6 +57,8 @@ async function runA11yChecks() { | |||
'svg-img-alt': {enabled: false}, | |||
'audio-caption': {enabled: false}, | |||
'aria-treeitem-name': {enabled: true}, | |||
// https://github.com/dequelabs/axe-core/issues/2958 | |||
'nested-interactive': {enabled: false}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'frame-focusable-content': {enabled: false}
too so we aren't wasting time on it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'frame-focusable-content': {enabled: false}
too so we aren't wasting time on it
that was meant to be a question, I don't feel strongly about it :)
Not having axe tests running without any use of their output is the only real argument for disabling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Sad for all the effort in #12536 but we learn a little more about accessibility in each of these updates :)
instead of #12536 b/c we don't want to add the new audits yet, but still want to upgrade for bug fixes.