diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 13:38:28 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 13:38:28 -0800 |
commit | 0cafa2afa8b68e48cbaac4a67c6d5929ed385574 (patch) | |
tree | e8815e7ef185ccaba26bcd616eace378572b922e /params/table.table.properties.xml | |
download | docbook-xsl-0cafa2afa8b68e48cbaac4a67c6d5929ed385574.tar.gz docbook-xsl-0cafa2afa8b68e48cbaac4a67c6d5929ed385574.tar.bz2 docbook-xsl-0cafa2afa8b68e48cbaac4a67c6d5929ed385574.zip |
Imported Upstream version 1.77.1HEADupstream/1.77.1submit/tizen/20130517.020841submit/tizen/20130509.173846submit/tizen/20130503.191006submit/tizen/20130503.184845upstreamtizen
Diffstat (limited to 'params/table.table.properties.xml')
-rw-r--r-- | params/table.table.properties.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/params/table.table.properties.xml b/params/table.table.properties.xml new file mode 100644 index 0000000..4ee3422 --- /dev/null +++ b/params/table.table.properties.xml @@ -0,0 +1,36 @@ +<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.table.properties"> +<refmeta> +<refentrytitle>table.table.properties</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo> +</refmeta> +<refnamediv> +<refname>table.table.properties</refname> +<refpurpose>Properties associated with a table</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml: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> + +<refsection><info><title>Description</title></info> + +<para>The styling for tables. This parameter should really +have been called <literal>table.properties</literal>, but that parameter +name was inadvertently established for the block-level properties +of the table as a whole. +</para> + +<para>See also <parameter>table.properties</parameter>.</para> + +</refsection> +</refentry> |