Ensure you have clear focus and hover states
Ensure that you have clear focus and hover states, so people know when they are hovering over an element or have it focused. Table of…
Read more, Ensure you have clear focus and hover statesLast updated on January 01, 2022• A11y issues
Avoid putting text in images. If there is text in images, ensure you have a text based alternative.
Screen readers will not be able to read the content of text within a JPG or PNG image.
If an image contains text (such as a scan of a document) you should provide a text based version of the photo - as alt text or other text elsewhere on the page.
https://www.w3.org/WAI/WCAG21/Understanding/images-of-text
Success Criterion 1.4.5 Images of Text (Level AA): If the technologies being used can achieve the visual presentation, text is used to convey information rather than images of text except for the following:
Customizable The image of text can be visually customized to the user’s requirements;
Essential A particular presentation of text is essential to the information being conveyed.
Logotypes (text that is part of a logo or brand name) are considered essential.
https://www.w3.org/WAI/WCAG21/Understanding/images-of-text-no-exception
Success Criterion 1.4.9 Images of Text (No Exception) (Level AAA): Images of text are only used for pure decoration or where a particular presentation of text is essential to the information being conveyed.
Logotypes (text that is part of a logo or brand name) are considered essential.
Please consider sharing this link with your work colleagues or on social media. There are no ads on my site, I just want to promote accessibility.
Found an issue? please point them out - let me know if there is a mistake and I'll update it
Follow me on Twitter: @A11yForDevs. I post links to interesting a11y articles and resources.
Ensure that you have clear focus and hover states, so people know when they are hovering over an element or have it focused. Table of…
Read more, Ensure you have clear focus and hover statesUsers should be able to ‘tab’ through elements in your site without getting ‘trapped’ on an element. A common issue that you see this on is…
Read more, Avoid keyboard traps