diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-01-30 00:44:40 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-01-30 00:44:40 +0000 |
| commit | 687f673187421c6087ba40b410072abfd493ed59 (patch) | |
| tree | fe0b2532feb578eb816af5fd7004c2cdda49b4e0 /docutils/test/functional/expected/footnotes_html5.html | |
| parent | 6d68f5b8be363dff621ab3d8c87fcddb824e3fbe (diff) | |
| download | docutils-687f673187421c6087ba40b410072abfd493ed59.tar.gz | |
Use new HTML5 element <main>.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8474 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 440759ca4..ec4500c4c 100644 --- a/docutils/test/functional/expected/footnotes_html5.html +++ b/docutils/test/functional/expected/footnotes_html5.html @@ -8,7 +8,7 @@ <link rel="stylesheet" href="../input/data/plain.css" type="text/css" /> </head> <body> -<div class="document" id="test-footnote-and-citation-rendering"> +<main id="test-footnote-and-citation-rendering"> <h1 class="title">Test footnote and citation rendering</h1> <p>Paragraphs may contain footnote references (manually numbered<a class="footnote-reference superscript" href="#footnote-1" id="footnote-reference-1">1</a>, anonymous auto-numbered<a class="footnote-reference superscript" href="#footnote-2" id="footnote-reference-2">3</a>, labeled auto-numbered<a class="footnote-reference superscript" href="#label" id="footnote-reference-3">2</a>, or @@ -61,6 +61,6 @@ rendered separately and differently from footnotes.</p> </dd> </dl> </section> -</div> +</main> </body> </html> |
