XSL PR - line-height.precedence problem

Dear XSL authors, please read my old comments:

- XSL FO: line-height and space-resolution rule
  http://lists.w3.org/Archives/Public/xsl-editors/2000AprJun/0057.html

- XSL FO: letter-spacing and space-resolution
  http://lists.w3.org/Archives/Public/xsl-editors/2000AprJun/0065.html

The recent XSL PR spec still have this problem.
Am I wrong?

A simple example:

<fo:block space-after="1cm">AAA</fo:block>
<fo:block>BBB</fo:block>

According to the current XSL spec, the space-after="1cm" must be 
suppressed!
because the line-areas have space-before and space-after (= half-leading)
with .precedence="force" and the fo:block's non-forcing space-specifiers 
are suppressed.

We need another default precedence value for line-height, letter-spacing 
and word-spacing -- force but not suppress adjacent non-forcing spaces.


regards,

----
Shinyu Murakami
Antenna House XSL Formatter team

Received on Monday, 24 September 2001 12:57:34 UTC