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
mNo edit summary |
(+{{obsolete}}) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{obsolete|spec=[http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#forms HTML Standard: Forms]}} | |||
Web Forms 2.0 is an extension to the forms features found in [http://www.w3.org/TR/html401 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. | Web Forms 2.0 is an extension to the forms features found in [http://www.w3.org/TR/html401 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. | ||
Line 6: | Line 8: | ||
== Status == | == Status == | ||
Web Forms 2.0 has | Web Forms 2.0 has been integrated into [[HTML 5]]. | ||
== Sections == | == Sections == | ||
Line 19: | Line 19: | ||
* [[WF2:Extensions to the HTML Level 2 DOM Interfaces|Extensions to the HTML Level 2 DOM Interfaces]] | * [[WF2:Extensions to the HTML Level 2 DOM Interfaces|Extensions to the HTML Level 2 DOM Interfaces]] | ||
* [[WF2:Styling Form Controls|Styling Form Controls]] | * [[WF2:Styling Form Controls|Styling Form Controls]] | ||
[[Category:Web Forms 2.0|*]] | [[Category:Web Forms 2.0|*]] |
Latest revision as of 02:50, 28 October 2012
This document is obsolete.
For the current specification, see: HTML Standard: Forms
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 been integrated into HTML 5.