Opened 12 years ago

Last modified 11 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 12 years ago by Frederico Caldeira Knabben

This applied to the dialog resizer as well.

comment:2 Changed 12 years ago by Jakub Ś

Status: newconfirmed
Version: 3.63.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 11 years ago by Mike Gifford

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.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy