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 2 Next »

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.

As a keyboard only user and screen reader user I should be able to use the “TAB” key on the keyboard to navigate through the months and years.

As a keyboard only user and screen reader user I should be able to use the left/right ←/→ arrow keys on the keyboard to navigate between dates. 

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

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

View HTML markup on github

  • No labels