diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/phrase.propagates.style.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/phrase.propagates.style.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/phrase.propagates.style.xml b/kdoctools/docbook/xsl/params/phrase.propagates.style.xml new file mode 100644 index 000000000..ad17380ee --- /dev/null +++ b/kdoctools/docbook/xsl/params/phrase.propagates.style.xml @@ -0,0 +1,22 @@ +<refentry id="phrase.propagates.style"> +<refmeta> +<refentrytitle>phrase.propagates.style</refentrytitle> +<refmiscinfo role="type">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>phrase.propagates.style</refname> +<refpurpose>Pass phrase role attribute through to HTML?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='phrase.propagates.style.frag'><xsl:param name="phrase.propagates.style" select="1"/></src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>If true, the role attribute of <sgmltag>phrase</sgmltag> elements +will be passed through to the HTML as a class attribute on a +<sgmltag>span</sgmltag> that surrounds the phrase.</para> + +</refsect1> +</refentry> |