Accessibility
Accessibility Is Part of Product Quality
Accessibility is not a checkbox or a compliance requirement. It is part of what makes a product good. Here is how we think about it at Studio.

Accessibility is often treated as a compliance requirement. Something you do because the law says you must, or because a client asked for it in the contract.
This framing is wrong. Accessibility is part of product quality. A product that excludes users is not a good product, regardless of how it looks or how fast it loads.
What accessibility actually means
Accessibility means your product works for people with disabilities. That includes users who navigate by keyboard, users who read with screen readers, users who need sufficient color contrast, and users who need larger text or longer interaction times.
It also means your product works for people in constraining contexts. A user on a slow connection. A user in bright sunlight. A user on a small screen. These are accessibility issues too.
Why it is part of quality
Quality is not just about the absence of bugs. It is about the presence of the right characteristics. Performance is quality. Security is quality. Accessibility is quality.
When accessibility is treated as a separate concern, it becomes something that can be cut from scope. When it is part of quality, it becomes something that is always present, like testing.
How we do it
At Studio, we build accessibility into the process from the start. Semantic HTML. Sufficient color contrast. Keyboard navigation. Screen reader compatibility. Focus management. Reduced motion support.
We test with automated tools like axe-core and pa11y, but we also test manually. Automated tools catch about 30 percent of accessibility issues. The rest require human judgment.
We target WCAG 2.2 AA. Not because it is a requirement, but because it is the right standard for products that want to work for everyone.



