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 | ||
---|---|---|
| ||
<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.