Contents
This section is normative for purposes of defining the integration of XForms into XHTML 2.0. The XForms language itself is normatively defined in [XFORMS].
The XForms Module provides a rich collection of forms features within the XHTML namespace.
The content model for XForms defines several content sets:
When this module is included, the XForms Core content set is added to the content model of the head element in the Document module, to the Structural content set of the Structural Module., and to the Text content set of the Text module.
When this module is included, the XForms Actions content set is added to the content model of the head element in the Document module, to the Structural content set, and to the Text content set.
When this module is included, the XForms Form Controls content set is added to the Structural content set, and to the Text content set.
The Text content set is added to the XForms UI Inline content set, allowing various XHTML elements inside form control labels.
When this module is included, the XForms Group content set is added to the Structural content set, and to the Text content set.
group elements can freely nest.
The Structural content set is added to the XForms Group content set.
When this module is included, the XForms Switch content set is added to the Structural content set, and to the Text content set.
Alternating switch and case elements can freely nest.
The Structural content set is added to the content model of case, after an optional label element.
When this module is included, the XForms Repeat content set is added to the Structural content set, and to the Text content set.
repeat elements can freely nest.
The Structural content set is added to the content model of case, after an optional label element.
This module also includes the XForms Repeat Attribute Collection via attributes from [XFORMS]. The normative definition of those attributes and their semantics is included in that specification. They are described briefly below:
bind
element.bind
element.When this module is included, the XForms Repeat Attribute collection is included on all elements that can validly appear twice or more as sibling elements.
XHTML 2 adds the Common attribute group to the XForms Common Attribute Group.
The Linking Attribute Group is allowed on all elements, including instance.
The XForms Attribute Groups for single-node binding and Nodeset binding are allowed only on the XForms elements they are defined for.
Allow binding attributes everywhere?
Should we allow binding attributes anywhere, behaving much like the src attribute, except obtaining a value from an XForms Model?Implementation: XML Schema
[XHTML2] exclude switch and case as presentational PR #7826
State: Open
Resolution: None
User: None
Notes:
autocomplete attribute PR #7838
State: Open
Resolution: None
User: None
Notes: