-
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
New Rule: aria-form-field-label #1449
Labels
Comments
4 tasks
4 tasks
we should call this |
This got split into 2 rules
Do you want to change both of them to below?
@WilcoFiers - what do you think? |
yes, name and this should probably happen before we ship 3.3 |
Yes, i think we should rename these before releasing 3.3 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some Context:
This is a composite rule that will use some pre-existing checks, to extend the current
label
rule for a larger set of semantic roles (checkbox, combobox, listbox, menuitemcheckbox, menuitemradio, radio, searchbox, slider, spinbutton, switch, textbox)aria-form-field-label
Ensures every element with semantic roles of a form field (checkbox, combobox (select elements), listbox, menuitemcheckbox, menuitemradio, radio, searchbox, slider, spinbutton, switch, textbox) has a label.
Tags: wcag2a, wcag412
Matches
label
rule & or any overlapping rules likearea-alt
,button-name
,image-alt
.Checks
any:
aria-label
(Already exists)aria-labelledby
(Already exists)non-empty-title
(Already exists)none:
no-implicit-explicit-label
Related issues
The text was updated successfully, but these errors were encountered: