You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Axel Spohr <ax...@db.com> on 2000/12/15 18:07:18 UTC

[Q] text-decoration for inline only ?

Hello,

when trying to use text-decoration="underline" on a block level element, I get no result.
Both the november discussion about underline and the original example provided with
the patch used this in an inline context only. Is the current implementation limited to this
use ? If I read the WD correctly, text-decoration should also be applicable on blocks.
Cheers,
               Axel


--

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



Re: [Q] text-decoration for inline only ?

Posted by Fotis Jannidis <fo...@lrz.uni-muenchen.de>.
From:           	"Axel Spohr" <ax...@db.com>
> when trying to use text-decoration="underline" on a block level element, I get no result.
> Both the november discussion about underline and the original example provided with
> the patch used this in an inline context only. Is the current implementation limited to this
> use ? If I read the WD correctly, text-decoration should also be applicable on blocks.

you are right; text-decoration support is only very limited at the 
moment and works only with inline.

Fotis