Comment 2 for bug 912028

Revision history for this message
Aaron Wells (u-aaronw) wrote : Re: Use HTML5 client-side validation in pieforms

It looks like some of the HTML5 form validation features could work side-by-side with our existing Javascript validation, as a kind of augmentation. Like the "required" attribute, for instance. http://www.the-art-of-web.com/html/html5-form-validation/

But it's probably not worth putting much effort into this just yet, since the JS does an adequate job.