Exercise 17: Using
 aria-invalid - start

List of all exercises

Our aims are:

  1. Set the first <input> with aria-invalid="false".
  2. Set the second <input> with aria-invalid="true".
  3. Set the third <input> with aria-invalid="grammar".
  4. Set the fourth <input> with aria-invalid="spelling".
  5. Listen to each <input> using a screen reader.

Example

List of all exercises