Bureaucrats, canmove, Confirmed users
2,887
edits
(→type - datetime values: noted dates of emails) |
(fix broken diveintohtml5 links) |
||
| Line 13: | Line 13: | ||
Smaller more atomic tests for specific input element attributes and types. | Smaller more atomic tests for specific input element attributes and types. | ||
=== autofocus === | === autofocus === | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-autofocus.html | ||
=== placeholder === | === placeholder === | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-placeholder.html | ||
=== type - datetime values === | === type - datetime values === | ||
| Line 21: | Line 21: | ||
proposed on WHATWG wiki http://wiki.whatwg.org/wiki/Input_element#new_date_time_inputs and 2010-08-08 mailing list http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/027725.html | proposed on WHATWG wiki http://wiki.whatwg.org/wiki/Input_element#new_date_time_inputs and 2010-08-08 mailing list http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/027725.html | ||
==== type month ==== | ==== type month ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-month.html | ||
==== type week ==== | ==== type week ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-week.html | ||
==== type date ==== | ==== type date ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-date.html | ||
==== type datetime ==== | ==== type datetime ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-datetime.html | ||
==== type datetime-local ==== | ==== type datetime-local ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-datetime-local.html | ||
==== type time ==== | ==== type time ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-time.html | ||
==== type month-day ==== | ==== type month-day ==== | ||
proposed on WHATWG wiki http://wiki.whatwg.org/wiki/Input_element#new_date_time_inputs and 2010-08-08 mailing list http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/027725.html | proposed on WHATWG wiki http://wiki.whatwg.org/wiki/Input_element#new_date_time_inputs and 2010-08-08 mailing list http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/027725.html | ||
| Line 37: | Line 37: | ||
=== type - identifier related values === | === type - identifier related values === | ||
==== type email ==== | ==== type email ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-email.html | ||
* http://paulrouget.com/e/html5formsandhtml5test | * http://paulrouget.com/e/html5formsandhtml5test | ||
==== type tel ==== | ==== type tel ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-tel.html | ||
Implementation notes: | Implementation notes: | ||
| Line 48: | Line 48: | ||
==== type url ==== | ==== type url ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-url.html | ||
Implementation notes: | Implementation notes: | ||
| Line 55: | Line 55: | ||
=== type - new simple type values === | === type - new simple type values === | ||
==== type color ==== | ==== type color ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-color.html | ||
==== type number ==== | ==== type number ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-number.html | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-number-min-max-step.html | ||
==== type range ==== | ==== type range ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-range.html | ||
=== type - new special text values === | === type - new special text values === | ||
==== type search ==== | ==== type search ==== | ||
* http://diveintohtml5. | * http://diveintohtml5.info/examples/input-type-search.html | ||
== see also == | == see also == | ||
* [[HTML5]] home page | * [[HTML5]] home page | ||
* [[Accessibility/HTML5_Forms]] | * [[Accessibility/HTML5_Forms]] | ||