When websites and web tools are properly designed and coded, people with disabilities can use them. Making the web accessible benefits individuals, businesses, and society. WCAG 2.1 is based on 4 design principles: perceivable, operable, understandable, robust.
[ ] Device Accessibility
The difference in content structure depending on the device
[ ] Understandable without color
Colors should not be necessary to understand the content and its current state. ❌ Don’t: highlight errors just with red text. Add an icon.
[ ] Clear interactions
🟢 Use interactions to show how elements change while hovered, active, disabled
[ ] Write descriptive links
❌ Don’t: use generic descriptions f.ex Click here
🟢 Do: tell the user what’s the link is about
🛠 Stark