version 0.19.1b.dev
[docutils.git] / docutils / test / functional / expected / misc_rst_html4css1.html
blob6027bd9756468ddaa7bebf62e97a29202634a1a8
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta name="generator" content="Docutils 0.19.1b.dev: https://docutils.sourceforge.io/" />
7 <title>Additional tests with html4css1</title>
8 <link rel="stylesheet" href="foo&amp;bar.css" type="text/css" />
9 <link rel="stylesheet" href="../input/data/html4css1.css" type="text/css" />
10 <link rel="stylesheet" href="../input/data/math.css" type="text/css" />
11 </head>
12 <body>
13 <div class="document" id="additional-tests-with-html4css1">
14 <h1 class="title">Additional tests with html4css1</h1>
16 <div class="section" id="section-heading-levels">
17 <h1>Section heading levels</h1>
18 </div>
19 <div class="section" id="level-1">
20 <h1>Level 1</h1>
21 <p>Nested sections</p>
22 <div class="section" id="level-2">
23 <h2>Level 2</h2>
24 <p>reach at some level</p>
25 <div class="section" id="level-3">
26 <h3>Level 3</h3>
27 <p>(depending on the document class and output format)</p>
28 <div class="section" id="level-4">
29 <h4>level 4</h4>
30 <p>a level</p>
31 <div class="section" id="level-5">
32 <h5>level 5</h5>
33 <p>that is not supported by the output format.</p>
34 <div class="section" id="level-6">
35 <h6>level 6</h6>
36 <p>Unsupported in LaTeX and HTML5
37 (HTML5 reserves the 1st level for the document title).</p>
38 <div class="section" id="level-7">
39 <h6 class="h7">level 7</h6>
40 <p>Unsupported in HTML4.</p>
41 <div class="section" id="level-8">
42 <h6 class="h8">level 8</h6>
43 <p>Unsupported in ODT.</p>
44 </div>
45 </div>
46 </div>
47 </div>
48 </div>
49 </div>
50 </div>
51 </div>
52 <div class="section" id="section-titles-with-inline-markup">
53 <span id="references"></span><h1>Section titles with inline markup</h1>
54 <div class="section" id="emphasized-h2o-x-2-and-references">
55 <h2><em>emphasized</em>, H<sub>2</sub>O, <span class="formula"><i>x</i><sup>2</sup></span>, and <a class="reference internal" href="#references">references</a></h2>
56 </div>
57 <div class="section" id="substitutions-fail">
58 <h2>Substitutions work</h2>
59 <p>Note, that the &quot;reference name&quot; for this section is derived from the
60 content <em>before</em> substitution. This may be exploited to get intelligible
61 IDs after <a class="reference external" href="https://docutils.sourceforge.io/docs/ref/rst/directives.html#identifier-normalization">identifier normalization</a> of the section's reference name.</p>
62 </div>
63 </div>
64 </div>
65 </body>
66 </html>