Skip to main content

Design

Make sure the visual layout and formatting are distinct.

Level 1 - core

Level 2 - continued

Level 3 - complete

    Regions

  • Users who are blind rely on keyboard and screen readers to navigate a page. One way to improve keyboard navigation is to designate regions on the page for implementation so that such users can navigate regions faster.

    What to do
    • Designate appropriate regions, especially header, main and footer
    Resources
    Requirements
  • Form inputs

  • Users who are blind rely on keyboard and screen readers to navigate a page. Related input elements that are visually indicated as a group are implemented by development to inform screen readers of their relationship. This means that users who cannot see the groups can experience them through the information the assistive technology announces aloud. Examples of such groups are a shipping address (made up of several input fields), radio buttons, and checkboxes.

    What to do
    • Designate forms and annotate any grouping of inputs
    Resources
    Requirements
  • White space

  • Designs use white space to provide visual separation between groupings of content. Analyze the visual design to find where there may be meaning, relationships, or organization introduced through the use of white space. The other topics in this section show where specific meaning should be noted in the design that a developer can code for improved accessibility.

    What to do
    • Analyze white space for possible accessibility considerations
    Requirements