Re: fo:block width="2in"

At 2002-07-09 19:49 -0700, Dave Pawson wrote:
>Is it valid xsl-fo please?
>
>rec says applies to: all elements but non-replaced inline elements, 
>table-rows, and row groups

Actually, I think the annotation after the CSS box overrides what is in the 
CSS box.

5.3.4 indicates that when inline-progression-dimension is specified, the 
end-indent= is adjusted.

>xep supports it

I think XEP has it right because of 5.3.4.

................. Ken

p.s. I used the following for a test

   <block text-align="center" border="solid 1px">This is a test</block>

   <block text-align="center" border="solid 1px" width="2in">This is a 
test</block>

   <block text-align="center" border="solid 1px">This is a test</block>

   <block-container text-align="center" border="solid 1px"><block>This is a 
test</block></block-container>

   <block-container text-align="center" border="solid 1px" 
width="2in"><block>This is a test</block></block-container>

   <block-container text-align="center" border="solid 1px"><block>This is a 
test</block></block-container>


--
Upcoming: 3-days XSLT/XPath and/or 2-days XSL-FO:Sep 30-Oct 4,2002

G. Ken Holman                 mailto:gkholman@CraneSoftwrights.com
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/f/
Box 266, Kars, Ontario CANADA K0A-2E0  +1(613)489-0999 (Fax:-0995)
ISBN 0-13-065196-6                       Definitive XSLT and XPath
ISBN 1-894049-08-X   Practical Transformation Using XSLT and XPath
ISBN 1-894049-07-1                Practical Formatting Using XSLFO
XSL/XML/DSSSL/SGML/OmniMark services, books (electronic, printed),
articles, training (instructor-live,Internet-live,web/CD,licensed)
Next public training:                 2002-08-05,26,27,09-30,10-03

Received on Tuesday, 9 July 2002 15:34:19 UTC