Updated 16 days ago

This book will assist frontend developers in building accessible e-commerce websites and components.
This book is not a visual design system or a CSS framework (à la Bootstrap) - it is instead intended to complement those systems & tools.
This book is a living, work-in-progress document. Some patterns are complete, but gaps in the documentation still remain. We are addressing these gaps as quickly as we can.
These patterns will assist developers with accessibility, but are not considered to be final, production ready code!
All patterns leave additional steps for the frontend developer to complete. This typically means any CSS styling and JavaScript behaviour not related to accessibility.
Each pattern follows a Progressive Enhancement strategy (where applicable) and aims to conform to WCAG 2.0 Level AA.
There are 4 main groups of patterns:
These groups spell out the MIND acronym. If you ever wonder what group does a pattern fall into - then use your MIND!
Three other important groups complement our patterns: Structure, Anti-Patterns and Techniques.
Every pattern includes:
The book also contains an appendix section with a list of ARIA Essentials, References, Utilities and FAQ.
There are 4 guiding principles of accessibility, collectively know as POUR:
From a developer perspective, Operable and Robust are the most important principles!
Don't feel like reading? You can, if you wish, dive straight into the working examples.