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
dqateam opened this issue
Oct 25, 2022
· 5 comments
Labels
0 - newNew issues that need assignment.a11yIssues related to Accessibility fixes or improvements.bugBug reports for broken functionality. Issues should include a reproduction of the bug.p - lowIssue is non core or affecting less that 10% of people using the library
[Suggestion]
Provide a valid label for form fields. This includes providing accessible names for buttons. The accessible name of a button can be set with an aria-label attribute. Good accessible names are both concise and descriptive.
[Compliant Code Example]
<span aria-label="Events, press space and use arrow keys to reorder content. Current position 1 of 5." class="handle" data-js-handle="" role="button" tabindex="0">
<div aria-hidden="true" icon="drag" scale="s" calcite-hydrated="">
(...)
</div>
</span>
Media Type:
Forms
Additional Resources:
Report Source: Product accessibility evaluation conducted on the Calcite Design System in August, 2022.
The text was updated successfully, but these errors were encountered:
dqateam
added
0 - new
New issues that need assignment.
a11y
Issues related to Accessibility fixes or improvements.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
needs triage
Planning workflow - pending design/dev review.
labels
Oct 25, 2022
geospatialem
changed the title
Calcite Panel - Provide a valid label for form fields - (2036570517)
Calcite Value List Item (advanced Panel) - Provide a valid label for form fields - (2036570517)
Nov 15, 2022
Pertains to the value-list-item component's drag-enabled.
geospatialem
changed the title
Calcite Value List Item (advanced Panel) - Provide a valid label for form fields - (2036570517)
Value List Item (advanced Panel) - Provide a valid label for form fields - (2036570517)
Nov 17, 2022
0 - newNew issues that need assignment.a11yIssues related to Accessibility fixes or improvements.bugBug reports for broken functionality. Issues should include a reproduction of the bug.p - lowIssue is non core or affecting less that 10% of people using the library
Module:
42 Calcite Panel
Violation:
Provide a valid label for form fields
WCAG Reference:
Instance ID:
2036570517
Severity:
10
Description:
[Issue]
There are buttons without accessible names. Examples include:
[User Impact]
Screen reader users will be unable to determine the purpose of these buttons. Speech input users will have difficulty activating them.
[Code Reference]
Note:
[Suggestion]
Provide a valid label for form fields. This includes providing accessible names for buttons. The accessible name of a button can be set with an aria-label attribute. Good accessible names are both concise and descriptive.
[Compliant Code Example]
Media Type:
Forms
Additional Resources:
The text was updated successfully, but these errors were encountered: