[EMAIL PROTECTED] wrote:

Jeremias Maerki writes:
 > I haven't found anything odd, yet. Looking forward to your test cases.

I'm starting now. I've had to rename inline_block_nested_\#36248.xml
to inline_block_nested_bug36248.xml to get the junit task to build.

Can you please point me to an explaination of the following:

  <checks>
    <eval expected="100000" xpath="//flow/block[2]/lineArea/viewport/@ipd"/>
    <eval expected="100000" xpath="//flow/block[2]/lineArea/viewport/@ipda"/>
    <eval expected="100000" xpath="//flow/block[2]/lineArea/viewport/@bpd"/>
    <eval expected="100000" xpath="//flow/block[2]/lineArea/viewport/@bpda"/>
  </checks>

i.e. What are ipd, bpda, etc. ?

ipd (in Left to Right mode) is width of the Area.
bpd (in Left to Right mode) is the height of the Area
ipda is the absolute position in the Inline Progress Dimension (x coord in Left to Right Mode) bpda is the absolute position in the Block Progression Dimension (y coord in Left to Right Mode)

Chris

Reply via email to