Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Visual Example

Default State

Keyboard Focus State


Acceptance Criteria

A sighted keyboard only user typically uses the “TAB” key on the keyboard to navigate through form elements.

When an item has keyboard "focus", it can be activated or manipulated with the keyboard. 

A sighted keyboard only user must be provided with a visual indicator of the form element that currently has keyboard focus. For example an emphasized border or outline.

As a sighted keyboard only user I should:

  • be provided with a visual indicator of the form element that currently has keyboard focus


Markup and Code

<label for="name">Your name:</label>
<input id="name" type="text">

View HTML markup on github

  • No labels