Labels and click events

Opera and Explorer Mac don't always fire the click event.

Safari doesn't support labels at all.

Does clicking on a label fire the click event of the form field it's associated with? Not always.

All form elements below have a click event that shows an alert. If you click on their associated labels this click event should also fire.

  1. Opera fires the click event only on radios and checkboxes.
  2. Explorer Mac fires the click event on radios, checkboxes, submit and reset.

Test form