-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Closed
Copy link
Labels
4 - verifiedIssues that have been tested, confirmed as mitigated, and are ready to close.Issues that have been tested, confirmed as mitigated, and are ready to close.a11yIssues related to Accessibility fixes or improvements.Issues related to Accessibility fixes or improvements.bugBug reports for broken functionality. Issues should include a reproduction of the bug.Bug reports for broken functionality. Issues should include a reproduction of the bug.estimate - 2Small fix or update, may require updates to tests.Small fix or update, may require updates to tests.low riskIssues with low risk for consideration in low risk milestonesIssues with low risk for consideration in low risk milestonesp - highIssue should be addressed in the current milestone, impacts component or core functionalityIssue should be addressed in the current milestone, impacts component or core functionality
Description
Module:
39 Value List and Value List Item
List and List Item
Violation:
Provide a valid label for the component's filter list item
WCAG Reference:
Instance ID:
2036570437
Severity:
10
Description:
[Issue]
There is filter form control in the "Test 2. Value List with Filter" section without a programmatically associated label describing their purpose.
[User Impact]
Screen reader users and users with cognitive disabilities may be unable to determine what these controls are for. Speech input users will have difficulty navigating to them.
[Code Reference]
<input aria-label="" class="" enterkeyhint="" inputmode="" placeholder="Filter list items" type="text">
Note:
[Suggestion]
Provide a valid label for form fields. Provide aria-label attributes in the <input>
elements.
[Compliant Code Example]
<input aria-label="Filter list items" class="" enterkeyhint="" inputmode="" placeholder="Filter list items" type="text">
Media Type:
Forms
Additional Resources:
- Report Source: Product accessibility evaluation conducted on the Calcite Design System in August, 2022.
Metadata
Metadata
Assignees
Labels
4 - verifiedIssues that have been tested, confirmed as mitigated, and are ready to close.Issues that have been tested, confirmed as mitigated, and are ready to close.a11yIssues related to Accessibility fixes or improvements.Issues related to Accessibility fixes or improvements.bugBug reports for broken functionality. Issues should include a reproduction of the bug.Bug reports for broken functionality. Issues should include a reproduction of the bug.estimate - 2Small fix or update, may require updates to tests.Small fix or update, may require updates to tests.low riskIssues with low risk for consideration in low risk milestonesIssues with low risk for consideration in low risk milestonesp - highIssue should be addressed in the current milestone, impacts component or core functionalityIssue should be addressed in the current milestone, impacts component or core functionality