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
(Doing away with all the local links for related specifications, and going with external links.) |
(Moving the section stuff to the new WF2 namespace.) |
||
Line 10: | Line 10: | ||
== Sections == | == Sections == | ||
* [[WF2 Form Control | * [[WF2:Extensions to Form Control Elements|Extensions to Form Control Elements]] | ||
* [[WF2 Repetition Model|The | * [[WF2:The Repetition Model for Repeating Form Controls|The Repetition Model for Repeating Form Controls]] | ||
* [[WF2 | * [[WF2:The Forms Event Model|The Forms Event Model]] | ||
* [[WF2 Form Submission|Form | * [[WF2:Form Submission|Form Submission]] | ||
* [[WF2 External | * [[WF2:Fetching Data from External Resources|Fetching Data from External Resources]] | ||
* [[WF2 HTML | * [[WF2:Extensions to the HTML Level 2 DOM Interfaces|Extensions to the HTML Level 2 DOM Interfaces]] | ||
* [[WF2 Form | * [[WF2:Styling Form Controls|Styling Form Controls]] | ||
== 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] |
Revision as of 14:32, 10 March 2005
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. However, major changes may be introduced in a future specification.
Sections
- Extensions to Form Control Elements
- The Repetition Model for Repeating Form Controls
- The Forms Event Model
- Form Submission
- Fetching Data from External Resources
- Extensions to the HTML Level 2 DOM Interfaces
- Styling Form Controls