You can set the error message that displays on "Submit" errors (validation that doesn't occur until the Submit button is clicked), by setting the input's title= attribute.
Notes: Example includes min=5 max=10 step=0.1 To include decimals, set step with decimal (include leading zero 0.1). Allows text entry, but is ignored. Opera submits nothing (no error) Chrome restores most recent valid value onblur Number out of range validated on Submit
Notes: Example includes min=5 max=10 step=0.1 Lame. Doesn't show value. JavaScript could mirror in a text box.
Notes: Min set to 2011-11-05; Max set to 2013-11-30; Opera doesn't allow manual date typing.
Notes:
Notes: Not acceptable without http:// or https://Opera automatically adds http://
Notes: Validates on submit
Notes: Chrome: no validation that I can tell
Notes: Current pattern designation: ^\d{8}$ (student ID) Validates on submit