Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Visual Example

...

Acceptance Criteria

As a keyboard only user and screen reader user I should be able to use the “TAB” key on the keyboard to access the calendar widget.

...

As a keyboard only user and screen reader user I should be able to use the “ENTER” key on the keyboard to select a date. 

...

Markup and Code

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

View HTML markup on githubPlease see the following recommended code example. It is fully accessible to both keyboard only and screen reader users.

View Markup, CSS and JS Code