summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/html.css.content.page
blob: 9026159368877f75f2a363fc5992a069427a180b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<page xmlns="http://projectmallard.org/1.0/" id="html.css.content" type="topic" style="xslt-template"><info><link type="guide" xref="html" group="templates"/><link type="guide" xref="templates" group="html"/><revision version="1.0" date="2010-12-23" status="final"/><desc>Output actual CSS content for an HTML output page.</desc></info><title>html.css.content</title><p>Output actual CSS content for an HTML output page.</p>
  
  
  <synopsis><title>Parameters</title><terms>
    <item>
      <title><code>node</code></title>
      <p>The node to create CSS for.</p>
    </item>
    <item>
      <title><code>direction</code></title>
      <p>The directionality of the text, either <code>ltr</code> or <code>rtl</code>.</p>
    </item>
    <item>
      <title><code>left</code></title>
      <p>The starting alignment, either <code>left</code> or <code>right</code>.</p>
    </item>
    <item>
      <title><code>right</code></title>
      <p>The ending alignment, either <code>left</code> or <code>right</code>.</p>
    </item>
  </terms></synopsis>
  <p>This template creates the CSS content for an HTML output page. It is called by <code style="xslt-template" xref="html.css">html.css</code>. It calls the templates <code style="xslt-template" xref="html.css.core">html.css.core</code>, <code style="xslt-template" xref="html.css.elements">html.css.elements</code>, and <code style="xslt-template" xref="html.css.syntax">html.css.syntax</code>. It then calls the mode <code style="xslt-mode" xref="html.css.mode">html.css.mode</code> on <code style="xslt-param">node</code> and calls the template <code style="xslt-template" xref="html.css.custom">html.css.custom</code>.</p>
<list style="compact"><title>Calls Templates</title><item><p><link xref="l10n.direction"/></p></item><item><p><link xref="l10n.align.start"/></p></item><item><p><link xref="html.css.core"/></p></item></list><list style="compact"><title>Calls Modes</title><item><p><link xref="html.css.mode"/></p></item></list></page>