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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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