Opened 13 years ago
Last modified 12 years ago
#8877 confirmed Bug
Missing ARIA roles on certain editor UI parts
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Accessibility | Version: | 3.0 |
Keywords: | Cc: |
Description
The toolbar collapser and editor resizer doesn't have their appropriate ARIA role assigned.
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.6 → 3.0 |
It that there never was a role attribute for those elements.
For toolbar collapser and editor resizer form CKEditor 3.0
For dialog resizer from CKEditor 3.5 (it was introduced then).
comment:3 Changed 12 years ago by
Is the editor resizer the same as:
<a class="cke-icon-only cke_ltr" aria-label="maximize" title="maximize" role="button" href="#"> <span class="cke_button_icon cke_button__maximize_icon">maximize</span> </a>
Trying to see what I'm seeing/missing in the Drupal 8 implementation.
This applied to the dialog resizer as well.