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">
8 <refentrytitle>table.cell.border.thickness</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
12 <refname>table.cell.border.thickness</refname>
13 <refpurpose>Specifies the thickness of table cell borders</refpurpose>
17 <src:fragment xml:id="table.cell.border.thickness.frag">
18 <xsl:param name="table.cell.border.thickness">0.5pt</xsl:param>
22 <refsection><info><title>Description</title></info>
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">
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>