DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5655>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5655 text-decoration cannot take multiple values Summary: text-decoration cannot take multiple values Product: Fop Version: all Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: general AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi! In fop (versions 0.20.1 & 0.20.2) it is not possible to assign more than one value to the attribute text-decoration. Example: The next sample can be found in textdeko.fo (in subdirectory fop/docs/examples/fo of the fop distribution). Here, text-decoration="underline overline". But, when rendered with fop (version 0.20.2), I get the following error: "Unknown enumerated value for property 'text-decoration': underline overline" Sample: <fo:block font-size="12pt" space-after.optimum="3pt"> <fo:inline text-decoration="underline overline">Combination</fo:inline> </fo:block> Is this a bug? Regards, Joke Dehond --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]