Say you have this HTML code:
<form> <input placeholder="Some text!" required> <input type="email" placeholder="An Email!" required> <input type="submit" value="A Button!"> </form>
Due to the required attributes, the new Webkits and Firefoxes show a validation message next to the field, if left blank.
They respond to being styled by the rule, for example:
div { font: Helvetica; }
But I can not find a more specific selector for them. Does anyone know which selector is being used or will be used, or even the error report for webkit / gecko related to this?
(JSFiddle shows that they can be created using the div selector: http://jsfiddle.net/p7kK5/ )
html5 forms
Rich Bradshaw Apr 19 2018-11-11T00: 00Z
source share