]> granicus.if.org Git - docbook-dsssl/commitdiff
Clarified usage of table PIs (only bgcolor works for both CALS and HTML tables).
authorMauritz Jeanson <mj@johanneberg.com>
Sat, 12 Jul 2008 12:50:52 +0000 (12:50 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Sat, 12 Jul 2008 12:50:52 +0000 (12:50 +0000)
xsl/fo/pi.xsl

index 3a2f28dad9f8e68124ae91e8ede1ff068f868927..29a8ffa9c3cecfc0e512d949073a798cdc7503af 100644 (file)
@@ -82,6 +82,7 @@
   <refdescription>
     <para>Use the <tag class="xmlpi">dbfo bgcolor</tag> PI as child of a table row
       or cell to set a background color for that table row or cell.</para>
+    <para>This PI works for both CALS and HTML tables.</para>
   </refdescription>
   <refsynopsisdiv>
     <synopsis><tag class="xmlpi">dbfo bgcolor="<replaceable>color</replaceable>"</tag></synopsis>
 </xsl:template>
 
 <doc:pi name="dbfo_orientation" xmlns="">
-  <refpurpose>Specifies the orientation for table row or cell</refpurpose>
+  <refpurpose>Specifies the orientation for a CALS table row or cell</refpurpose>
   <refdescription>
-    <para>Use the <tag class="xmlpi">dbfo orientation</tag> PI as a child of an
+    <para>Use the <tag class="xmlpi">dbfo orientation</tag> PI as a child of a CALS
       <tag>table</tag> row or cell to specify the orientation
       (rotation) for the row or cell.</para>
   </refdescription>
 </xsl:template>
 
 <doc:pi name="dbfo_rotated-width" xmlns="">
-  <refpurpose>Specifies the width for a table <tag>entry</tag> or
+  <refpurpose>Specifies the width for a CALS table <tag>entry</tag> or
     <tag>row</tag></refpurpose>
   <refdescription>
-    <para>Use the <tag class="xmlpi">dbfo rotated-width</tag> PI as a child of an
-      <tag>entry</tag> or <tag>row</tag> instance to specify the
+    <para>Use the <tag class="xmlpi">dbfo rotated-width</tag> PI as a child of 
+      <tag>entry</tag> or <tag>row</tag> instance in a CALS table to specify the
       width of that the <tag>entry</tag> or <tag>row</tag>; or
       use it higher up in table to cause the width to be inherited
       recursively down.</para>
 </xsl:template>
 
 <doc:pi name="dbfo_table-width" xmlns="">
-  <refpurpose>Specifies the width for a table or for revhistory
+  <refpurpose>Specifies the width for a CALS table or for revhistory
     output</refpurpose>
   <refdescription>
     <para>Use the <tag class="xmlpi">dbfo table-width</tag> PI as a child or
-      sibling of a <tag>table</tag>, or as a child of an
-      <tag>informaltable</tag>, <tag>entrybl</tag>, or
+      sibling of a CALS <tag>table</tag>, or as a child of an
+      <tag>informaltable</tag>, <tag>entrytbl</tag>, or
       <tag>revhistory</tag> instance (which is rendered as a table
       in output) to specify the width of the table in output.</para>
   </refdescription>