]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
enhance complex scripts feature documentation
authorGlenn Adams <gadams@apache.org>
Tue, 3 Apr 2012 04:56:12 +0000 (04:56 +0000)
committerGlenn Adams <gadams@apache.org>
Tue, 3 Apr 2012 04:56:12 +0000 (04:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1308686 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/trunk/complexscripts.xml

index 255bdc5ae2113e4f9a1523f0894f121d996ab097..084fa100a5ffab50b10cd807b28918a3c562f3e5 100644 (file)
         sufficient. In these cases, an author may make use of the following XSL-FO constructs:
       </p>
       <ul>
-        <li>The <code>script</code> property.</li>
-        <li>The <code>language</code> property.</li>
-        <li>The <code>writing-mode</code> property.</li>
+        <li>The <a href="http://www.w3.org/TR/2006/REC-xsl11-20061205/#script"><code>script</code></a> property.</li>
+        <li>The <a href="http://www.w3.org/TR/2006/REC-xsl11-20061205/#language"><code>language</code></a> property.</li>
+        <li>The <a href="http://www.w3.org/TR/2006/REC-xsl11-20061205/#writing-mode"><code>writing-mode</code></a> property.</li>
         <li>The number to string conversion properties:
-          <code>format</code>,
-          <code>grouping-separator</code>,
-          <code>grouping-separator</code>,
-          <code>grouping-size</code>,
-          <code>letter-value</code>,
+          <a href="http://www.w3.org/TR/2006/REC-xsl11-20061205/#format"><code>format</code></a>,
+          <a href="http://www.w3.org/TR/2006/REC-xsl11-20061205/#grouping-separator"><code>grouping-separator</code></a>,
+          <a href="http://www.w3.org/TR/2006/REC-xsl11-20061205/#grouping-size"><code>grouping-size</code></a>,
+          <a href="http://www.w3.org/TR/2006/REC-xsl11-20061205/#letter-value"><code>letter-value</code></a>,
           and <code>fox:number-conversion-features</code>.</li>
-        <li>The <code>fo:bidi-override</code> element.</li>
+        <li>The <a href="http://www.w3.org/TR/2006/REC-xsl11-20061205/#fo_bidi-override"><code>fo:bidi-override</code></a> element.</li>
         <li>Explicit bidirectional control characters: U+200E LRM, U+200F RLM, U+202A LRE,
           U+202B RLE, U+202C PDF, U+202D LRO, U+202E RLO.</li>
         <li>Explicit join control characters: U+200C ZWNJ and U+200D ZWJ.</li>
       <title>Supported Scripts</title>
       <p>Support for specific complex scripts is enumerated in the following table. Support
         for those marked as not being supported is expected to be added in future revisions.</p>
-      <table class="ForrestTable tw80">
+      <table>
         <colgrp>
           <col style="width: 15%"/>
           <col style="width: 10%"/>
         font is not listed, then it has not been tested with these complex scripts features.</p>
       <section id="fonts_arabic">
         <title>Arabic Fonts</title>
-        <table class="ForrestTable tw80">
+        <table>
           <colgrp>
             <col style="width: 15%"/>
             <col style="width: 10%"/>
       </section>
       <section id="devanagari_fonts">
         <title>Devanagari Fonts</title>
-        <table class="ForrestTable tw80">
+        <table>
           <colgrp>
             <col style="width: 15%"/>
             <col style="width: 10%"/>
       </p>
       <ul>
         <li><a href="http://www.unicode.org/">The Unicode Standard</a></li>
+        <li><a href="http://www.w3.org/TR/2006/REC-xsl11-20061205/#fo_bidi-override">Unicode Bidirectional Algorithm</a></li>
         <li><a href="http://www.microsoft.com/typography/otspec/ttochap1.htm">OpenType Advanced Typographic Extensions</a></li>
         <li><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;item_id=CmplxRndExamples">Examples of Complex Rendering</a></li>
       </ul>