table.cell.border.thickness.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  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. <refsynopsisdiv>
  16. <src:fragment xml:id="table.cell.border.thickness.frag">
  17. <xsl:param name="table.cell.border.thickness">0.5pt</xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>If non-zero, specifies the thickness of borders on table
  22. cells. The units are points. See <link
  23. xlink:href="http://www.w3.org/TR/CSS21/box.html#border-width-properties">
  24. CSS</link></para>
  25. <note>
  26. <para>To control properties of cell borders in HTML output, you must also turn on the
  27. <parameter>table.borders.with.css</parameter> parameter.</para>
  28. </note>
  29. </refsection>
  30. </refentry>