Are you a designer, developer, or content creator working on websites or applications?
These 10 questions cover the fundamental accessibility considerations every design needs to address. If you can answer “yes” to all of them, you’ve got the basics covered.
While there are many more questions to ask in creating accessible design (which I’ll cover in future articles), these essentials will set a strong foundation. Let’s walk through them together!
10 Essential Accessibility Questions
1. Does your design have enough colour contrast (4.5:1)?
If you are not sure how to test colour contrast, check out this article.
This is not only about text elements but also the text on images as well.
I make a colour list with a contrast check with light and dark brand colours.

2. Does your content follow a logical heading structure?
Your headlines need to make visual sense for sighted users AND maintain a logical structure for screen readers.
Sometimes a heading might need to look smaller visually (like an h3) but actually be an h2 in the HTML structure. Make sure to communicate this with your development team. The visual style can differ from the semantic structure, as long as both serve their purpose well. If you are not sure what I mean here, check out this article about “Separate heading style from heading level.”
3. Is your content ordered logically in the structure?
Consider how different users experience your content. While sighted users can quickly scan a page and find information, screen reader users navigate content sequentiallyâfrom top to bottom, left to right.
When designing, ask yourself: What information is most critical? What do users need to know first? This helps create a structure that works well for everyone, regardless of how they access your content.
4. Is all content accessible across all devices?
While I start with rough sketches to explore ideas freely, I always consider responsive design when creating lo-fi wireframes in Figma. This early consideration is critical because no information should disappear just because someone is using a phone or tablet. Every user deserves access to the same content, regardless of their device choice.
5. Are your clickable elements easy to tap and click?
Make interactive elements at least 24x24 pixelsâbuttons, links, icons, anything you can click or tap. While this size requirement doesn’t apply to links within text, make sure your text has enough line height so links are still easy to tap on mobile devices. Make sure to test on your phone to confirm comfortable interaction.
6. Is your text content easily readable?
Keep lines to 80 characters maximumâthis helps readers track text without losing their place. Choose readable fonts and provide enough line height to make reading comfortable, especially for longer content.
7. Are all form fields clearly labelled?
Always use visible labels for form fieldsânot just placeholders that disappear when users start typing. This helps everyone remember what information goes where.

8. Is the meaning clear without colour?
Don’t rely solely on colour to communicate information. Add patterns, icons, or text to make your content understandable for everyone.
9. Can users control auto-playing content?
Auto-playing content that lasts more than 3 seconds must have pause and play controls. As someone who gets motion sickness easily, I know how important this control is. Give users the power to stop and start moving contentâwhether it’s a video, carousel, or animation.
10. Are animations and motion considerate of user preferences?
This goes beyond the pause controls we discussed earlier. For more complex animations, remember that users can set reduced motion preferences on their devices. When designing elaborate animations, either keep movements subtle or provide a reduced motion version that still communicates the same content effectively.
Conclusion
While it might feel challenging to start these discussions, especially when accessibility isn’t a priority for everyone involved, each conversation has the potential to create positive change.
It just feels great to know that making accessible design can brighten someone’s day because they felt that someone cared and made it accessible to them.
If you are a developer, check out this excellent article about accessibility improvements that take minimal effort to implement: Accessibility No-Brainers
Have I missed any critical checklist items, or do you have accessibility-focused design templates to share? Let’s connect on Mastodon!