]> git.stg.codes - stg.git/blob - doc/xslt/params/table.cell.border.thickness.xml
Set output encoding to utf-8.
[stg.git] / doc / xslt / params / table.cell.border.thickness.xml
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.cell.border.thickness">
7 <refmeta>
8 <refentrytitle>table.cell.border.thickness</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
10 </refmeta>
11 <refnamediv>
12 <refname>table.cell.border.thickness</refname>
13 <refpurpose>Specifies the thickness of table cell borders</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17 <src:fragment xml:id="table.cell.border.thickness.frag">
18 <xsl:param name="table.cell.border.thickness">0.5pt</xsl:param>
19 </src:fragment>
20 </refsynopsisdiv>
21
22 <refsection><info><title>Description</title></info>
23
24 <para>If non-zero, specifies the thickness of borders on table
25 cells. The units are points. See <link
26 xlink:href="http://www.w3.org/TR/CSS21/box.html#border-width-properties">
27 CSS</link></para>
28
29 <note>
30   <para>To control properties of cell borders in HTML output, you must also turn on the 
31   <parameter>table.borders.with.css</parameter> parameter.</para>
32 </note>
33
34 </refsection>
35 </refentry>