a11y: Fix missing label attribute issue with form input control #12818
Labels
area/accessibility
kind/enhancement
priority/1
QA/manual-test
Indicates issue requires manually testing
size/0.5
Size Estimate 0.5
Milestone
a11y issue: 86
Issue 86 - Missing form label or 'title' attribute
The form field do not have the label associated with them and "title" attribute is not included in their source code either resulting in screen reader users fail to understand the purpose of the form field.
This should be fixed in the form input control(s).
This appears in several places:
Account and API Keys
Projects/Namespaces
Import YAML
Example:
Suggested remediation:
Apply the following changes:
• Provide unique and descriptive visual label for the mentioned form fields using tag.
• Use "for" and "id" attributes to associate labels with their respective form fields. Ensure that the value of "for" attribute of the label exactly matches the value of "id" attribute of the form field.
The text was updated successfully, but these errors were encountered: