12 Aug 2026•3 min read
Audits find issues after they ship. Building accessibility into the primitives means most of those issues never get written, which is the only approach that scales.
10 August 2026•2 min read
The standard accessibility process is a periodic audit that produces a spreadsheet of violations, a sprint of remediation, and a slow drift back to the previous state. It is expensive, demoralising, and repeats indefinitely, because it treats accessibility as a property to be inspected rather than a property to be constructed.
Nearly every common violation can be prevented at the component level. A button primitive that always renders a real button element, forwards focus correctly, and requires an accessible name cannot produce a keyboard trap. A dialog primitive that manages focus and restores it on close cannot produce the most common modal failure. A form field that couples label and input structurally makes the unlabelled input impossible to write.
Build these once, correctly, and the failure surface shrinks to the code that bypasses them, which is a small and reviewable set.
Automated checks catch missing attributes. They do not catch a heading structure that makes no sense, alt text that says "image", an error message announced somewhere the user is not, or an interaction that technically works but requires forty tab presses. Those need a human, once, per significant flow, and that is a much smaller ask than an audit of the whole product.
The goal is not to pass a checklist. It is that a person using assistive technology can finish the same task in a comparable amount of time.
Add the keyboard check to your definition of done for any interactive work. Add contrast tokens to your design system so an inaccessible pairing is not expressible. Add one screen reader pass to release testing for your primary flows. This is roughly a day of setup and a few minutes per feature, against the recurring cost of the audit cycle you are running now.
@umarrafique923
Author and writer at CandyWrite. Sharing knowledge, tutorials, and reflections on technology, design, and ideas.
Join 12,000+ readers getting our Saturday morning editorial dispatch with our top essays and reading recommendations.
12 Aug 2026•3 min read
9 Aug 2026•3 min read
7 Aug 2026•3 min read
13 Aug 2026•3 min read
Discussion (0)
Join the conversation. Sign in to leave a response or reply to comments.