Keyboard Intelligent Guided Test

Link to Keyboard Intelligent Guided Test copied to clipboard
Free Trial

The Keyboard IGT walks you through the testing of your page's tab stops. By automating the tab order analysis, this test can detect complex accessibility issues with very little time and effort.

How it works

The first thing you will have to do is put the page in the state you want to test. After that, a few simple questions will guide you through completion of accessibility tests that determine keyboard accessibility. The Keyboard IGT will automatically tab through all elements and record all the tabstops.

Step 1: Auto-tabber

Once "START" is clicked, the Keyboard IGT kicks off its automated tabbing, which tabs through the page's natural tab order highlighting each tab stop along the way. Once the end of the tab order is detected, a "Tabbing complete" message will be rendered along with the number of tab stops recorded.

note

For pages with lazy loading, you may click "STOP TABBING" at any time to manually terminate the automated tabbing.

Step 2: Missing

Are there any elements that you expected to be in the tab order but were not?

Once the automated tabbing has been recorded, and you have reviewed each tab stop, you can select any elements that are missing from the tab order.

Step 3: Alternative

We’ve detected some elements which were skipped in the tab order. Do each of the following have a way to use the same functionality using only the keyboard?

The Keyboard IGT attempts to predict elements that should be in the tab order based on a number of heuristics. If your page contains any of these, you will be able to review them and determine if the given skipped element has an alternative (an element which performs the same action) that was in the tab order.

Step 4: Purpose

We’ve detected some elements in the tab order which lack a role which indicates interactivity to assistive technology.

If any elements in the tab order lack an interactive role, you will be asked to review each of them. If the element is interactive in any way, meaning it has functionality trigged by clicking, hovering, focusing or any user interaction, select "Element is interactive". If the element is a scrollable region, which need to be focusable so keyboard-only users can scroll the region, select "Element is a scrollable region". Otherwise, select "Element is neither interactive nor scrollable".

That's it. You've successfully performed most of keyboard accessibility testing. Fix the issues found and you will have eliminated the most challenging issues for greater than 1 out of 5 of your users!

What it tests for

The Keyboard IGT tests for:

  • Focus indicator presence
  • Color contrast issues for each tab stop in its focused state
  • Hidden items that do not receive focus
  • Focus shifts to the new window when a new window is launched
  • Focus on an element doesn't cause an unexpected change
  • Keyboard traps