Kaydet (Commit) 23dee56d authored tarafından Arne de Bruijn's avatar Arne de Bruijn Kaydeden (comit) Michael Stahl

fdo#57254: XHTML export: hidden text should not be visible

Change-Id: I7bcad8ba3dd84974a997849347965d7e43f1922a
üst 374c9af2
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
</xsl:template> </xsl:template>
<!-- text-shadow is a CSS2 feature and yet not common used in user-agents --> <!-- text-shadow is a CSS2 feature and yet not common used in user-agents -->
<xsl:template match="@fo:color |@svg:font-family |@fo:font-size |@fo:font-style |@fo:font-weight |@fo:text-indent |@fo:text-shadow"> <xsl:template match="@fo:color |@svg:font-family |@fo:font-size |@fo:font-style |@fo:font-weight |@fo:text-indent |@fo:text-shadow |@text:display">
<xsl:value-of select="substring-after(name(), ':')"/> <xsl:value-of select="substring-after(name(), ':')"/>
<xsl:text>:</xsl:text> <xsl:text>:</xsl:text>
<xsl:value-of select="."/> <xsl:value-of select="."/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment