maikschneider / bw_icons

TYPO3 extensions that provides an icon picker for TCA and RTE.
GNU General Public License v2.0
1 stars 2 forks source link

feat: add accessible images #27

Closed Jeggle-s closed 1 year ago

Jeggle-s commented 1 year ago

If icons are rendered as images, those images have to be accessible. In this case we have to add a „null“ alt attribute and set the role of the image to „presentation“.

More information regarding accessible and decorative images can be found here:

Closes: https://github.com/maikschneider/bw_icons/issues/26