Skip to content
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

Add accessible names and tabindex to code editors #4379

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Conversation

barmac
Copy link
Collaborator

@barmac barmac commented Jun 18, 2024

Screen.Recording.2024-06-18.at.16.43.30.mov

Proposed Changes

This PR:

  • adds accessible names to the code editors
  • adds tabindex necessary to satisfy the beast axe-core which currently reports lack of interactive content in the code editor.

Closes #4370

Checklist

To ensure you provided everything we need to look at your PR:

  • Brief textual description of the changes present
  • Visual demo attached
  • Steps to try out present, i.e. using the @bpmn-io/sr tool
  • Related issue linked via Closes {LINK_TO_ISSUE} or Related to {LINK_TO_ISSUE}

barmac added 2 commits June 18, 2024 16:31
This is required to satisfy the axe-core tool,
even though the focus works fine without tabindex.
@bpmn-io-tasks bpmn-io-tasks bot added the needs review Review pending label Jun 18, 2024
@barmac barmac changed the base branch from develop to main June 18, 2024 14:46
@barmac barmac changed the title 4370 accessible names Add accessible names and tabindex to code editors Jun 18, 2024
Copy link
Member

@marstamm marstamm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me 🚀

@barmac barmac merged commit 0fb577a into main Jun 18, 2024
14 of 15 checks passed
@barmac barmac deleted the 4370-accessible-names branch June 18, 2024 14:56
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Jun 18, 2024
@nikku nikku added this to the M78 milestone Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add accessible names to the XML/JSON editors
3 participants