You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
845 B
28 lines
845 B
<refentry id="table.table.properties">
|
|
<refnamediv>
|
|
<refname>table.table.properties</refname>
|
|
<refpurpose>Properties associated with a table</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='table.table.properties.frag'>
|
|
<xsl:attribute-set name="table.table.properties">
|
|
<xsl:attribute name="border-before-width.conditionality">retain</xsl:attribute>
|
|
<xsl:attribute name="border-collapse">collapse</xsl:attribute>
|
|
</xsl:attribute-set>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>The styling for tables. This parameter should really
|
|
have been called <literal>table.properties</literal>, but that parameter
|
|
name was inadvertantly established for the block-level properties
|
|
of the table as a whole.
|
|
</para>
|
|
|
|
<para>See also <parameter>table.properties</parameter>.</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|