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.
HTML Source Code