User:Mounir.lamouri/HTML5 Forms: Difference between revisions

→‎Summary: add new attributes description
(→‎Summary: add attribute list)
(→‎Summary: add new attributes description)
Line 169: Line 169:
|autocomplete
|autocomplete
|New attribute
|New attribute
|TBD
|Auto-completion with earlier user inputs
|TBD
|TBD
|None
|None
Line 175: Line 175:
|list
|list
|New attribute
|New attribute
|TBD
|Add predefined suggestions
|TBD
|TBD
|None
|None
|- style="background:#ff3000;"
|- style="background:#ff3000;"
|required
|required
|New attribute
|Specify the element is required for form validation
|TBD
|TBD
|TBD
|TBD
Line 186: Line 186:
|- style="background:#ff3000;"
|- style="background:#ff3000;"
|pattern
|pattern
|New attribute
|Specify the element has to follow a pattern (regexp) for form validation
|TBD
|TBD
|TBD
|TBD
Line 193: Line 193:
|min/max
|min/max
|New attribute
|New attribute
|TBD
|Specify min and max values for form validation
|TBD
|TBD
|None
|None
Line 199: Line 199:
|step
|step
|New attribute
|New attribute
|TBD
|Specify step form numbers
|TBD
|TBD
|None
|None
Line 205: Line 205:
|novalidate
|novalidate
|New attribute
|New attribute
|TBD
|Specify the form shouldn't be validated
|TBD
|TBD
|None
|None
Confirmed users
368

edits