Accessibility
the most common issues
Irek Róg
Accessibility - what is it?
źródło: piękny, autorski rysunek :v
Disability categories

source: https://www.marketplace-simulation.com/blog/providing-a-level-playing-field-part-3/
🚫 Using <button> to navigate to pages
✅ Using <a> to navigate to pages
🚫 Using non descriptive links
✅ Using descriptive links
🚫 Using <div> instead interactive tags
✅ Using interactive tags like <button>, <a>, <input>, <select>, <video>, <audio>, etc.
🚫 Remove an outline from interactive elements
✅ Keep the outline
🚫 Not or bad using semantics HTML tags
✅ Using appropriate semantics HTML tags
🚫 Not using or bad using `alt` attribute in <img> tag
✅ Always add `alt` attribute to <img> tag
🚫 Colors, contrast on a page
🚫 Autoplayed audio or video
🚫 Disabled zoom (e.g. in smartphones)
🚫 Forms (input, required etc.)
Other issues...
🚫 Flow navigation
✅ Accessibility first
✅ Estimate potential problems
Development...
Testing
Manual testing
Bibliography / Useful links
Thank you!
Accessibility - the most common issues
By ireczek92
Accessibility - the most common issues
- 208