Ticket #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
comment:2 Changed 13 months ago by j.swiderski
- Status changed from new to confirmed
- Version changed from 3.6 to 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 3 weeks ago by mgifford
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.
Note: See
TracTickets for help on using
tickets.

This applied to the dialog resizer as well.