Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Testing your app with VoiceOver

Testing your app with VoiceOver

This was a lightning talk given for Bleeding Edge Web ATX: https://www.meetup.com/bleeding-edge-web/events/250296668/

Robert DeLuca

May 17, 2018
Tweet

More Decks by Robert DeLuca

Other Decks in Programming

Transcript

  1. ENABLE IT FOR IOS & MACOS VOICEOVER • iOS: Settings

    —> General —> Accessibility —> VoiceOver (or “hey siri turn on voiceover”) • macOS: CMD + F5
  2. TAB

  3. CHECKBOX AS AN EXAMPLE ROLE, NAME, VALUE • Role: Checkbox

    (from type=“checkbox”) • Name: The linked label (or aria-label) • Value: Checked or Unchecked
  4. BUTTON AS AN EXAMPLE ROLE, NAME, VALUE • Role: Button

    • Name: The content of the button • Value: N/A