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).

Web Forms 2.0: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
m (adding cat Web Forms 2.0)
Line 22: Line 22:
== External Links ==
== External Links ==
* [http://whatwg.org/specs/web-forms/current-work/ Web Forms 2.0]
* [http://whatwg.org/specs/web-forms/current-work/ Web Forms 2.0]
[[Category:Web Forms 2.0]]

Revision as of 17:51, 4 November 2008

Web Forms 2.0 is an extension to the forms features found in HTML 4.01's forms chapter. The specification applies to both HTML and XHTML user agents, and provides new strongly-typed input fields, new attributes for defining constraints, a repeating model for declarative repeating of form sections, new DOM interfaces, new DOM events for validation and dependency tracking, and XML submission and initialization of forms. This specification also standardises and codifies existing practice in areas that have not been previously documented.


HTML4, XHTML 1.1 and the DOM are thus extended in a manner which has a clear migration path from existing HTML forms, leveraging the knowledge authors have built up with their experience with HTML so far.

Status

Web Forms 2.0 has reached a relative stage of maturity, and major alterations of the specification are unlikely at this stage.

In due course Web Forms 2.0 will be integrated into HTML 5.

Sections

External Links