-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popup uses incorrect attribute name aria-role
instead of role
#4383
Comments
This will be fixed upstream via bpmn-io/diagram-js#918 |
barmac
added a commit
to bpmn-io/diagram-js
that referenced
this issue
Jun 21, 2024
barmac
added a commit
to bpmn-io/diagram-js
that referenced
this issue
Jun 21, 2024
barmac
added
the
fixed upstream
Requires integration of upstream change
label
Jun 24, 2024
— with
bpmn-io-tasks
barmac
added a commit
to bpmn-io/bpmn-js
that referenced
this issue
Jun 25, 2024
fix: remove incorrect attribute in replace menu Related to camunda/camunda-modeler#4383
4 tasks
nikku
pushed a commit
to bpmn-io/bpmn-js
that referenced
this issue
Jun 26, 2024
fix: remove incorrect attribute in replace menu Related to camunda/camunda-modeler#4383
bpmn-io-tasks
bot
added
needs review
Review pending
and removed
fixed upstream
Requires integration of upstream change
labels
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The a11y-checker reports an incorrect attribute on the create/append popup. The used name is
aria-role
whilerole
should be used:report
Steps to reproduce
Expected behavior
No violation.
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: