Use a consistent, simple, clean design to reduce cognitive load and make your site easily navigable and easy to use
- Use lots of white space, keep design uncluttered
- Use few fonts, black text on white background (high contrast) to make easier to read for dyslexics
- use form labels, and easy form tab navigation
- use large clickable
buttonparent objects for radio buttons or checkboxes (allow the parent object to be clickable)
- don't use auto-play videos or audio
- allow for easier tab navigation using JavaScript or
tabindex="0"/tabindex="1"to focus on important elements - don't remove focus completely in order to make tab navigation possible
- to keep consistent appearance in site design, can use alternative styling for tab focus (e.g. use the same styling for
focusandhover)
- to keep consistent appearance in site design, can use alternative styling for tab focus (e.g. use the same styling for
- use alt text on images for screen readers
- improve screen reader navigation by using semantic HTML and CSS to allow for easy to focus elements using keyboard