bugzilla | 5 Jan 2011 18:18
Picon

[Bug 11672] New: Block-progression-dimension of fo:inline and fo:basic-link does not take children into account

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11672

           Summary: Block-progression-dimension of fo:inline and
                    fo:basic-link does not take children into account
           Product: XSLFO
           Version: 1.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSL-FO
        AssignedTo: Tony.Graham <at> MenteithConsulting.com
        ReportedBy: vhennebert <at> gmail.com
         QAContact: xsl-editors <at> w3.org

The children of an fo:inline or fo:basic-link element do not seem to be taken
into account when computing the block-progression-dimension of the element's
content rectangle and this may lead to counter-intuitive results for the user.

Given the following FO snippet:
<fo:block font-family="Helvetica" font-size="12pt">Lorem ipsum dolor <fo:inline
id="outer"
    border="1pt solid red"><fo:inline id="inner"
    font-size="30pt">sit</fo:inline></fo:inline> amet</fo:block>

Assuming that we are in the default lr-tb writing mode, we are interested in
computing the height of the red border rectangle. 

Section 4.6, “Inline-areas”, states that “An inline-area with inline-area
(Continue reading)


Gmane