canmove, Confirmed users
2,675
edits
(drafted with initial list of input element test pages) |
(→input element test pages: add specific types and attributes) |
||
Line 4: | Line 4: | ||
== input element test pages == | == input element test pages == | ||
General input element test pages: | |||
* http://tantek.com/new-inputs.html | * http://tantek.com/new-inputs.html | ||
* http://bradshawenterprises.com/tests/formdemo.php | * http://bradshawenterprises.com/tests/formdemo.php | ||
* http://devfiles.myopera.com/articles/67/example.html | * http://devfiles.myopera.com/articles/67/example.html | ||
* http://www.miketaylr.com/code/input-type-attr.html | * http://www.miketaylr.com/code/input-type-attr.html | ||
== specific attributes and types == | |||
Smaller more atomic tests for specific input element attributes and types. | |||
=== autofocus === | |||
* http://diveintohtml5.org/examples/input-autofocus.html | |||
=== placeholder === | |||
* http://diveintohtml5.org/examples/input-placeholder.html | |||
=== type color === | |||
* http://diveintohtml5.org/examples/input-type-color.html | |||
=== type date === | |||
* http://diveintohtml5.org/examples/input-type-date.html | |||
=== type datetime === | |||
* http://diveintohtml5.org/examples/input-type-datetime.html | |||
=== type datetime-local === | |||
* http://diveintohtml5.org/examples/input-type-datetime-local.html | |||
=== type email === | |||
* http://diveintohtml5.org/examples/input-type-email.html | |||
=== type month === | |||
* http://diveintohtml5.org/examples/input-type-month.html | |||
=== type number === | |||
* http://diveintohtml5.org/examples/input-type-number.html | |||
* http://diveintohtml5.org/examples/input-type-number-min-max-step.html | |||
=== type range === | |||
* http://diveintohtml5.org/examples/input-type-range.html | |||
=== type search === | |||
* http://diveintohtml5.org/examples/input-type-search.html | |||
=== type tel === | |||
* http://diveintohtml5.org/examples/input-type-tel.html | |||
=== type time === | |||
* http://diveintohtml5.org/examples/input-type-time.html | |||
=== type url === | |||
* http://diveintohtml5.org/examples/input-type-url.html | |||
=== type week === | |||
* http://diveintohtml5.org/examples/input-type-week.html | |||
== see also == | == see also == | ||
* [[HTML5]] | * [[HTML5]] |