I\'m coding on a website with forms and use HTML5 validation - no rocket science so far. Everything works fine for me in Google Chrome, but I want to get sure that even a IE 6 u
It now requires novalidate="novalidate" as below:
novalidate="novalidate"
Just novalidate no longer works, and Chrome displays "Please fill out this field"
novalidate