[bug] No Alt Tags
-
Currently, the stickers don’t have
alttags. This causes accessibility issues for users with visual impairments. It also causes validation errors.Fix seems pretty simple. E.g.
$sticker_output_tmp = str_replace("{\$sticker_img_64}", '<img src="'.$file_url.'" height="64" width="64" alt="'.$options['stickers'][$value]['name'].'" /> ', $sticker_output_tmp);And then the same for each size of image.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘[bug] No Alt Tags’ is closed to new replies.