OLD | NEW |
| (Empty) |
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"> | |
7 <refmeta> | |
8 <refentrytitle>css.decoration</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>css.decoration</refname> | |
13 <refpurpose>Enable CSS decoration of elements</refpurpose> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="css.decoration.frag"> | |
18 <xsl:param name="css.decoration" select="1"/> | |
19 </src:fragment> | |
20 </refsynopsisdiv> | |
21 | |
22 <refsection><info><title>Description</title></info> | |
23 | |
24 <para> | |
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". | |
30 </para> | |
31 | |
32 </refsection> | |
33 </refentry> | |
OLD | NEW |