1 <refentry xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 version="5.0" xml:id="css.decoration">
8 <refentrytitle>css.decoration</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
12 <refname>css.decoration</refname>
13 <refpurpose>Enable CSS decoration of elements</refpurpose>
17 <src:fragment xml:id="css.decoration.frag">
18 <xsl:param name="css.decoration" select="1"/>
22 <refsection><info><title>Description</title></info>
25 If non-zero, then html elements produced by the stylesheet may be
26 decorated with <literal>style</literal> attributes. For example, the
27 <literal>li</literal> tags produced for list items may include a
28 fragment of CSS in the <literal>style</literal> attribute which sets
29 the CSS property "list-style-type".