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 7 Current »

Visual Example


Acceptance Criteria

As a screen reader and keyboard only user I should:

  • be provided with a form label

  • be able to navigate to the form input field by using the “TAB” key on the keyboard

As a screen reader user I should:

  • be able to explicitly associate the form label with the form control

When the form field has keyboard focus: 

  •  the screen reader should announce the form label


Markup and Code

<label for="feedback">Additional feedback and comments:</label><br>
<textarea id="feedback"></textarea>

View HTML markup on github

  • No labels