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 aria-* labels to make editor more accessible #969

Closed
VarunSriram99 opened this issue Dec 15, 2023 · 1 comment · Fixed by #972
Closed

Add aria-* labels to make editor more accessible #969

VarunSriram99 opened this issue Dec 15, 2023 · 1 comment · Fixed by #972
Assignees
Labels
enhancement Enhancement or feature request. PR The issue has a PR associated with it.

Comments

@VarunSriram99
Copy link

VarunSriram99 commented Dec 15, 2023

While working on neeto-editor with Playwright, we noticed that a few commands such as fill were not working. This was because the editor did not fall under the roles of <input> or <textarea> and is not a [contenteditable] tag. The same can be an issue with accessibility as screen readers might not identify the editor to be a text field. Adding the proper aria labels should help resolve this issue and improve the testing experience as well.

@AbhayVAshokan _a
enhancement _t

@neetogit-bot neetogit-bot bot added the enhancement Enhancement or feature request. label Dec 15, 2023
@AbhayVAshokan
Copy link
Member

@gaagul _a

@neetogit-bot neetogit-bot bot assigned gaagul and unassigned AbhayVAshokan Dec 15, 2023
@neetogit-bot neetogit-bot bot added the working A branch associated with this issue is created. label Dec 19, 2023
@neetogit-bot neetogit-bot bot added the PR The issue has a PR associated with it. label Dec 19, 2023
@neetogit-bot neetogit-bot bot added manual-qa-needed and removed working A branch associated with this issue is created. labels Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or feature request. PR The issue has a PR associated with it.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants