Moebius, Yvonne wrote:
I tried to change the size of a single word from 12pt to 30pt in a
block, but the line height does not change, so the words are sticking
together.
This seems to be a bug, the spec says, the default for the
line-stacking-strategy property is max-height, this means
the line height should adapt to the font sizes (and other
stuff) used within this line.
There is a current effort to fix this as well as other
deficiencies.
One possibility is to change the line height of the block to 30pt, but
this does not look very good. And changing the line height of the inline
element does not seem to work?
Indeed, it doesn't. Seems you are hosed.
Possible workaround: put the line in question in a block
for itself and use line-heigth="31pt" (or another value
slightly greater than 30pt) on this block. If your text
has to appear justified, use text-align-last="justify"
on both this block and the previous.
J.Pietschmann