canmove, Confirmed users
2,675
edits
(→see also: note Accessibility/HTML5_Forms related page) |
(cluster new input types, add type="year" type="month-day", links posted to whatwg wiki and list) |
||
Line 16: | Line 16: | ||
=== placeholder === | === placeholder === | ||
* http://diveintohtml5.org/examples/input-placeholder.html | * http://diveintohtml5.org/examples/input-placeholder.html | ||
=== type | |||
* http://diveintohtml5.org/examples/input-type- | === type - datetime values === | ||
=== type date === | ==== type year ==== | ||
proposed on WHATWG wiki http://wiki.whatwg.org/wiki/Input_element#new_date_time_inputs and mailing list http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/027725.html | |||
==== type month ==== | |||
* http://diveintohtml5.org/examples/input-type-month.html | |||
==== type week ==== | |||
* http://diveintohtml5.org/examples/input-type-week.html | |||
==== type date ==== | |||
* http://diveintohtml5.org/examples/input-type-date.html | * http://diveintohtml5.org/examples/input-type-date.html | ||
=== type datetime === | ==== type datetime ==== | ||
* http://diveintohtml5.org/examples/input-type-datetime.html | * http://diveintohtml5.org/examples/input-type-datetime.html | ||
=== type datetime-local === | ==== type datetime-local ==== | ||
* http://diveintohtml5.org/examples/input-type-datetime-local.html | * http://diveintohtml5.org/examples/input-type-datetime-local.html | ||
=== type email === | ==== type time ==== | ||
* http://diveintohtml5.org/examples/input-type-time.html | |||
==== type month-day ==== | |||
proposed on WHATWG wiki http://wiki.whatwg.org/wiki/Input_element#new_date_time_inputs and mailing list http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/027725.html | |||
=== type - identifier related values === | |||
==== type email ==== | |||
* http://diveintohtml5.org/examples/input-type-email.html | * http://diveintohtml5.org/examples/input-type-email.html | ||
=== type | ==== type tel ==== | ||
* http://diveintohtml5.org/examples/input-type- | * http://diveintohtml5.org/examples/input-type-tel.html | ||
=== type number === | ==== type url ==== | ||
* http://diveintohtml5.org/examples/input-type-url.html | |||
=== type - new simple type values === | |||
==== type color ==== | |||
* http://diveintohtml5.org/examples/input-type-color.html | |||
==== type number ==== | |||
* http://diveintohtml5.org/examples/input-type-number.html | * http://diveintohtml5.org/examples/input-type-number.html | ||
* http://diveintohtml5.org/examples/input-type-number-min-max-step.html | * http://diveintohtml5.org/examples/input-type-number-min-max-step.html | ||
=== type range === | ==== type range ==== | ||
* http://diveintohtml5.org/examples/input-type-range.html | * http://diveintohtml5.org/examples/input-type-range.html | ||
=== type search === | |||
=== type - new special text values === | |||
==== type search ==== | |||
* http://diveintohtml5.org/examples/input-type-search.html | * http://diveintohtml5.org/examples/input-type-search.html | ||
== see also == | == see also == | ||
* [[HTML5]] home page | * [[HTML5]] home page | ||
* [[Accessibility/HTML5_Forms]] | * [[Accessibility/HTML5_Forms]] |