Pizza Order Form: Instructions using aria-describedy

Features

  • Instructions are placed before the form control to support all users who read from top to bottom, but especially screen reader users.
  • Uses aria-describedby to reference instructions for related control.
  • This technique helps screen reader users hear the instructions when they get to the related form control. Screen readers may not be consistent in presenting the descriptive information.
  • Does not affect keyboard only users.

Pizza Form

Free home delivery on Monday's and Tuesday nights.

Crust
Toppings

First topping is free and $1.00 extra for each additional topping.

HTML Source Code