OLD | NEW |
| (Empty) |
1 <refentry xmlns="http://docbook.org/ns/docbook" | |
2 xmlns:xlink="http://www.w3.org/1999/xlink" | |
3 xmlns:xi="http://www.w3.org/2001/XInclude" | |
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" | |
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
6 version="5.0" xml:id="table.table.properties"> | |
7 <refmeta> | |
8 <refentrytitle>table.table.properties</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>table.table.properties</refname> | |
13 <refpurpose>Properties associated with a table</refpurpose> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="table.table.properties.frag"> | |
18 <xsl:attribute-set name="table.table.properties"> | |
19 <xsl:attribute name="border-before-width.conditionality">retain</xsl:attribute
> | |
20 <xsl:attribute name="border-collapse">collapse</xsl:attribute> | |
21 </xsl:attribute-set> | |
22 </src:fragment> | |
23 </refsynopsisdiv> | |
24 | |
25 <refsection><info><title>Description</title></info> | |
26 | |
27 <para>The styling for tables. This parameter should really | |
28 have been called <literal>table.properties</literal>, but that parameter | |
29 name was inadvertently established for the block-level properties | |
30 of the table as a whole. | |
31 </para> | |
32 | |
33 <para>See also <parameter>table.properties</parameter>.</para> | |
34 | |
35 </refsection> | |
36 </refentry> | |
OLD | NEW |