Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
Umbraco Heartcore
Bug summary
Umbraco Heartcore (and by extension Umbraco CMS) has a range of accessibility issues, this git issue focuses on what I see as most pressing now; the rich text editor.
Currently the TinyMCE editor is used as the rich text editor, despite some efforts by TinyMCE to become more accessible it still is far from being good enough. The biggest problem for us now is accessing the toolbar.
We have a blind employee, work with many blind people and keep our doors open for further blind employees. It turns out that they are at least as good workers as non-blind people, what's holding them back is the digital tools workplaces use.
When screen reader testing the rich text editor with VoiceOver we were presented with a message asking us to use alt-F9 or alt-F10 to access the toolbar.
Our first problem was that Mac's don't have an alt key so we found an external keyboard with an alt-key. Even with the external keyboard we were unable to reach the menu. The menu is also impossible to reach using sequential navigation and tab-navigation.
With a Windows-machine (Norwegian keymap) we were able to reach the menu with NVDA (Screen reader) using the Alt Gr key instead of the Alt key, but none of us have this key on our keyboards. Using Windows via Parallels on a Mac resulted in the menu being impossible to reach again, even with an Alt Gr-key.
The result is our blind employee cannot write anything but pure text in the text editor as he (and many other blind users) is a Mac and iPhone users. Ideally he'd prefer working on his iPhone with a bluetooth keyboard, screen size does not matter when you are blind.
The editor also has other isses, like how the aria-label for buttons for some reason is in a
This constitutes a breach of WCAG 2.1.1 and WCAG 1.3.1
Specifics
No response
Steps to reproduce
Open rich text editor with a screen reader
Try to navigate to toolbar
Expected result / actual result
A keyboard accessible toolbar without the need for weird shortcuts that don't work on a Mac, like this one https://www.w3.org/WAI/ARIA/apg/example-index/toolbar/toolbar.html
The buttons are even real buttons in that one!