Skip to content

This is an early unpublished editor's draft; content is incomplete and subject to change.

Bidirectional navigation

foundational

Normative Text

The keyboard interface can always move forward to the next interactive element and back to the previous interactive element.

Although keyboard navigation is required to be bidirectional, it is not required that it be symmetrical, even though this is usually best practice.

Methods & best practices:

  • Method: Use standard HTML to create interactive elements.
  • Avoid modifying the tab order to be in only one direction.
Tests

This section is non-normative.

Procedure

For each interactive element:

  1. Check that when tabbing forwards, you can navigate to the interactive element and then to the next interactive element.
  2. Check that when tabbing backwards, you can navigate to the interactive element and then to the previous interactive element.

Expected results

  • #1 and #2 are true.

Tests

This content needs to be written.