OATMEAL
  • OATMEAL
  • Issue Priorities
  • Help
    • Fix TAB Key in Safari
  • OATMEAL Checklists
    • eBay Core Accessibility Tests
    • eBay Situational Tests
  • Color Contrast Methods
    • Color Contrast Analyzer
    • Colour Contrast Analyser - color codes
    • Colour Contrast Analyser - color picker
  • Keyboard Methods
    • Focus Moveable
    • Focus Visible
    • Focus Reachable
    • Focus Management
    • Skip to Main
    • Buttons and Links
  • Screen Reader Methods
    • NVDA Setup
    • NVDA Smoke Test
Powered by GitBook
On this page
  • Prerequisites
  • Methods
  • What is keyboard accessibility?
  • Should I test keyboard accessibility on mobile devices?
  • Guidelines

Keyboard Methods

Introduction to keyboard testing

PreviousColour Contrast Analyser - color pickerNextFocus Moveable

Last updated 2 years ago

Prerequisites

If using Safari, make sure you before performing any keyboard testing.

To ensure there are no false positives, disable screen reader or any other assistive technology.

Methods

What is keyboard accessibility?

Keyboard accessibility is sometimes essential for other types of accessibility.

  • Users without fine motor control to use a pointing device rely on some sort of key-based input.

  • Users without sight can't see where the mouse pointer is.

  • Users may also just prefer to use the keyboard alone instead of switching back and forth between a keyboard and mouse.

There are five general principles that need to be met for keyboard accessibility.

  • Focus Moveable: users can traverse through the entire page without getting trapped.

  • Focus Visible: users can see where they are at all times.

  • Focus Reachable: users can get to all interactive elements on a page.

  • Focus Activatable: users can interact with all interactive elements on a page.

  • Focus Management: When page content changes, keyboard focus might need to be moved somewhere that makes sense.

Exceptions

  • Input is dependent on the user's movement

    • Handwriting

    • Brush strokes

  • Simulation of real-world controls

  • Trapping focus within a modal dialog

Should I test keyboard accessibility on mobile devices?

Guidelines

Yes! Users navigate their mobile devices via Bluetooth Keyboard. We recommend the for testing.

fix tabbing in Safari
Focus Moveable
Focus Visible
Focus Reachable
Focus Management
Skip to Main
Buttons and Links
Logitech K480
WCAG 2.1.1 (A)
WCAG 2.1.2 (A)
WCAG 2.4.3 (A)
WCAG 2.4.7 (AA)