- 🇬🇧United Kingdom lesleyfernandes
I am closing all very old tickets that have not received comments for a long time. If someone still faces these issues or thinks they are relevant, please reopen it. Feel free to contribute with more info or a patch.
The images are using three forms of text alternatives: image alt-text, the title attribute set on the <picture>
element and the title attribute set on the image <img>
element. This can potentially cause conflicts and inconsistencies in how assistive technology imparts the text alternative for the image to users.
The title attribute should be removed from the <picture>
element and if it is going to be set on the <img>
element, ensure it has the same value as the image alt attribute, otherwise remove the title attribute from the <img>
element.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I am closing all very old tickets that have not received comments for a long time. If someone still faces these issues or thinks they are relevant, please reopen it. Feel free to contribute with more info or a patch.