You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by cb...@apache.org on 2004/03/17 15:24:23 UTC

cvs commit: xml-fop/src/documentation/content/xdocs/design layout.xml

cbowditch    2004/03/17 06:24:23

  Modified:    src/documentation/content/xdocs/design layout.xml
  Log:
  updated status of layout development work on HEAD as discussed on fop-user
  
  http://nagoya.apache.org/eyebrowse/ReadMsg?listName=fop-user@xml.apache.org&msgNo=10498
  
  Revision  Changes    Path
  1.15      +85 -8     xml-fop/src/documentation/content/xdocs/design/layout.xml
  
  Index: layout.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/layout.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- layout.xml	2 Mar 2004 21:32:03 -0000	1.14
  +++ layout.xml	17 Mar 2004 14:24:22 -0000	1.15
  @@ -301,15 +301,92 @@
         <title>Status</title>
         <section id="status-todo">
           <title>To Do</title>
  +        <table>
  +          <tr>
  +            <th>Task</th>
  +            <th>Priority</th>
  +            <th>Notes</th>
  +          </tr>
  +          <tr>
  +            <td>Justified Text</td>
  +            <td>High</td>
  +            <td/>
  +          </tr>
  +          <tr>
  +            <td>Multi-column layout</td>
  +            <td>High</td>
  +            <td/>
  +          </tr>
  +          <tr>
  +            <td>Re-parenting retrieved markers</td>
  +            <td>High</td>
  +            <td/>
  +          </tr>
  +          <tr>
  +            <td>Absolutely positioned block containers</td>
  +            <td>High</td>
  +            <td/>
  +          </tr>
  +          <tr>
  +            <td>Background Images</td>
  +            <td>High</td>
  +            <td/>
  +          </tr>
  +          <tr>
  +            <td>Conditional space suppression</td>
  +            <td>High</td>
  +            <td/>
  +          </tr>
  +          <tr>
  +            <td>Footnotes</td>
  +            <td>Medium</td>
  +            <td/>
  +          </tr>
  +          <tr>
  +            <td>Relative positioned block containers</td>
  +            <td>Medium</td>
  +            <td/>
  +          </tr>
  +          <tr>
  +            <td>Fine-tuning line breaking and hypenation</td>
  +            <td>Medium</td>
  +            <td/>
  +          </tr>
  +          <tr>
  +            <td>Last page layout</td>
  +            <td>Medium</td>
  +            <td/>
  +          </tr>
  +          <tr>
  +            <td>Aligned leaders, especially in justified text</td>
  +            <td>Medium</td>
  +            <td/>
  +          </tr>
  +          <tr>
  +            <td>Floats of all kind</td>
  +            <td>Low</td>
  +            <td/>
  +          </tr>
  +          <tr>
  +            <td>Border collapsing on tables</td>
  +            <td>Low</td>
  +            <td>RenderX hasnt implemented this (17/03/04)</td> 
  +          </tr>
  +          <tr>
  +            <td>Fine-tuning all other borders</td>
  +            <td>Low</td>
  +            <td>Not sure what Joerg means by this, border collapse priorties? 
  +Dashed and dotted borders have been implemented in PDF</td>
  +          </tr>
  +          <tr>
  +            <td>BIDI support</td>
  +            <td>Low</td>
  +            <td/>
  +          </tr>
  +        </table>
         </section>
         <section id="status-wip">
           <title>Work in Progress</title>
  -        <ul>
  -          <li><strong>better layout design</strong> - that can handle keeps and spacing better</li>
  -          <li><strong>better area tree handling</strong> - means it can run in less memory</li>
  -          <li>new area tree model</li>
  -          <li>changed area tree xml format to match the area tree hierarchy</li>
  -        </ul>
         </section>
         <section id="status-complete">
           <title>Completed</title>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org