diff options
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/table.properties.xml')
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/table.properties.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/table.properties.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/table.properties.xml new file mode 100644 index 000000000..76340c8d3 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/table.properties.xml @@ -0,0 +1,34 @@ +<refentry xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:xi="http://www.w3.org/2001/XInclude" + xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="5.0" xml:id="table.properties"> +<refmeta> +<refentrytitle>table.properties</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo> +</refmeta> +<refnamediv> +<refname>table.properties</refname> +<refpurpose>Properties associated with the block surrounding a table</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="table.properties.frag"> +<xsl:attribute-set name="table.properties" use-attribute-sets="formal.object.properties"> + <xsl:attribute name="keep-together.within-column">auto</xsl:attribute> +</xsl:attribute-set> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> + +<para>Block styling properties for tables. This parameter should really +have been called <literal>table.block.properties</literal> or something +like that, but we’re leaving it to avoid backwards-compatibility +problems.</para> + +<para>See also <parameter>table.table.properties</parameter>.</para> + +</refsection> +</refentry> |