-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Issue Description : -
Interactive elements need a programmatically determined name, role, and value. These properties must also be accurate and appropriate.
There are button elements where state have been used unnecessarily. This may particularly disadvantage users that interface with the accessibility properties of elements, such as screen reader and voice recognition users.
Success Criteria : -
Remove aria-pressed attribute from the source code of the buttons. For example:
JUST enough
For more information, see WAI-ARIA Practices - Toggle Button. As well, for guidance on reviewing accessibility properties, see Chrome - Accessibility properties, Edge - Accessibility Pane, and Firefox - Accessibility Inspector.
Steps to reproduce
- Observe the interactive elements.
- Inspect the elements and review the DOM.
- Review the computed accessibility properties.
- Observe that the aria-pressed is incorrectly used.
Webchat Version :- 4.13.0

