Versions Compared

Key

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

Visual Example

Required Form Control

...

Invalid Form Control

...

Acceptance Criteria

As a screen reader and keyboard only user I should:

...

  • the screen reader should announce that this is an invalid entry

  • the screen reader should announce what the error is and how to correct the error

...

Markup and Code

Use ARIA to Create Accessible Inline Error Messages

Make inline error messages accessible to screen reader users by using ARIA.

...