1 2 3 4 5 6 7 8 9
|
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>css.decoration</title><link rel="stylesheet" href="../ref.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V0.00+"><link rel="home" href="index.html" title="HTML Parameter Reference"><link rel="up" href="rn07.html" title="HTML"><link rel="previous" href="use.id.as.filename.html" title="use.id.as.filename"><link rel="next" href="spacing.paras.html" title="spacing.paras"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">css.decoration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="use.id.as.filename.html">Prev</a> </td><th width="60%" align="center">HTML</th><td width="20%" align="right"> <a accesskey="n" href="spacing.paras.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="css.decoration"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>css.decoration — Enable CSS decoration of elements</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><a name="css.decoration.frag"></a><table border="1" width="100%"><tr><td><p><b>§47</b>: <a href="#top">§153</a></p></td></tr><tr><td><pre class="src:fragment"> 1| <xsl:param name="css.decoration">1</xsl:param></pre></td></tr></table></div><div class="refsect1"><h2>Description</h2><p>
If <tt>css.decoration</tt> 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".
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="use.id.as.filename.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="rn07.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="spacing.paras.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">use.id.as.filename </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> spacing.paras</td></tr></table></div></body></html>
|