-
Notifications
You must be signed in to change notification settings - Fork 779
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
feat(metadata): add Trusted Tester tag #3986
Conversation
"ACT" | ||
"ACT", | ||
"TTv5", | ||
"TT6.a" |
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.
ANDI finds these, correct?
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.
@@ -2,7 +2,7 @@ | |||
"id": "aria-input-field-name", | |||
"selector": "[role=\"combobox\"], [role=\"listbox\"], [role=\"searchbox\"], [role=\"slider\"], [role=\"spinbutton\"], [role=\"textbox\"]", | |||
"matches": "no-naming-method-matches", | |||
"tags": ["cat.aria", "wcag2a", "wcag412", "ACT"], | |||
"tags": ["cat.aria", "wcag2a", "wcag412", "ACT", "TTv5", "TT5.c"], |
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.
Ha! I would have totally picked 5.A on that one, but you're right. Accessible name, not label.
Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
Closes: #3974