- From: Peter B. West <pbwest@powerup.com.au>
- Date: Sat, 27 Jan 2001 09:14:33 -0500 (EST)
- To: fop-dev@xml.apache.org
- CC: xsl-editors@w3.org
The above section has a number of paragraphs like:
* If any of "height", "min-height", or "max-height" is
specified:
* If "height" is specified then first set:
block-progression-dimension.minimum=<height>
block-progression-dimension.optimum=<height>
block-progression-dimension.maximum=<height>
*
If "height" is not specified, then first set:
block-progression-dimension.minimum=auto
block-progression-dimension.optimum=auto
block-progression-dimension.maximum=auto
*
Then, if "min-height" is specified, reset:
block-progression-dimension.minimum=<min-height>
*
Then, if "max-height" is specified, reset:
block-progression-dimension.minimum=<max-height>
Shouldn't the last read:
Then, if "max-height" is specified, reset:
block-progression-dimension.MAXimum=<max-height>
?
There are four such instances.
Peter
--
Peter B. West pbwest@powerup.com.au http://powerup.com.au/~pbwest
"Lord, to whom shall we go?"
Received on Sunday, 28 January 2001 08:35:16 UTC