nav.table.summary.xml 1.0 KB

123456789101112131415161718192021222324252627
  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="nav.table.summary">
  7. <refmeta>
  8. <refentrytitle>nav.table.summary</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>nav.table.summary</refname>
  13. <refpurpose>HTML Table summary attribute value for navigation tables</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="nav.table.summary.frag">
  17. <xsl:param name="nav.table.summary">Navigation</xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>The value of this parameter is used as the value of the table
  22. summary attribute for the navigation table.</para>
  23. <para>Only applies with the tabular presentation is being used.</para>
  24. </refsection>
  25. </refentry>