1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<RefEntry id="X25css-decorationX25">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename css-decoration.html>
<RefMeta>
<RefEntryTitle>%css-decoration%</RefEntryTitle>
<RefMiscInfo Role="file">dbparam.dsl</RefMiscInfo>
</RefMeta>
<RefNameDiv>
<RefName>%css-decoration%</RefName>
<RefPurpose>Enable CSS decoration of elements</RefPurpose>
</RefNameDiv>
<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
%css-decoration%
</Synopsis>
</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>
<RefSect1><Title>Source Code</Title>
<ProgramListing>
(define %css-decoration%
;; Enable CSS decoration of elements
#t)
</ProgramListing>
</RefSect1>
</RefEntry>
|