~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to test/functional/expected/compact_lists.html

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.4: http://docutils.sourceforge.net/" />
 
7
<title></title>
 
8
<link rel="stylesheet" href="../../../docutils/writers/html4css1/html4css1.css" type="text/css" />
 
9
</head>
 
10
<body>
 
11
<div class="document">
 
12
<ul class="simple">
 
13
<li>This is an ordinary simple bullet list.</li>
 
14
<li>It should be made compact (&lt;p&gt; &amp; &lt;/p&gt; tags omitted).</li>
 
15
</ul>
 
16
<hr class="docutils" />
 
17
<ul>
 
18
<li><p class="first">This is a bullet list that is not simple.</p>
 
19
<p>There are multiple paragraphs in some items.</p>
 
20
</li>
 
21
<li><p class="first">It should not be made compact.</p>
 
22
</li>
 
23
<li><p class="first">Even though some items may have only one paragraph.</p>
 
24
</li>
 
25
</ul>
 
26
<hr class="docutils" />
 
27
<ul class="open">
 
28
<li><p class="first">This is a simple bullet list, but class=&quot;open&quot; is set.</p>
 
29
</li>
 
30
<li><p class="first">It should not be made compact.</p>
 
31
</li>
 
32
</ul>
 
33
<hr class="docutils" />
 
34
<ul class="compact simple">
 
35
<li>This is a bullet list that is not simple.<p>There are multiple paragraphs in some items.</p>
 
36
</li>
 
37
<li>However, the class=&quot;compact&quot; setting will cause
 
38
all first paragraph's &lt;p&gt; &amp; &lt;/p&gt; tags to be omitted.</li>
 
39
<li>Items with multiple paragraphs will not appear changed.</li>
 
40
<li>Items may have one paragraph, or multiple.<p>Items with multiple paragraphs will still be followed
 
41
by vertical whitespace because of the later paragraphs.</p>
 
42
</li>
 
43
<li>The effect is interesting.</li>
 
44
</ul>
 
45
</div>
 
46
</body>
 
47
</html>