HTML/input: Difference between revisions
< HTML
Jump to navigation
Jump to search
(→input element test pages: add specific types and attributes) |
(→see also: note Accessibility/HTML5_Forms related page) |
||
Line 45: | Line 45: | ||
== see also == | == see also == | ||
* [[HTML5]] | * [[HTML5]] home page | ||
* [[Accessibility/HTML5_Forms]] |
Revision as of 21:12, 27 May 2010
Welcome to the Mozilla wiki page on the HTML5 <input> element. Please feel free to contribute new test pages or new sections. -- Tantek
This article is a stub. You can help MozillaWiki by expanding it.
input element test pages
General input element test pages:
- http://tantek.com/new-inputs.html
- http://bradshawenterprises.com/tests/formdemo.php
- http://devfiles.myopera.com/articles/67/example.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
placeholder
type color
type date
type datetime
type datetime-local
type email
type month
type number
- http://diveintohtml5.org/examples/input-type-number.html
- http://diveintohtml5.org/examples/input-type-number-min-max-step.html
type range
type search
type tel
type time
type url
type week
see also
- HTML5 home page
- Accessibility/HTML5_Forms