Sometimes, I need to present a dynamic list bound to a dataSource. I believe ListView is the widget for that.
However, ListView adds role="listbox" to the root element and role="option" to children.
Per https://www.w3.org/TR/wai-aria-1.1/#listbox , a listbox is a widget that allows to select an item. A non-selectable ListView should have role="list" and its children should have role="listitem".
Hi Anna,
Indeed setting the role to list seems like a valid approach when selection is not enabled. I have already logged this into our system so we could further research on the matter and improve the functionality.
As a token of gratitude for bringing this to our attention I have updated your account points.
Regards,
Angel Petrov
Progress Telerik