Skip to content

Commit

Permalink
fix(nested-interactive): update negative tabindex message to include …
Browse files Browse the repository at this point in the history
…asssistive technologies (#3262)
  • Loading branch information
straker authored Nov 8, 2021
1 parent b451f2e commit b985776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checks/keyboard/no-focusable-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pass": "Element does not have focusable descendants",
"fail": {
"default": "Element has focusable descendants",
"notHidden": "Using a negative tabindex on an element inside an interactive control does not prevent a screen reader from focusing the element (even with 'aria-hidden=true')"
"notHidden": "Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with 'aria-hidden=true')"
},
"incomplete": "Could not determine if element has descendants"
}
Expand Down

0 comments on commit b985776

Please sign in to comment.