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

Expose info about readonly state to a11y tree #2446

Closed
wants to merge 6 commits into from
Closed

Conversation

Comandeer
Copy link
Member

What is the purpose of this pull request?

Bug fix

Does your PR contain necessary tests?

All patches which change the editor code must include tests. You can always read more
on PR testing,
how to set the testing environment and
how to create tests
in the official CKEditor documentation.

This PR contains

  • Unit tests
  • Manual tests

What changes did you make?

I've added [aria-readonly] attribute to the editable.

However I discovered that in case of iframe-based editor JAWS recognises this information only after applying it to the iframe element, not editable itself. Additionally iframe must have also [role=textbox] and [aria-multiline=true] attributes, otherwise JAWS does not announce newly added [aria-readonly] attribute.

Closes #1904.

@Comandeer Comandeer added the pr:frozen ❄ The pull request on which work was suspended due to various reasons. label Jan 16, 2020
@Comandeer Comandeer closed this Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:frozen ❄ The pull request on which work was suspended due to various reasons.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant