vmote       2003/09/01 05:15:52

  Modified:    src/documentation/content/xdocs compliance.xml
  Log:
  add comments about current implementation of block-container object, submitted by 
Chris Bowditch [EMAIL PROTECTED]; see
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22811
  
  Revision  Changes    Path
  1.22      +4 -1      xml-fop/src/documentation/content/xdocs/compliance.xml
  
  Index: compliance.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/compliance.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- compliance.xml    26 Aug 2003 21:56:28 -0000      1.21
  +++ compliance.xml    1 Sep 2003 12:15:52 -0000       1.22
  @@ -45,7 +45,10 @@
           </level-2>
           <level-2 name="Block Formatting Objects" citation="§6.5" 
extURL="slice6.html#section-N12764-Block-level-Formatting-Objects" ref-name="block">
             <level-3 name="block" citation="§6.5.2" extURL="slice6.html#fo_block" 
compliance-level="1" comply="yes"/>
  -          <level-3 name="block-container" citation="§6.5.3" 
extURL="slice6.html#fo_block-container" compliance-level="2" comply="partial"/>
  +          <level-3 name="block-container" citation="§6.5.3" 
extURL="slice6.html#fo_block-container" compliance-level="2" comply="partial">
  +            <comment>Currently only works as direct child of fo:flow.</comment>
  +            <comment>For absolute positioning, use 'position="absolute"' (as 
'absolute-position="absolute"' is not implemented), and specify all four of "left", 
"top", "width" and "height"</comment>
  +          </level-3>
           </level-2>
           <level-2 name="Inline Formatting Objects" citation="§6.6" 
extURL="slice6.html#section-N13277-Inline-level-Formatting-Objects" ref-name="inline">
             <level-3 name="bidi-override" citation="§6.6.2" 
extURL="slice6.html#fo_bidi-override" compliance-level="2" comply="no"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to