Skip to content

Accessibility Issue - Inappropriate use of aria-pressed attribute #4469

@Bradrajkumar

Description

@Bradrajkumar

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.

20_1
20_2

Steps to reproduce

  1. Observe the interactive elements.
  2. Inspect the elements and review the DOM.
  3. Review the computed accessibility properties.
  4. Observe that the aria-pressed is incorrectly used.

Webchat Version :- 4.13.0

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions