You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lsr-explore
changed the title
[a11y]: address vuejs-accessibility/label-has-for disabled rules (5 cases)
[a11y]: label-has-for vuejs-accessibility - address cases where this eslint rule is disabled in arpa_reporter
Jan 19, 2025
Why is this issue important?
If a label is not associated with a form control, a screen reader user may not know what to enter into the control.
vuejs-accessibility displayed errors in some cases where elements did not wrap the element it was labelling. These rules were disabled.
vuejs-accessibility documentation for label-has-for
W3C Labelling Controls.
Current State
Rules are disabled in the code
Steps to reproduce to identify cases where this rule was disabled.
Cases
arpa_reporter
views
Expected State
No rules should be disabled in the code.
Implementation Plan
Next Steps
Relevant Code Snippets
The text was updated successfully, but these errors were encountered: