Last Updated:
24 Sep 2025 16:49
by Courtney
Shapes and emtpy text boxes are rendered without a "role" attribute when accessibility is enabled
I have enabled accessibility in my report viewer. The majority of the items do not cause any issues when using a11y scan tools like "Accessible Web Helper". However, shapes and empty text boxes are rendered without a "role" attribute, but with "aria-label", which causes conflicts with the a11y tool I am using. It states "aria-label attribute cannot be used on a div with no valid role attribute".