XHTML 1.1 Reference
From Wiki
This article is a stub. You can help us by expanding it.
XHTML modules are abstract definitions of collections of elements, attributes, and their content models. These abstract modules can be mapped onto any appropriate specification mechanism. XHTML DTD Module Implementations, for example, maps these modules onto DTDs.
- XHTML Attribute Collections(Core, I18N, Events, Style, Common)
- Core Modules
- Object Module (
object,param) - Presentation Module(
b,big,hr,i,small,sub,sup,tt) - Edit Module (
del,ins) - Bidirectional Text Module( bdo)
- Forms Module (button, fieldset, form, input, label, legend, select, optgroup, option, textarea)
- Table Module(caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr)
- Image Module(img)
- Client-side Image Map Module(area, map)
- Server-side Image Map Module( Attribute ismap on img)
- Intrinsic Events Module(Events attributes)
- Metainformation Module(meta)
- Scripting Module( noscript, script)
- Stylesheet Module(style)
- Link Module(link)
- Base Module (base)
- Style Attribute Module (Deprecated) (style attribute)
See also:

