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

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -