Add a image null alt text

0
I want to add a null alt text to decorative images in our projects for accessibility purposes.  https://www.w3.org/TR/WCAG20-TECHS/H67.html   I have tried several options to add an empty alt text but I can't get it to work.. Does anybody have experience with implementing this?
asked
2 answers
1

I found a solution to add a null alt text to decorative images trough the accessibility helper widget

answered
0

Check the Image and Dynamic Image widget but they will show alt instead of alt=””.

 

Maybe you can use the source code of the Image Widget to add this feature and bulit your own Image Pluggable Widget. (https://github.com/mendix/web-widgets/tree/main/packages/pluggableWidgets/image-web)

answered