Question
Pega-WAI Ruleset imported-Alt text for imags
Hi All,
I have imported the PEGA-WAI Ruleset to the application and mapped that with the production ruleset of the accessgroup. I checked the Enable accessibility checkbox as well.
My query is: Even though I imported the PEGA-WAI Ruelset, I still see most of the WCAG observations have not been addressed.
One such example is: Alt text for images.
Is there any other way I can fix these observations as well? Is PEGA-WAI Ruleset handling each and every WCAG observations?
Please comment!!!!
***Edited by Moderator: Marissa to update categories****
Hello ,
For image to be read by screen reader as per standard, "alt/aria-label" attribute is being added to generated DOM.And the alt attribute value is the tooltip value set in the configuration panel of the image icon.
This can be verified by doing Right-click on the image and inspect element in browser.Please verify if alt="" or area-label is set or not for the image in DOM.