diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-01-30 00:44:15 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-01-30 00:44:15 +0000 |
| commit | 5bbe01e560a5a5a70e62698fd9eb41fd3f122589 (patch) | |
| tree | 1d779cacd70375e9a4d86948fa2ad44ecdb67083 /docutils/test/functional/expected/footnotes_html5.html | |
| parent | fc587cc207ef426b7da4e267afcb56866035e25d (diff) | |
| download | docutils-5bbe01e560a5a5a70e62698fd9eb41fd3f122589.tar.gz | |
html5: Use semantic tags <header>, <footer>, <section>, <aside>.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8472 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/footnotes_html5.html')
| -rw-r--r-- | docutils/test/functional/expected/footnotes_html5.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/test/functional/expected/footnotes_html5.html b/docutils/test/functional/expected/footnotes_html5.html index e25d18047..440759ca4 100644 --- a/docutils/test/functional/expected/footnotes_html5.html +++ b/docutils/test/functional/expected/footnotes_html5.html @@ -43,7 +43,7 @@ Here's a reference to the next footnote:<a class="footnote-reference superscript nonexistent footnote:<a class="footnote-reference superscript" href="#footnote-6" id="footnote-reference-8">5</a>.</p> </dd> </dl> -<div class="section" id="citations"> +<section id="citations"> <h1>Citations</h1> <dl class="citation"> <dt class="label" id="cit2002"><span class="brackets">CIT2002</span><span class="fn-backref">(<a href="#citation-reference-1">1</a>,<a href="#citation-reference-3">2</a>)</span></dt> @@ -60,7 +60,7 @@ rendered separately and differently from footnotes.</p> <dd><p>this footnote is missing in the standard example document.</p> </dd> </dl> -</div> +</section> </div> </body> </html> |
