35
Views
3
Comments
Container accessibility
Application Type
Mobile
Service Studio Version
11.53.26 (Build 61639)

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 ! 

2022-08-03 04-32-50
Ravi Punjwani

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.

2025-02-19 08-24-34
Braham ayad

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 , .... !!! 

2022-08-03 04-32-50
Ravi Punjwani

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.