Attribute
|
Defaults from the element:
|
To:
|
To:
|
To:
|
To:
|
To:
|
To system default
|
rowsep
|
entry
|
row
|
spanspec
|
colspec
|
tgroup
|
tgroup parent
|
show below
|
colsep
|
entry
|
spanspec
|
colspec
|
tgroup
|
tgroup parent
|
show right
|
|
align
|
entry
|
spanspec
|
colspec
|
tgroup
|
show left
|
||
valign
|
entry
|
row
|
tbody/tfoot/thead
|
top for tbody;bottom for tfoot and thead
|
|
When spanning cells, it is important to remember that an <entry> gets its default values from its starting column and row. For example, when spanning rows, the last row in the span will inherit its rowsep from the first row in the span. And, when spanning columns, the last column in the span will inherit its colsep from the first column in the span. This complies with both CALS and OASIS Exchange standards.
|
Attribute
|
Minimization path
|
rowsep
|
entry rowsep→ row rowsep→ tgroup rowsep
|
colsep
|
entry colsep→ colspec colsep→ tgroup colsep
|
align
|
entry align→ colspec align→ tgroup align
|
valign
|
entry valign→ row valign→ tbody/thead/tfoot valign
|
|
Attribute minimization is not done for rowsep, colsep, and align attributes on entry elements that are spanned by a spanspec element.
|