html - HTML5 'Required' tag not working in Safari -
my html5 input types' required tags not working in safari. when try submit without filling in required fields, goes through. :( supposed have warning or reminder telling fill in fields.
please me. thank you!
safari doesn't (yet) support feature of html 5 candidate recommendation.
either implement javascript shim, or depend on server side validation in safari.
Comments
Post a Comment