I was checking out this example at tutsplus and this is what I found.
- In linux Chrome 9 validation didn’t work at all. Have I disabled anything?
- In Opera 11 name was not validated but validation worked for all other fields. Why was this so?
http://webdesigntutsplus.s3.amazonaws.com/tuts/214_html5_form_validation/demo/index.html
Is there any tool/script to make HTML 5 forms to work cross browser?
After researching for over a hour i have found a few things.
for required attribute to work the field needs to have a name which was missing in the example
I found http://code.google.com/p/webforms2/ that helps a bit
Validation support in 7.0 was disabled and re-enabled in 10.0 source(see formnovalidate)