]> granicus.if.org Git - docbook-dsssl/commitdiff
Properties to be set on fo:table; initially border-before-width.conditionality=retain...
authorNorman Walsh <ndw@nwalsh.com>
Thu, 4 Mar 2004 13:28:44 +0000 (13:28 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 4 Mar 2004 13:28:44 +0000 (13:28 +0000)
xsl/params/table.table.properties.xml [new file with mode: 0644]

diff --git a/xsl/params/table.table.properties.xml b/xsl/params/table.table.properties.xml
new file mode 100644 (file)
index 0000000..581b989
--- /dev/null
@@ -0,0 +1,27 @@
+<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>