Relative to absolute conversion

The XSL-FO spec states in 5.3.1 (2nd paragraph) that
   If the corresponding absolute property is not explicitly specified,
   then then the computed value of the absolute property is set to the
   computed value of the corresponding relative property.

However, most relative properties have components, and the corresponding
absolute properties are single values (border, margin, and padding)

The most appropriate component would be 'optimum', so setting f.e.
  padding-start.maximum
would not set any of
  padding-(top|bottom|left|right)

Setting
  inline-progression-dimension.maximum
would set
  max-(width|height)
because there is a clear one-on-one relation.

Comments?

Received on Monday, 1 March 2004 10:19:49 UTC