HTML/input: Difference between revisions

From MozillaWiki
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:

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

type range

type search

type tel

type time

type url

type week

see also