HTML5 New Form Attributes
This chapter covers some of the new attributes for <form> and <input>.
New form attributes:
autocomplete
novalidate
New input attributes:
autocomplete
autofocus
form
form overrides (formaction, formenctype, formmethod, formnovalidate,
formtarget)
height and width
list
min, max and step
multiple
pattern (regexp)
placeholder
required
Browser Support
Attribute
IE
Firefox
Opera
Chrome
Safari
autocomplete
8.0
3.5
9.5
3.0
4.0
autofocus
No
4.0
10.0
3.0
4.0
form
No
4.0
9.5
10.0
No
form overrides
No
4.0
10.5
10.0
No
height...