You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
769 B
29 lines
769 B
<refentry id="css.decoration">
|
|
<refmeta>
|
|
<refentrytitle>css.decoration</refentrytitle>
|
|
<refmiscinfo role="type">boolean</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>css.decoration</refname>
|
|
<refpurpose>Enable CSS decoration of elements</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='css.decoration.frag'>
|
|
<xsl:param name="css.decoration" select="1"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>
|
|
If <literal>css.decoration</literal> is turned on, then HTML elements
|
|
produced by the
|
|
stylesheet may be decorated with STYLE attributes. For example, the
|
|
LI tags produced for list items may include a fragment of CSS in the
|
|
STYLE attribute which sets the CSS property "list-style-type".
|
|
</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|