This is a migrated thread and some comments may be shown as answers.

context menu - screen reader

1 Answer 87 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Dominik
Top achievements
Rank 1
Dominik asked on 08 Dec 2015, 03:38 PM
how can I make kendo ui context menu work with screen reader?

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 11 Dec 2015, 07:57 AM

Hello Dominik,

In general, screen readers will read only those elements (their content) that are focused or the aria-activedescendant attribute is added to the focused element. Basically, you will need to enable keyboard navigation to the context menu to allow the screen reader to read the focused item.

The available options to accomplish your goal is to

  • stop using context menus and go with something more accessible, like separate static menu that you can show/hide
  • focus the context menu or enable custom keyboard navigation

Generally speaking, a UI consisting context menus is not very accessible in its essence. Probably, it could be better to avoid using them if you would like to provide an accessible functionality to your site and ensure a flawless user experience.

Regards,

Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Menu
Asked by
Dominik
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or