Skip to content
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

Merged
merged 3 commits into from
May 27, 2021
Merged

deps(axe-core): upgrade to 4.2.1 #12575

merged 3 commits into from
May 27, 2021

Conversation

connorjclark
Copy link
Collaborator

instead of #12536 b/c we don't want to add the new audits yet, but still want to upgrade for bug fixes.

@connorjclark connorjclark requested a review from a team as a code owner May 27, 2021 20:15
@connorjclark connorjclark requested review from adamraine and removed request for a team May 27, 2021 20:15
@google-cla google-cla bot added the cla: yes label May 27, 2021
@google-cla
Copy link

google-cla bot commented May 27, 2021

☹️ Sorry, but only Googlers may change the label cla: yes.

@@ -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},
Copy link
Member

@brendankenny brendankenny May 27, 2021

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

Copy link
Member

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

@brendankenny brendankenny mentioned this pull request May 27, 2021
17 tasks
Copy link
Member

@brendankenny brendankenny left a 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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants