Hello Everyone ,
Is there any way to apply the aria attribute to a container, in order to add some containers to encapsulate lists and other widgets descriptions ?
for example here the screenReader doesn't play "List" when it reaches the group of elements.
Also for the menu bar, instead of reading the icon and the text "Home" I want to group them together . Same thing for links , button ..etc
Thank you for helping !
Most html widgets allow adding attributes in this way.
You can add as many aria-attributes you want from here. Same applies for links, buttons etc.
yeh I added aria attributes but it still doesn't read by the readerScreen !
it works just aria-label for button and link but it doesn't work for containers , lists , .... !!!
Outsystems cannot decide on how the aria-attributes would be used or interpreted by screen readers. It can only guarantee those html attributes to be added correctly as configured by developers.
You can verify the HTML elements and their attributes by using developer console on your browser. Just check if you're adding them all correctly or not on html.