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
I'm a blind java developer and using Nvda screen reader to work with computer.
The diagrams that produced by this module is not accessible for screen readers E.G, by navigating the diagram, Screen reader only reads the diagram like a textual component or reads nothing at all.
Its because accessibility information not provided.
As this module is used for displaying bpmn files in bpmn modoler apps such as camunda modeler, it effects on my job as a developer.
You can provide accessibility info in canvas by using ARIA tag and alt text.
see accessibility in canvas and accessibility in svg
and you can download free and open source screen reader nvda for testing accessibility.
The keywords are accessibility and screen readers.
I'm up for any help as much as I can.
Steps to reproduce the behavior:
download and run Nvda screen reader.
open a diagram.
try to understand the diagram by navigating with arrow keys and tab.
Expected Behavior
First, the diagram should be navigable by arrow keys or some shortcuts.
the diagram details should be provided as accessibility info. Environment
Browser: firefox 99.
OS: windows 10
Library version: unknown.
The text was updated successfully, but these errors were encountered:
Hello @hamidrezaabroshan, thank you very much for opening this issue and providing some details! That's pretty helpful to understand the full use case.
We already have an open issue to track this problem: #567. I think the requirements in that issue are already covering the ones that you are mentioning. Therefore, I would close this issue here as a duplicate to focus the discussions and investigations in a single place.
If there is anything else that needs to be considered, feel free to add 👍
I'm a blind java developer and using Nvda screen reader to work with computer.
The diagrams that produced by this module is not accessible for screen readers E.G, by navigating the diagram, Screen reader only reads the diagram like a textual component or reads nothing at all.
Its because accessibility information not provided.
As this module is used for displaying bpmn files in bpmn modoler apps such as camunda modeler, it effects on my job as a developer.
You can provide accessibility info in canvas by using ARIA tag and alt text.
see accessibility in canvas and
accessibility in svg
and you can download free and open source screen reader nvda for testing accessibility.
The keywords are accessibility and screen readers.
I'm up for any help as much as I can.
Steps to reproduce the behavior:
Expected Behavior
Environment
The text was updated successfully, but these errors were encountered: