Demo 2.4: HTML5 form validation


Show fixes and notes

Fixes

  • required attribute used to mark required fields.

Notes

  • As older browsers lack support, we recommend to use HTML5 form validation as progressive enhancement only.
  • See Accessible Browser Validation in HTML5 by Gez Lemon for a discussion.

Forward to "Demo 3.1: Inaccessible focus handling" » « Back to "Demo 2.3: Form validation using ARIA" Index