-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Description:
Like its desktop counterpart, the web version of the application is not accessible to users who rely on a keyboard or screen reader.
Accessibility Issues Identified:
The primary function of the app—drawing diagrams—can only be performed using a mouse. There is no keyboard-accessible method to add, move, or connect elements.
Elements on the canvas are not described or exposed to assistive technologies (e.g., screen readers), making it impossible for users with visual impairments to understand or interact with the diagram content.
Despite being visually simple, the interface does not provide appropriate roles, names, or states for canvas elements.
Impact:
These issues make the application unusable for individuals relying on keyboard navigation or assistive technologies, which is a violation of WCAG 2.1 guidelines, particularly: