HTML5 required attribute seems not working
I can't figure out why the new required attribute of HTML5 seems to not be working, and I know my simple code seems to be okay. What should I do to make this work? Here is my code in HTML: <input type = "text" class = "txtPost" placeholder = "Post a question?" required> <button class = "btnPost btnBlue">Post</button> Correct me if I'm wrong but, if ever I run the code in the browser and click the button without any value in the textbox it should have a tooltip showing that that field was required, shouldn't it? But nothing happens no matter how many times you click the button. Am I