MHonArc v2.5.0b2 -->
docbook-tc message
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]
Subject: RE: [docbook-tc] adding CALS attrs to HTML tables
I'm with Norm--confused.
To what XHTML model do you refer?
XHTML is a "reformulation of HTML 4.0 in XML" [1].
Its semantics are defined by HTML. The table model is
the same. If you look at the XHTML spec, there is
a section [2] describing the differences between HTML
and XML, and all it talks about are the obvious
differences between SGML and XML--nothing about
the table model.
The HTML 4.0 table model [3] has always supported
tbody+ which is the HTML version of multiple tgroups.
The XHTML model is the same.
The HTML 4.0 table model has always supported
character alignment; from the HTML 4.0 DTD [4]:
<!-- horizontal alignment attributes for cell contents -->
<!ENTITY % cellhalign
"align (left|center|right|justify|char) #IMPLIED
char %Character; #IMPLIED -- alignment char, e.g. char=':'
--
charoff %Length; #IMPLIED -- offset for alignment char --"
>
I also checked the XHTML 1.1 modular table model [5]
to confirm that it is basically the same as the XHTML 1.0
table model and the HTML 4.0 table model.
paul
[1] http://www.w3.org/TR/xhtml1/#xhtml
[2] http://www.w3.org/TR/xhtml1/#diffs
[3] http://www.w3.org/TR/html401/struct/tables.html#h-11.2.1
[4] http://www.w3.org/TR/html401/struct/tables.html#h-11.3.2
[5]
http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_tablem
odule
>