spanspec — Formatting information for a spanned column in a table
Common attributes and common linking attributes.
Additional attributes:
Required attributes are show in bold.
A SpanSpec
associates a name with a span between two columns
in a table. In the body of the table, cells can refer to the span by name.
Cells that refer to a span will span horizontally from the first column
to the last column, inclusive.
Cells can also form spans directly, by naming the start and end
columns themselves. The added benefit of a SpanSpec
is that it can associate formatting information (such as
alignment and table rule specifications) with the span. This information
does not need to be repeated then, on each spanning cell.
Suppressed. This element is expected to obey the semantics of the CALS Table Model Document Type Definition, as specified by OASIS Technical Memorandum TM 9502:1995.
The NameSt
and NameEnd
attributes of a SpanSpec
must
refer to named ColSpec
s in the same table. In other
words, if the SpanSpec
<spanspec spanname="fullyear" namest="jan" nameend="dec"/>exists in a table,
ColSpec
s named “jan”
and “dec” must also exist in the same table.
Common attributes and common linking attributes.
FIXME:
Enumerated values: | |
---|---|
“center” | FIXME: |
“char” | FIXME: |
“justify” | FIXME: |
“left” | FIXME: |
“right” | FIXME: |
FIXME:
FIXME:
Specifies the presence or absence of the column separator
FIXME:
FIXME:
Specifies the presence or absence of the row separator
FIXME: