Re: XSL-FO side-region's border question

Subject: Re: XSL-FO side-region's border question
From: MURAKAMI Shinyu <murakami@xxxxxxxxxx>
Date: Sun, 15 Oct 2000 13:50:30 +0900
My mistake:
>  <fo:region-start extent="2cm" reference-orientation="90"
>                                border-end="thin solid blue"/>

"border-end" is not valid shorthand property in WD-xsl-20000327.
i rewrite this example:

 <fo:simple-page-master master-name="page-with-side-region">
  <fo:region-body margin="2cm"/>
  <fo:region-start extent="2cm" reference-orientation="90"
   border-end-width="thin" border-end-style="solid" border-end-color="blue"/>
 </fo:simple-page-master>

my question is: the reference-orientation="90" rotates
  only the side region's content,
or
  both the content and the border ?

if the latter is correct, i have to use border-after-* instead of border-end-*.

similar example,

 <fo:simple-page-master master-name="page-mixed-writing-mode"
     writing-mode="tb-rl">
  <fo:region-body margin="2cm"/>
  <fo:region-start extent="2cm" writing-mode="lr-tb"
   border-end-width="thin" border-end-style="solid" border-end-color="blue"/>
 </fo:simple-page-master>

in this case, the main writing-mode is "tb-rl" and only the regin-start 
(=region-"top") has "lr-tb" writing-mode. (not very special case in Japan)

I expected the writing-mode="lr-tb" only affects the content of region-start 
and the border of that region use the page's writing-mode "tb-rl".

>(maybe, i'm misunderstanding the [4.2.3 Geometric Definitions] 
>"...Thus the edges designated for the content-rectangle may not 
>correspond with the same-named edges on the padding-, border-, and 
>allocation-rectangles.")


It's very important for me, because i'm now programing an XSL-FO formatter 
supporting mixed-writing-mode. The information is:
http://www.antennahouse.com/xslformatter.html

(i'm an independent programer now working for that company.)

~Murakami Shinyu


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread