informaltable.properties.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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="informaltable.properties">
  7. <refmeta>
  8. <refentrytitle>informaltable.properties</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>informaltable.properties</refname>
  13. <refpurpose>Properties associated with the block surrounding an informaltable</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="informaltable.properties.frag">
  17. <xsl:attribute-set name="informaltable.properties" use-attribute-sets="informal.object.properties"/>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>Block styling properties for informaltables. This parameter should really
  22. have been called <literal>informaltable.block.properties</literal> or something
  23. like that, but we’re leaving it to avoid backwards-compatibility
  24. problems.</para>
  25. <para>See also <parameter>table.table.properties</parameter>.</para>
  26. </refsection>
  27. </refentry>