Accessibility guidelines

Accessibility is a core part of building high-quality digital products. These guidelines are not a full accessibility manual, but a practical reference with simple, high-impact practices that designers and frontend engineers at MarsBased can apply in their daily work.

The goal is to help us:

  • design and build interfaces that more people can use

  • avoid common accessibility pitfalls early, before implementation

  • ensure consistency when collaborating with clients and external designers

  • follow industry-standard best practices without overcomplicating workflows

This guide is intentionally lightweight and opinionated. It focuses on what we can implement easily in our projects, from basic contrast checks to semantic HTML, keyboard navigation, and accessible component patterns.

Every improvement here benefits real users in real conditions: people with permanent, temporary, or situational limitations, but also search engines, voice assistants, and any system that needs to understand our interfaces.

According to the Centers for Disease Control and Preventionarrow-up-right, 1 in 4 adults lives with some form of disability. Accessibility isn't about edge cases, it's about designing for a significant portion of your users.

Accessibility is not extra work. It's part of building things well.

Table of Contents

1. Accessibility for Designers

Accessibility starts at design time, not at the implementation stage. Design decisions determine whether a component can ever be made accessible. Engineers can solve some issues, but not all (e.g., low contrast, overly complex layouts).

Read the full guide for designers →

2. Accessibility for Frontend Engineers

Many accessibility issues arise during implementation, but most disappear when we use the web platform as intended. Start with semantic HTML. Add ARIA only when necessary. Don't remove built-in accessibility.

Read the full guide for engineers →

3.Accessibility Quick Checklist

A fast, practical checklist you can use before handing off designs or shipping frontend work.

4. Resources

A curated list of reliable, practical resources to go deeper into accessibility.

View all resources →

Last updated