summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl20
1 files changed, 16 insertions, 4 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl b/macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl
index 429795c5a4..43c5312518 100644
--- a/macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl
+++ b/macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl
@@ -149,6 +149,9 @@ $result_sectioning{'part_before_chapter'}{'section_childs'}[0]{'section_up'} = $
$result_errors{'part_before_chapter'} = [];
+$result_floats{'part_before_chapter'} = {};
+
+
$result_elements{'part_before_chapter'} = [
{
'extra' => {
@@ -202,13 +205,15 @@ $result_converted{'html'}->{'part_before_chapter'} = '<!DOCTYPE html PUBLIC "-//
<meta name="keywords" content="Untitled Document">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
<style type="text/css">
<!--
+a.copiable-anchor {visibility: hidden; text-decoration: none; line-height: 0em}
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
-div.lisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
@@ -217,6 +222,7 @@ pre.menu-preformatted {font-family: serif}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
+span:hover a.copiable-anchor {visibility: visible}
ul.no-bullet {list-style: none}
-->
</style>
@@ -225,11 +231,17 @@ ul.no-bullet {list-style: none}
</head>
<body lang="en">
-<span id="part"></span><h1 class="part">part</h1>
+<div class="part" id="part">
+<h1 class="part">part</h1>
<hr>
-<span id="chapter"></span><h2 class="chapter">1 chapter</h2>
-<hr>
+<ul class="section-toc">
+<li><a href="#chapter" accesskey="1">chapter</a></li>
+</ul>
+<div class="chapter" id="chapter">
+<h2 class="chapter">1 chapter</h2>
+<hr></div>
+</div>