-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 an option to customize editor's application region label #2445
Comments
We decided to reorganize labels in the editor. Instead of using one label in two places, we decided to switch to two:
Each of these labels has corresponding config variable and editor's property:
These two labels are used by assistive technology in different contexts, e.g. application label is used to differentiate between editors on page and the editable area one can be used in navigation between form controls. Such a change also makes the screen reader output more sensible for the user – instead of reading the same label twice, now there is a difference in the two labels:
Additionally, these labels are fully customizable via config variables and can be even disabled if considered redundant. Unfortunately, this labeling system does not work well with the |
Due to the explanation given in #2445 (comment) I'm changing this ticket into a feature request. |
Closed in #5146 |
Type of report
Bug
Provide detailed reproduction steps (if any)
http://ckeditor.test/ckeditor-dev/samples/
.Expected result
The name of the editor is announced once.
Actual result
The name of the editor is announced twice.
Other details
Iframe-based editor has its label in 3 different places:
[title]
attribute;title
element;Not surprising that the name's announced twice…
The text was updated successfully, but these errors were encountered: