Versions Compared

Key

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

...

As a screen reader and keyboard only user I should be able to activate any form related buttons by either pressing the “ENTER” key or “Spacebar” on the keyboard. Ensure elements with ARIA role="button" can be activated with both key commands

Screen readers announce the nested text for <button> elements, and the value attribute for input buttons.

...

Markup and Code

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

...