A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

New Form Controls

From WHATWG Wiki
Revision as of 13:41, 19 November 2006 by Lachlan Hunt (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The following lists the requests for new form controls.

Search fields

<input type="search">

Requests for this Feature

  • Roger Johansson

    The list of allowed type attribute values for input elements extended with search.

Notes

Safari has already implemented this feature and provides a distinct form control to differentiate it from ordinary text boxes. Other than rendering differences, it's not clear what additional functionality or usability this feature will provide.

Combo Boxes

This feature is already provided using the datalist features in Web Forms 2.0.

<input type="text" name="title" list="title-list">

<datalist id="title-list">
  <option value="Mr">
  <option value="Mrs">
  <option value="Miss">
  <option value="Ms">
</datalist>

Requests for this Feature

  • Tanny O'Haley

    I would like to see an expansion of the type attribute on input elements. For input fields we currently have checkbox, password, radio and text. I'd like to see combo (optional text with a drop down list), [...]

Date/Time

Requests for this Feature

  • []

E-mail

Requests for this Feature

  • []

Int, Long, Unsigned, Float, Number

Requests for this Feature

  • []

  • Currency

Requests for this Feature

  • []

  • URL

Requests for this Feature

  • []