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

fixrule(aria_hidden_nontabbable) improve group message #1506

Merged
merged 11 commits into from
Jun 29, 2023
27 changes: 0 additions & 27 deletions .vscode/settings.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export let aria_hidden_nontabbable: Rule = {
},
messages: {
"en-US": {
"group": "A focusable element should not be within the subtree of an element with 'aria-hidden' set to \"true\"",
"group": "A hidden element should not contain any tabbable elements",
"Pass_0": "Rule Passed",
"Fail_1": "Element \"{0}\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'"
}
Expand Down
Loading