-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: ODF 1.2
-
Fix Version/s: ODF-Next
-
Component/s: Formatting Properties, Paragraph, Part 3 (Schema) [1.2: 1]
-
Labels:None
-
Proposal:
Currently we have four independt ODF attributes defining our line-height in ODF.
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#property-fo_line-height
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#property-style_line-height-at-least
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#property-style_line-spacing
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#property-style_font-independent-line-spacing
I would like to have feed-back from other implementors on the following:
The first @fo:line-height is dereived from the W3C formatting object specification,
http://www.w3.org/TR/xsl/#line-height here we should make clear the "normal" for office documents is equal 100%, not as in browser between 110 and 130%
The second @style:line-height-at-least is an extension of the W3C attribute to have a better OOXML interoperability.
The third @style:line-spacing is equal to 'leading' (not from leader, but from the metal 'lead', as during ancient print there was added a line of lead between the letters), it is specifiying the space between lines.
The last one @style:font-independent-line-spacing is only used by implementations for presentations, to have a similar layout during the change of the font.
AFAIK all ODF implementations are using these values exclusivly.
I suggest to either make them exclusively in the RelaxNG, or to specify a precedence (or collision) handling. What happens if two attributes exist at the same time?