11 guidelines for better digital accessibility
Digital accessibility is about creating a digital environment (such as websites, apps, etc.) that is usable by as many people as possible. This is achieved by taking into account the diverse capabilities or situations of the users accessing this environment.
At Dropsolid we use an extensive accessibility checklist, consisting of guidelines to prevent problems in the areas of content, structure, design (UI) and development. This makes it easier to ultimately comply with the WCAG 2.2 AA standard.
In this blog you will learn more about the 11 guidelines for better digital accessibility:
2. Semantic HTML
Use the right HTML for the right function. This ensures that screen readers can find the navigation and content and other tools can use it (including keyboard navigation). We often work with a CMS for our content, where fortunately a WYSIWYG editor automatically places the correct tags. But just as for SEO, there are things to watch out for. Here are some examples:
- A link is represented by an 'a' tag and it should have descriptive text.
- An image is represented by an 'img' tag and it should have alternative text.
- Use headings consistently.
- Use tables for data representation only.
4. Zoom
Make sure your user can zoom up to 200% without losing any functionality (e.g. navigation) or information. Also remember that this also applies to small screens (such as a smartphone).
6. Media
Alternatives must be available for audiovisual materials:
- For audio sources (e.g., a podcast or interview), provide a transcript.
- For videos with sound, use subtitles.
- For videos without sound, provide descriptive text.
Video or audio players should also be accessible, as should other UI elements. This means that buttons must be operable via keyboard and labels must be clear. A good example is the YouTube player. It may not be 100% perfect, but it is accessible via the keyboard and offers features such as closed captioning to display subtitles (when enabled).
8. Contrast
Higher contrast values help with various types of color blindness and blurred vision. You can easily measure contrast with numerous contrast checkers found online. Those values go along with the size of the text, for example, different values apply to text larger than 24px than to smaller text.
This also applies to the design of focus styles on interactive elements. For example, a colored border on a form entry field when the user is typing text should have enough contrast relative to the background and inside color of the field.
10. Touch
Make sure all clickable elements, are large enough (minimum 24 by 24 px) to work with touch as well.
On a touch screen, 'click' and 'hover' behave the same. Make sure UI elements that have both click and hover functionality are also usable with touch. For example, if a menu item has a submenu that opens on hover, you could move that functionality to an arrow icon.
We also convert the checklist into a PDF file, so you can easily check which aspects are still missing from your website and where improvements are possible.