Pizza Order Form: aria-labelledby

Features/Issues

  • Uses aria-labelledby attribute to provide an accessible name using the visible labels on the page.
  • For radio buttons and checkbox groups references both the grouping label and the associated control label.
  • Problem with this method is that the labels now do not move focus to the control or change the state of the radio buttons and check boxes.
  • This is considered a repair technique for legacy web pages using standard HTML form controls.

Pizza Form

Name
Address
Phone
Delivery Method
Crust
Thin
Classic
Deep Dish
Toppings
Sausage
Pepperoni
Mushrooms
Onions
Green Peppers
Back Olives
Extra cheese

HTML Source Code

CSS Source Code

Javascript Source Code