[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_item_comma
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_item_command) (_convert_def_line_type): only output <span> associated with copiable anchor if there is a copiable anchor. |
Date: |
Sun, 19 Dec 2021 17:38:42 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new e507ae7 * tp/Texinfo/Convert/HTML.pm (_convert_item_command)
(_convert_def_line_type): only output <span> associated with copiable anchor if
there is a copiable anchor.
e507ae7 is described below
commit e507ae7fb8c5156af58b0904a6fc09ae9103a3a8
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Dec 19 23:38:32 2021 +0100
* tp/Texinfo/Convert/HTML.pm (_convert_item_command)
(_convert_def_line_type): only output <span> associated with
copiable anchor if there is a copiable anchor.
* tp/init/html32.pm: no copiable anchor.
---
ChangeLog | 8 +
tp/Texinfo/Convert/HTML.pm | 18 +-
tp/init/html32.pm | 1 +
tp/t/results/converters_tests/complex_nestings.pl | 4 +-
.../email_table_command_as_argument.pl | 2 +-
tp/t/results/converters_tests/line_breaks.pl | 4 +-
.../table_in_display_in_example.pl | 2 +-
.../table_in_example_in_display.pl | 2 +-
.../coverage/punctuation_in_line_commands.pl | 2 +-
tp/t/results/coverage/symbol_after_command.pl | 14 +-
tp/t/results/coverage/table.pl | 4 +-
tp/t/results/coverage/table_command_comment.pl | 2 +-
tp/t/results/float/complex_float.pl | 8 +-
.../defcondx_Dbar/res_html/defxcond.html | 4 +-
.../defcondx_Ubar/res_html/defxcond.html | 2 +-
tp/t/results/indices/empty_index_entry.pl | 2 +-
tp/t/results/itemize/table_in_itemize.pl | 4 +-
.../menu/block_commands_in_menu_description.pl | 2 +-
tp/t/results/menu/formats_in_menu.pl | 2 +-
tp/t/results/misc_commands/footnote_in_center.pl | 2 +-
tp/t/results/paragraph/commands_in_flushright.pl | 4 +-
tp/t/results/xtable/accent_on_table_line.pl | 4 +-
tp/t/results/xtable/block_commands_in_table.pl | 16 +-
.../xtable/comment_and_itemx_before_item.pl | 2 +-
.../results/xtable/definfoenclose_on_table_line.pl | 4 +-
.../results/xtable/inter_item_commands_in_table.pl | 16 +-
.../inter_item_commands_in_table_in_example.pl | 8 +-
tp/t/results/xtable/long_item.pl | 4 +-
tp/t/results/xtable/table_nested.pl | 12 +-
.../res_parser/index_special_region/Chapter.html | 6 +-
.../index_special_region_html/Chapter.html | 6 +-
.../Chapter.html | 6 +-
.../Chapter.html | 6 +-
.../index_special_region_no_region/Chapter.html | 6 +-
.../Chapter.html | 6 +-
.../indices_in_begin_tables_lists.html | 16 +-
.../index_special_region_html/index.html | 6 +-
.../index.html | 6 +-
.../index_special_region_no_region_html/index.html | 6 +-
.../layout/res_parser/formatting/formatting.html | 150 ++--
.../layout/res_parser/formatting_chm/chapter.html | 90 +--
.../res_parser/formatting_chm/formatting.html | 60 +-
.../res_parser/formatting_exotic/chapter.html | 36 +-
.../res_parser/formatting_fr_icons/formatting.html | 150 ++--
.../res_parser/formatting_html/formatting.html | 150 ++--
.../res_parser/formatting_html32/formatting.html | 824 ++++++++++-----------
.../formatting_html_no_texi2html/formatting.html | 90 +--
.../res_parser/formatting_html_nodes/chapter.html | 90 +--
.../res_parser/formatting_html_nodes/index.html | 60 +-
.../res_parser/formatting_mathjax/formatting.html | 150 ++--
.../res_parser/formatting_nodes/chapter.html | 90 +--
.../layout/res_parser/formatting_nodes/index.html | 60 +-
.../formatting_numerical_entities/formatting.html | 150 ++--
.../formatting_regions/formatting_regions.html | 150 ++--
.../formatting_weird_quotes/formatting.html | 150 ++--
.../res_parser/formatting_xhtml/formatting.html | 150 ++--
.../nested_cartouche/nested_formats.html | 114 +--
.../res_parser/nested_deffn/nested_formats.html | 114 +--
.../nested_enumerate/nested_formats.html | 114 +--
.../res_parser/nested_example/nested_formats.html | 114 +--
.../nested_flushright/nested_formats.html | 114 +--
.../res_parser/nested_group/nested_formats.html | 114 +--
.../res_parser/nested_itemize/nested_formats.html | 114 +--
.../res_parser/nested_menu/nested_formats.html | 114 +--
.../nested_multitable/nested_formats.html | 114 +--
.../nested_quotation/nested_formats.html | 114 +--
.../res_parser/nested_table/nested_formats.html | 114 +--
.../res_parser/formatting_singular/chapter.html | 90 +--
68 files changed, 2097 insertions(+), 2076 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index af6592b..4168596 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2021-12-19 Patrice Dumas <pertusus@free.fr>
+ * tp/Texinfo/Convert/HTML.pm (_convert_item_command)
+ (_convert_def_line_type): only output <span> associated with
+ copiable anchor if there is a copiable anchor.
+
+ * tp/init/html32.pm: no copiable anchor.
+
+2021-12-19 Patrice Dumas <pertusus@free.fr>
+
* tp/Texinfo/Convert/HTML.pm (_convert_image_command)
(_default_format_button_icon_img): call
close_html_lone_element_if_needed() for <img>.
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index 315343e..212e83c 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -3548,15 +3548,21 @@ sub _convert_item_command($$$$)
}
my $index_id = $self->command_id ($command);
my $anchor;
+ my $anchor_span_open = '';
+ my $anchor_span_close = '';
if (defined($index_id)) {
$anchor = $self->_get_copiable_anchor($index_id);
$index_id = " id='$index_id'";
+ if ($anchor ne '') {
+ $anchor_span_open = '<span>';
+ $anchor_span_close = '</span>';
+ }
} else {
$anchor = '';
$index_id = '';
}
- return "<dt${index_id}><span>$result$anchor</span></dt>\n";
+ return
"<dt${index_id}>$anchor_span_open$result$anchor$anchor_span_close</dt>\n";
} else {
return '';
}
@@ -4801,10 +4807,16 @@ sub _convert_def_line_type($$$$)
$category_result = $open.'>'.$category_result.'</span>';
}
}
+ my $anchor_span_open = '';
+ my $anchor_span_close = '';
my $anchor = $self->_get_copiable_anchor($index_id);
+ if ($anchor ne '') {
+ $anchor_span_open = '<span>';
+ $anchor_span_close = '</span>';
+ }
return "<dt$index_label>".$category_result
- ."<span>".$self->convert_tree({'type' => '_code',
- 'contents' => [$tree]}) . "$anchor</span></dt>\n";
+ .$anchor_span_open.$self->convert_tree({'type' => '_code',
+ 'contents' => [$tree]}) .
"$anchor$anchor_span_close</dt>\n";
} else {
my $category_prepared = '';
if ($command->{'extra'} and $command->{'extra'}->{'def_parsed_hash'}
diff --git a/tp/init/html32.pm b/tp/init/html32.pm
index 6303599..71b7e4d 100644
--- a/tp/init/html32.pm
+++ b/tp/init/html32.pm
@@ -49,6 +49,7 @@ texinfo_set_from_init_file('L2H_HTML_VERSION', '3.2');
# no css, no class
texinfo_set_from_init_file('NO_CSS', 1);
+texinfo_set_from_init_file('COPIABLE_ANCHORS', 0);
# no accesskey in html 3.2
texinfo_set_from_init_file('USE_ACCESSKEY', 0);
diff --git a/tp/t/results/converters_tests/complex_nestings.pl
b/tp/t/results/converters_tests/complex_nestings.pl
index efb4a90..789ba88 100644
--- a/tp/t/results/converters_tests/complex_nestings.pl
+++ b/tp/t/results/converters_tests/complex_nestings.pl
@@ -1464,12 +1464,12 @@ $result_converted{'html_text'}->{'complex_nestings'} =
'<span id="Top"></span><h
A table within the def
</pre><dl compact="compact">
-<dt><span><tt>item</tt></span></dt>
+<dt><tt>item</tt></dt>
<dd><pre class="example">text
more text
</pre></dd>
-<dt><span><tt>second item</tt></span></dt>
+<dt><tt>second item</tt></dt>
</dl>
<pre class="example">
diff --git a/tp/t/results/converters_tests/email_table_command_as_argument.pl
b/tp/t/results/converters_tests/email_table_command_as_argument.pl
index 6babfc4..832a749 100644
--- a/tp/t/results/converters_tests/email_table_command_as_argument.pl
+++ b/tp/t/results/converters_tests/email_table_command_as_argument.pl
@@ -187,7 +187,7 @@
$result_converted{'plaintext'}->{'email_table_command_as_argument'} = '<www-disc
$result_converted{'html_text'}->{'email_table_command_as_argument'} = '<dl
compact="compact">
-<dt><span><a
href="mailto:www-discuss@gnu.org">www-discuss@gnu.org</a></span></dt>
+<dt><a href="mailto:www-discuss@gnu.org">www-discuss@gnu.org</a></dt>
<dd><p>discussion
</p></dd>
</dl>
diff --git a/tp/t/results/converters_tests/line_breaks.pl
b/tp/t/results/converters_tests/line_breaks.pl
index 6a79c26..c78be5e 100644
--- a/tp/t/results/converters_tests/line_breaks.pl
+++ b/tp/t/results/converters_tests/line_breaks.pl
@@ -634,8 +634,8 @@ ul.no-bullet {list-style: none}
<div align="center">in center <br> line break
</div>
<dl compact="compact">
-<dt><span><strong>with break <br> after</strong></span></dt>
-<dt><span><strong>withx breakx <br> afterx</strong></span></dt>
+<dt><strong>with break <br> after</strong></dt>
+<dt><strong>withx breakx <br> afterx</strong></dt>
<dd><p>Text
</p></dd>
</dl>
diff --git a/tp/t/results/converters_tests/table_in_display_in_example.pl
b/tp/t/results/converters_tests/table_in_display_in_example.pl
index c289a3b..273a9c6 100644
--- a/tp/t/results/converters_tests/table_in_display_in_example.pl
+++ b/tp/t/results/converters_tests/table_in_display_in_example.pl
@@ -303,7 +303,7 @@
$result_converted{'plaintext'}->{'table_in_display_in_example'} = ' ite
$result_converted{'html_text'}->{'table_in_display_in_example'} = '<div
class="example">
<div class="display">
<dl compact="compact">
-<dt><span><tt>item</tt></span></dt>
+<dt><tt>item</tt></dt>
<dd><pre class="example">Line
</pre></dd>
</dl>
diff --git a/tp/t/results/converters_tests/table_in_example_in_display.pl
b/tp/t/results/converters_tests/table_in_example_in_display.pl
index 70d2c51..6cacd22 100644
--- a/tp/t/results/converters_tests/table_in_example_in_display.pl
+++ b/tp/t/results/converters_tests/table_in_example_in_display.pl
@@ -303,7 +303,7 @@
$result_converted{'plaintext'}->{'table_in_example_in_display'} = ' ite
$result_converted{'html_text'}->{'table_in_example_in_display'} = '<div
class="display">
<div class="example">
<dl compact="compact">
-<dt><span><tt>item</tt></span></dt>
+<dt><tt>item</tt></dt>
<dd><pre class="example">Line
</pre></dd>
</dl>
diff --git a/tp/t/results/coverage/punctuation_in_line_commands.pl
b/tp/t/results/coverage/punctuation_in_line_commands.pl
index 3c9eebf..d7dbcdb 100644
--- a/tp/t/results/coverage/punctuation_in_line_commands.pl
+++ b/tp/t/results/coverage/punctuation_in_line_commands.pl
@@ -1215,7 +1215,7 @@
$result_converted{'html_text'}->{'punctuation_in_line_commands'} = '
<span id="top_0021-After-punc"></span><h1 class="top">top! After punc</h1>
<dl compact="compact">
-<dt><span>item! After punc</span></dt>
+<dt>item! After punc</dt>
</dl>
<blockquote>
diff --git a/tp/t/results/coverage/symbol_after_command.pl
b/tp/t/results/coverage/symbol_after_command.pl
index 3768c71..ff239c6 100644
--- a/tp/t/results/coverage/symbol_after_command.pl
+++ b/tp/t/results/coverage/symbol_after_command.pl
@@ -552,13 +552,13 @@ $result_converted{'plaintext'}->{'symbol_after_command'}
= '. dot
$result_converted{'html_text'}->{'symbol_after_command'} = '<dl
compact="compact">
-<dt><span>. dot</span></dt>
-<dt><span>, comma</span></dt>
-<dt><span>@ @</span></dt>
-<dt><span>{ {</span></dt>
-<dt><span>! exclam</span></dt>
-<dt><span>” quotes</span></dt>
-<dt><span>: colon</span></dt>
+<dt>. dot</dt>
+<dt>, comma</dt>
+<dt>@ @</dt>
+<dt>{ {</dt>
+<dt>! exclam</dt>
+<dt>” quotes</dt>
+<dt>: colon</dt>
</dl>
<p>@. {, @@ ?, !: @{ @” @:
diff --git a/tp/t/results/coverage/table.pl b/tp/t/results/coverage/table.pl
index f5cf942..1b07004 100644
--- a/tp/t/results/coverage/table.pl
+++ b/tp/t/results/coverage/table.pl
@@ -690,8 +690,8 @@ table itemx
$result_converted{'html_text'}->{'table'} = '
<dl compact="compact">
-<dt><span>table item</span></dt>
-<dt><span>table itemx</span></dt>
+<dt>table item</dt>
+<dt>table itemx</dt>
<dd>
<p>In table
</p></dd>
diff --git a/tp/t/results/coverage/table_command_comment.pl
b/tp/t/results/coverage/table_command_comment.pl
index 2b85e7a..2b5b4ca 100644
--- a/tp/t/results/coverage/table_command_comment.pl
+++ b/tp/t/results/coverage/table_command_comment.pl
@@ -167,7 +167,7 @@ $result_converted{'plaintext'}->{'table_command_comment'} =
'\'item\'
$result_converted{'html_text'}->{'table_command_comment'} = '<dl
compact="compact">
-<dt><span><code>item</code></span></dt>
+<dt><code>item</code></dt>
</dl>
';
diff --git a/tp/t/results/float/complex_float.pl
b/tp/t/results/float/complex_float.pl
index 00f6dfe..8599158 100644
--- a/tp/t/results/float/complex_float.pl
+++ b/tp/t/results/float/complex_float.pl
@@ -4928,7 +4928,7 @@ An example 2.
<p>A table 2.
</p><dl compact="compact">
-<dt><span><em>truc 2</em></span></dt>
+<dt><em>truc 2</em></dt>
<dd><p>line 2
</p></dd>
</dl>
@@ -4968,7 +4968,7 @@ A footnote 2.
</p>
<p>A table.
</p><dl compact="compact">
-<dt><span><em>truc</em></span></dt>
+<dt><em>truc</em></dt>
<dd><p>line
</p></dd>
</dl>
@@ -4999,7 +4999,7 @@ An example.
<span id="Anchor-in-caption"></span>
<p>A table.
</p><dl compact="compact">
-<dt><span><em>truc</em></span></dt>
+<dt><em>truc</em></dt>
<dd><p>line
</p></dd>
</dl>
@@ -5051,7 +5051,7 @@ An example 2.
<p>A table 2.
</p><dl compact="compact">
-<dt><span><em>truc 2</em></span></dt>
+<dt><em>truc 2</em></dt>
<dd><p>line 2
</p></dd>
</dl>
diff --git a/tp/t/results/formatting/defcondx_Dbar/res_html/defxcond.html
b/tp/t/results/formatting/defcondx_Dbar/res_html/defxcond.html
index a5d6ce5..3ac6634 100644
--- a/tp/t/results/formatting/defcondx_Dbar/res_html/defxcond.html
+++ b/tp/t/results/formatting/defcondx_Dbar/res_html/defxcond.html
@@ -40,8 +40,8 @@ ul.no-bullet {list-style: none}
<dl class="def">
-<dt><span class="category">foo: </span><span><strong></strong></span></dt>
-<dt><span class="category">bar: </span><span><strong></strong></span></dt>
+<dt><span class="category">foo: </span><strong></strong></dt>
+<dt><span class="category">bar: </span><strong></strong></dt>
<dd>
<p>Documentation.
</p>
diff --git a/tp/t/results/formatting/defcondx_Ubar/res_html/defxcond.html
b/tp/t/results/formatting/defcondx_Ubar/res_html/defxcond.html
index b3cf71e..f42bc9d 100644
--- a/tp/t/results/formatting/defcondx_Ubar/res_html/defxcond.html
+++ b/tp/t/results/formatting/defcondx_Ubar/res_html/defxcond.html
@@ -40,7 +40,7 @@ ul.no-bullet {list-style: none}
<dl class="def">
-<dt><span class="category">foo: </span><span><strong></strong></span></dt>
+<dt><span class="category">foo: </span><strong></strong></dt>
<dd>
<p>Documentation.
diff --git a/tp/t/results/indices/empty_index_entry.pl
b/tp/t/results/indices/empty_index_entry.pl
index 67c32a1..a5d13cc 100644
--- a/tp/t/results/indices/empty_index_entry.pl
+++ b/tp/t/results/indices/empty_index_entry.pl
@@ -320,7 +320,7 @@ $result_converted{'plaintext'}->{'empty_index_entry'} = '
-- :
$result_converted{'html_text'}->{'empty_index_entry'} = '<span
id="Top"></span><h1 class="node-heading">Top</h1>
<dl class="def">
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">: </span><strong></strong></dt>
</dl>
<hr>';
diff --git a/tp/t/results/itemize/table_in_itemize.pl
b/tp/t/results/itemize/table_in_itemize.pl
index 5922462..572632a 100644
--- a/tp/t/results/itemize/table_in_itemize.pl
+++ b/tp/t/results/itemize/table_in_itemize.pl
@@ -467,12 +467,12 @@ $result_converted{'plaintext'}->{'table_in_itemize'} = '
* item one
$result_converted{'html_text'}->{'table_in_itemize'} = '<ul>
<li> item one
</li><li> <dl compact="compact">
-<dt><span>table one</span></dt>
+<dt>table one</dt>
<dd><p>aaaaa
</p>
<p>New para.
</p></dd>
-<dt><span>table two</span></dt>
+<dt>table two</dt>
<dd><p>Five
</p>
<p>New para.
diff --git a/tp/t/results/menu/block_commands_in_menu_description.pl
b/tp/t/results/menu/block_commands_in_menu_description.pl
index 12a6e6a..94eac16 100644
--- a/tp/t/results/menu/block_commands_in_menu_description.pl
+++ b/tp/t/results/menu/block_commands_in_menu_description.pl
@@ -879,7 +879,7 @@ ul.no-bullet {list-style: none}
<dd><pre class="menu-preformatted">
</pre></dd>
-<dt><span>table item</span></dt>
+<dt>table item</dt>
<dd><pre class="menu-preformatted">
Text.
diff --git a/tp/t/results/menu/formats_in_menu.pl
b/tp/t/results/menu/formats_in_menu.pl
index 7eca2db..d85b01c 100644
--- a/tp/t/results/menu/formats_in_menu.pl
+++ b/tp/t/results/menu/formats_in_menu.pl
@@ -1056,7 +1056,7 @@ ul.no-bullet {list-style: none}
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">• <a href="gcc.html#Top"
accesskey="1">(gcc)</a>:</td><td> </td><td align="left"
valign="top">text
<dl compact="compact">
-<dt><span>item</span></dt>
+<dt>item</dt>
<dd><pre class="menu-preformatted">* table line::
</pre></dd>
</dl>
diff --git a/tp/t/results/misc_commands/footnote_in_center.pl
b/tp/t/results/misc_commands/footnote_in_center.pl
index 421d616..064b0ec 100644
--- a/tp/t/results/misc_commands/footnote_in_center.pl
+++ b/tp/t/results/misc_commands/footnote_in_center.pl
@@ -341,7 +341,7 @@ shows an important feature of the centered text.
</p>
<div class="example">
<dl compact="compact">
-<dt><span><tt>item</tt></span></dt>
+<dt><tt>item</tt></dt>
<dd><pre class="example">line
</pre></dd>
</dl>
diff --git a/tp/t/results/paragraph/commands_in_flushright.pl
b/tp/t/results/paragraph/commands_in_flushright.pl
index 4af00d3..b420394 100644
--- a/tp/t/results/paragraph/commands_in_flushright.pl
+++ b/tp/t/results/paragraph/commands_in_flushright.pl
@@ -1564,8 +1564,8 @@
$result_converted{'html_text'}->{'commands_in_flushright'} = '
</li></ol>
<dl compact="compact">
-<dt><span><em>table item</em></span></dt>
-<dt><span><em>table itemx</em></span></dt>
+<dt><em>table item</em></dt>
+<dt><em>table itemx</em></dt>
<dd><p align="right">Table text
</p>
<p align="right">Text.
diff --git a/tp/t/results/xtable/accent_on_table_line.pl
b/tp/t/results/xtable/accent_on_table_line.pl
index fadee79..76eb16f 100644
--- a/tp/t/results/xtable/accent_on_table_line.pl
+++ b/tp/t/results/xtable/accent_on_table_line.pl
@@ -244,8 +244,8 @@ no at-command \'code\'
$result_converted{'html_text'}->{'accent_on_table_line'} = '<dl
compact="compact">
-<dt><span>first item</span></dt>
-<dt><span>no at-command <code>code</code></span></dt>
+<dt>first item</dt>
+<dt>no at-command <code>code</code></dt>
</dl>
';
diff --git a/tp/t/results/xtable/block_commands_in_table.pl
b/tp/t/results/xtable/block_commands_in_table.pl
index 98c64ab..32d8ae0 100644
--- a/tp/t/results/xtable/block_commands_in_table.pl
+++ b/tp/t/results/xtable/block_commands_in_table.pl
@@ -1734,30 +1734,30 @@
$result_converted{'html_text'}->{'block_commands_in_table'} = '<div class="top"
<span id="Element"></span><h1 class="top">Element</h1>
<dl compact="compact">
-<dt><span><em>first item</em></span></dt>
-<dt><span><em>second itemx</em></span></dt>
+<dt><em>first item</em></dt>
+<dt><em>second itemx</em></dt>
<dd>
<p>Text.
</p>
</dd>
-<dt><span><em>example</em></span></dt>
+<dt><em>example</em></dt>
<dd><div class="example">
<pre class="example">In example
end example.
</pre></div>
</dd>
-<dt><span><em>empty line</em></span></dt>
+<dt><em>empty line</em></dt>
<dd>
<p>empty line.
</p></dd>
-<dt><span><em>quotation</em></span></dt>
+<dt><em>quotation</em></dt>
<dd><blockquote>
<p>Quotation
</p></blockquote>
</dd>
-<dt><span><em>quotation after a blank line</em></span></dt>
+<dt><em>quotation after a blank line</em></dt>
<dd>
<blockquote>
<p>quotation after a blank line
@@ -1785,10 +1785,10 @@ end example.
<p>Something.
</p><dl compact="compact">
-<dt><span><em>in item</em></span></dt>
+<dt><em>in item</em></dt>
<dd><p>Text without blank line
</p></dd>
-<dt><span><em>second item</em></span></dt>
+<dt><em>second item</em></dt>
<dd><p>Text without blank line 2
</p></dd>
</dl>
diff --git a/tp/t/results/xtable/comment_and_itemx_before_item.pl
b/tp/t/results/xtable/comment_and_itemx_before_item.pl
index d358b06..1679a13 100644
--- a/tp/t/results/xtable/comment_and_itemx_before_item.pl
+++ b/tp/t/results/xtable/comment_and_itemx_before_item.pl
@@ -192,7 +192,7 @@
$result_converted{'plaintext'}->{'comment_and_itemx_before_item'} = '\'in itemx\
$result_converted{'html_text'}->{'comment_and_itemx_before_item'} = '<dl
compact="compact">
-<dt><span><code>in itemx</code></span></dt>
+<dt><code>in itemx</code></dt>
</dl>
';
diff --git a/tp/t/results/xtable/definfoenclose_on_table_line.pl
b/tp/t/results/xtable/definfoenclose_on_table_line.pl
index 61b27eb..f5a726d 100644
--- a/tp/t/results/xtable/definfoenclose_on_table_line.pl
+++ b/tp/t/results/xtable/definfoenclose_on_table_line.pl
@@ -286,8 +286,8 @@
$result_converted{'plaintext'}->{'definfoenclose_on_table_line'} = ':item:
$result_converted{'html_text'}->{'definfoenclose_on_table_line'} = '
<dl compact="compact">
-<dt><span>:item:</span></dt>
-<dt><span>:item x:</span></dt>
+<dt>:item:</dt>
+<dt>:item x:</dt>
<dd>
<p>table content.
</p></dd>
diff --git a/tp/t/results/xtable/inter_item_commands_in_table.pl
b/tp/t/results/xtable/inter_item_commands_in_table.pl
index d5c1002..1a40742 100644
--- a/tp/t/results/xtable/inter_item_commands_in_table.pl
+++ b/tp/t/results/xtable/inter_item_commands_in_table.pl
@@ -3219,7 +3219,7 @@
$result_converted{'html_text'}->{'inter_item_commands_in_table'} = '
<dl compact="compact">
<dd><span id="index-cindex-in-table"></span>
</dd>
-<dt><span><code>abb</code></span></dt>
+<dt><code>abb</code></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3228,13 +3228,13 @@
$result_converted{'html_text'}->{'inter_item_commands_in_table'} = '
<dd><span id="index-cindex-in-table-1"></span>
<p>Texte before first item.
</p></dd>
-<dt><span><code>abb</code></span></dt>
+<dt><code>abb</code></dt>
</dl>
<dl compact="compact">
<dd><span id="index-samp-cindex-in-table"></span>
</dd>
-<dt><span>‘<samp>asamp--bb</samp>’</span></dt>
+<dt>‘<samp>asamp--bb</samp>’</dt>
<dd><p>l–ine samp
</p></dd>
</dl>
@@ -3243,7 +3243,7 @@
$result_converted{'html_text'}->{'inter_item_commands_in_table'} = '
<dd><span id="index-samp-cindex-in-table-1"></span>
<p>Texte before first item samp.
</p></dd>
-<dt><span>‘<samp>asamp--bb</samp>’</span></dt>
+<dt>‘<samp>asamp--bb</samp>’</dt>
</dl>
<dl compact="compact">
@@ -3251,21 +3251,21 @@
$result_converted{'html_text'}->{'inter_item_commands_in_table'} = '
<span id="index-cindex-between-lines"></span>
</dd>
-<dt><span>‘<samp>asamp--bb1</samp>’</span></dt>
+<dt>‘<samp>asamp--bb1</samp>’</dt>
</dl>
<dl compact="compact">
<dd><span id="index-cindex-before-line"></span>
</dd>
-<dt><span>‘<samp>asamp--bb2</samp>’</span></dt>
+<dt>‘<samp>asamp--bb2</samp>’</dt>
</dl>
<dl compact="compact">
<dd>
<span id="index-cindex-after-line"></span>
</dd>
-<dt><span>‘<samp>asamp--bb2</samp>’</span></dt>
+<dt>‘<samp>asamp--bb2</samp>’</dt>
</dl>
<dl compact="compact">
@@ -3273,7 +3273,7 @@
$result_converted{'html_text'}->{'inter_item_commands_in_table'} = '
<span id="index-second"></span>
<span id="index-third"></span>
</dd>
-<dt><span>‘<samp>asamp--bb2</samp>’</span></dt>
+<dt>‘<samp>asamp--bb2</samp>’</dt>
</dl>
diff --git a/tp/t/results/xtable/inter_item_commands_in_table_in_example.pl
b/tp/t/results/xtable/inter_item_commands_in_table_in_example.pl
index bb40ba9..6da6ebd 100644
--- a/tp/t/results/xtable/inter_item_commands_in_table_in_example.pl
+++ b/tp/t/results/xtable/inter_item_commands_in_table_in_example.pl
@@ -542,16 +542,16 @@
$result_converted{'plaintext'}->{'inter_item_commands_in_table_in_example'} = '
$result_converted{'html_text'}->{'inter_item_commands_in_table_in_example'} = '
<div class="example">
<dl compact="compact">
-<dt><span><tt><var>a--b</var></tt></span></dt>
+<dt><tt><var>a--b</var></tt></dt>
<dd><pre class="example"><span
id="index-index-entry-between-item-and-itemx"></span></pre></dd>
-<dt><span><tt><var>b</var></tt></span></dt>
+<dt><tt><var>b</var></tt></dt>
<dd><pre class="example">
</pre></dd>
-<dt><span><tt><var>c</var></tt></span></dt>
+<dt><tt><var>c</var></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
-<dt><span><tt><var>d</var></tt></span></dt>
+<dt><tt><var>d</var></tt></dt>
</dl>
</div>
';
diff --git a/tp/t/results/xtable/long_item.pl b/tp/t/results/xtable/long_item.pl
index 75e17fd..f5a9ffc 100644
--- a/tp/t/results/xtable/long_item.pl
+++ b/tp/t/results/xtable/long_item.pl
@@ -221,8 +221,8 @@ _second itemx bbbbbbbbbbbbbbbbbbbbbbbbbbbbb b b b b b b b b
b b b b b_
$result_converted{'html_text'}->{'long_item'} = '<dl compact="compact">
-<dt><span><em>first item aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaa</em></span></dt>
-<dt><span><em>second itemx bbbbbbbbbbbbbbbbbbbbbbbbbbbbb b b b b b b b b b b b
b b</em></span></dt>
+<dt><em>first item aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaa</em></dt>
+<dt><em>second itemx bbbbbbbbbbbbbbbbbbbbbbbbbbbbb b b b b b b b b b b b b
b</em></dt>
<dd>
<p>Text.
</p></dd>
diff --git a/tp/t/results/xtable/table_nested.pl
b/tp/t/results/xtable/table_nested.pl
index df4bcb6..7614d81 100644
--- a/tp/t/results/xtable/table_nested.pl
+++ b/tp/t/results/xtable/table_nested.pl
@@ -2679,10 +2679,10 @@ $result_converted{'html_text'}->{'table_nested'} = '
<p>Something.
</p><dl compact="compact">
-<dt><span><em>in item</em></span></dt>
+<dt><em>in item</em></dt>
<dd><p>Text without blank line
</p></dd>
-<dt><span><em>second item</em></span></dt>
+<dt><em>second item</em></dt>
<dd><p>Text without blank line 2
</p></dd>
</dl>
@@ -2711,10 +2711,10 @@ Text 2
Something.
</pre><dl compact="compact">
-<dt><span><tt><em>in item</em></tt></span></dt>
+<dt><tt><em>in item</em></tt></dt>
<dd><pre class="example">Text without blank line
</pre></dd>
-<dt><span><tt><em>second item</em></tt></span></dt>
+<dt><tt><em>second item</em></tt></dt>
<dd><pre class="example">Text without blank line 2
</pre></dd>
</dl>
@@ -2741,10 +2741,10 @@ Something.
<p>Something.
</p><dl compact="compact">
-<dt><span><em>in item</em></span></dt>
+<dt><em>in item</em></dt>
<dd><p>Text without blank line
</p></dd>
-<dt><span><em>second item</em></span></dt>
+<dt><em>second item</em></dt>
<dd><p>Text without blank line 2
</p></dd>
</dl>
diff --git a/tp/tests/indices/res_parser/index_special_region/Chapter.html
b/tp/tests/indices/res_parser/index_special_region/Chapter.html
index e116fca..05a5dbb 100644
--- a/tp/tests/indices/res_parser/index_special_region/Chapter.html
+++ b/tp/tests/indices/res_parser/index_special_region/Chapter.html
@@ -104,9 +104,9 @@ and titlepage, and various wrong index entries.
<span id="index-findex-entry"></span>
<dl class="def">
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
</dl>
<dl compact="compact">
diff --git a/tp/tests/indices/res_parser/index_special_region_html/Chapter.html
b/tp/tests/indices/res_parser/index_special_region_html/Chapter.html
index 27be65b..51c1a78 100644
--- a/tp/tests/indices/res_parser/index_special_region_html/Chapter.html
+++ b/tp/tests/indices/res_parser/index_special_region_html/Chapter.html
@@ -104,9 +104,9 @@ and titlepage, and various wrong index entries.
<span id="index-findex-entry"></span>
<dl class="def">
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
</dl>
<dl compact="compact">
diff --git
a/tp/tests/indices/res_parser/index_special_region_no_insertcopying/Chapter.html
b/tp/tests/indices/res_parser/index_special_region_no_insertcopying/Chapter.html
index d8cd7e7..243becd 100644
---
a/tp/tests/indices/res_parser/index_special_region_no_insertcopying/Chapter.html
+++
b/tp/tests/indices/res_parser/index_special_region_no_insertcopying/Chapter.html
@@ -68,9 +68,9 @@ and titlepage, and various wrong index entries.
<span id="index-findex-entry"></span>
<dl class="def">
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
</dl>
<dl compact="compact">
diff --git
a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/Chapter.html
b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/Chapter.html
index 913cc32..a4bc9e9 100644
---
a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/Chapter.html
+++
b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/Chapter.html
@@ -68,9 +68,9 @@ and titlepage, and various wrong index entries.
<span id="index-findex-entry"></span>
<dl class="def">
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
</dl>
<dl compact="compact">
diff --git
a/tp/tests/indices/res_parser/index_special_region_no_region/Chapter.html
b/tp/tests/indices/res_parser/index_special_region_no_region/Chapter.html
index 47790fb..1249ac5 100644
--- a/tp/tests/indices/res_parser/index_special_region_no_region/Chapter.html
+++ b/tp/tests/indices/res_parser/index_special_region_no_region/Chapter.html
@@ -68,9 +68,9 @@ and titlepage, and various wrong index entries.
<span id="index-findex-entry"></span>
<dl class="def">
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
</dl>
<dl compact="compact">
diff --git
a/tp/tests/indices/res_parser/index_special_region_no_region_html/Chapter.html
b/tp/tests/indices/res_parser/index_special_region_no_region_html/Chapter.html
index 2008e24..8770b46 100644
---
a/tp/tests/indices/res_parser/index_special_region_no_region_html/Chapter.html
+++
b/tp/tests/indices/res_parser/index_special_region_no_region_html/Chapter.html
@@ -68,9 +68,9 @@ and titlepage, and various wrong index entries.
<span id="index-findex-entry"></span>
<dl class="def">
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
</dl>
<dl compact="compact">
diff --git
a/tp/tests/indices/res_parser/indices_in_begin_tables_lists/indices_in_begin_tables_lists.html
b/tp/tests/indices/res_parser/indices_in_begin_tables_lists/indices_in_begin_tables_lists.html
index e287d10..6b004cc 100644
---
a/tp/tests/indices/res_parser/indices_in_begin_tables_lists/indices_in_begin_tables_lists.html
+++
b/tp/tests/indices/res_parser/indices_in_begin_tables_lists/indices_in_begin_tables_lists.html
@@ -148,7 +148,7 @@ enum
<dl compact="compact">
<dd><span id="index-cindex-in-table"></span>
</dd>
-<dt><span><code>abb</code></span></dt>
+<dt><code>abb</code></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -157,13 +157,13 @@ enum
<dd><span id="index-cindex-in-table-1"></span>
<p>Texte before first item.
</p></dd>
-<dt><span><code>abb</code></span></dt>
+<dt><code>abb</code></dt>
</dl>
<dl compact="compact">
<dd><span id="index-samp-cindex-in-table"></span>
</dd>
-<dt><span>‘<samp>asamp--bb</samp>’</span></dt>
+<dt>‘<samp>asamp--bb</samp>’</dt>
<dd><p>l–ine samp
</p></dd>
</dl>
@@ -172,7 +172,7 @@ enum
<dd><span id="index-samp-cindex-in-table-1"></span>
<p>Texte before first item samp.
</p></dd>
-<dt><span>‘<samp>asamp--bb</samp>’</span></dt>
+<dt>‘<samp>asamp--bb</samp>’</dt>
</dl>
<dl compact="compact">
@@ -180,21 +180,21 @@ enum
<span id="index-cindex-between-lines"></span>
</dd>
-<dt><span>‘<samp>asamp--bb1</samp>’</span></dt>
+<dt>‘<samp>asamp--bb1</samp>’</dt>
</dl>
<dl compact="compact">
<dd><span id="index-cindex-before-line"></span>
</dd>
-<dt><span>‘<samp>asamp--bb2</samp>’</span></dt>
+<dt>‘<samp>asamp--bb2</samp>’</dt>
</dl>
<dl compact="compact">
<dd>
<span id="index-cindex-after-line"></span>
</dd>
-<dt><span>‘<samp>asamp--bb2</samp>’</span></dt>
+<dt>‘<samp>asamp--bb2</samp>’</dt>
</dl>
<dl compact="compact">
@@ -202,7 +202,7 @@ enum
<span id="index-second"></span>
<span id="index-third"></span>
</dd>
-<dt><span>‘<samp>asamp--bb2</samp>’</span></dt>
+<dt>‘<samp>asamp--bb2</samp>’</dt>
</dl>
<hr>
diff --git
a/tp/tests/indices/res_parser_info/index_special_region_html/index.html
b/tp/tests/indices/res_parser_info/index_special_region_html/index.html
index 246e113..c3c3193 100644
--- a/tp/tests/indices/res_parser_info/index_special_region_html/index.html
+++ b/tp/tests/indices/res_parser_info/index_special_region_html/index.html
@@ -111,9 +111,9 @@ and titlepage, and various wrong index entries.
<span id="index-findex-entry"></span>
<dl class="def">
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
</dl>
<dl compact="compact">
diff --git
a/tp/tests/indices/res_parser_info/index_special_region_no_insertcopying_html/index.html
b/tp/tests/indices/res_parser_info/index_special_region_no_insertcopying_html/index.html
index eee5763..c2740d5 100644
---
a/tp/tests/indices/res_parser_info/index_special_region_no_insertcopying_html/index.html
+++
b/tp/tests/indices/res_parser_info/index_special_region_no_insertcopying_html/index.html
@@ -74,9 +74,9 @@ and titlepage, and various wrong index entries.
<span id="index-findex-entry"></span>
<dl class="def">
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
</dl>
<dl compact="compact">
diff --git
a/tp/tests/indices/res_parser_info/index_special_region_no_region_html/index.html
b/tp/tests/indices/res_parser_info/index_special_region_no_region_html/index.html
index 26e1b24..0935b1c 100644
---
a/tp/tests/indices/res_parser_info/index_special_region_no_region_html/index.html
+++
b/tp/tests/indices/res_parser_info/index_special_region_no_region_html/index.html
@@ -75,9 +75,9 @@ and titlepage, and various wrong index entries.
<span id="index-findex-entry"></span>
<dl class="def">
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
</dl>
<dl compact="compact">
diff --git a/tp/tests/layout/res_parser/formatting/formatting.html
b/tp/tests/layout/res_parser/formatting/formatting.html
index acbe63d..679d4b0 100644
--- a/tp/tests/layout/res_parser/formatting/formatting.html
+++ b/tp/tests/layout/res_parser/formatting/formatting.html
@@ -1300,18 +1300,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-titlepage-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-titlepage-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-titlepage-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-titlepage-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-titlepage-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-titlepage-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-titlepage-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-titlepage-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-titlepage-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-titlepage-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-titlepage-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1572,7 +1572,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1596,7 +1596,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1604,8 +1604,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1715,13 +1715,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1736,7 +1736,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-titlepage-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-titlepage-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-titlepage-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-titlepage-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2276,18 +2276,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2548,7 +2548,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2572,7 +2572,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2580,8 +2580,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2691,13 +2691,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2712,7 +2712,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -3308,18 +3308,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -3580,7 +3580,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3604,7 +3604,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -3612,8 +3612,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -3723,13 +3723,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3744,7 +3744,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -4283,18 +4283,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id
ule</b></strong> <em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-1"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -4555,7 +4555,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4579,7 +4579,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -4587,8 +4587,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -4698,13 +4698,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4719,7 +4719,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -5327,18 +5327,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2-1"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule-1"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-id-ule-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-i-ule-1"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin-6"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin-6'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-7'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed-2"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-4"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx-2"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx-2' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -5649,7 +5649,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5675,7 +5675,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -5684,8 +5684,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>’</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>’</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>’</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>’</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -5816,14 +5816,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5839,7 +5839,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-8"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-8' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-9"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-9' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-10"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-10' class='copiable-anchor'> ¶</a></span></dt>
diff --git a/tp/tests/layout/res_parser/formatting_chm/chapter.html
b/tp/tests/layout/res_parser/formatting_chm/chapter.html
index 5711169..35b0de4 100644
--- a/tp/tests/layout/res_parser/formatting_chm/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_chm/chapter.html
@@ -1307,18 +1307,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1579,7 +1579,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1603,7 +1603,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1611,8 +1611,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1722,13 +1722,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1743,7 +1743,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2282,18 +2282,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id
ule</b></strong> <em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-1"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2554,7 +2554,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2578,7 +2578,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2586,8 +2586,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2697,13 +2697,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2718,7 +2718,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -3326,18 +3326,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2-1"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule-1"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-id-ule-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-i-ule-1"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin-6"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin-6'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-7'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed-2"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-4"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx-2"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx-2' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -3648,7 +3648,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3674,7 +3674,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -3683,8 +3683,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>’</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>’</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>’</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>’</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -3815,14 +3815,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3838,7 +3838,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-8"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-8' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-9"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-9' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-10"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-10' class='copiable-anchor'> ¶</a></span></dt>
diff --git a/tp/tests/layout/res_parser/formatting_chm/formatting.html
b/tp/tests/layout/res_parser/formatting_chm/formatting.html
index b91804b..56ccd59 100644
--- a/tp/tests/layout/res_parser/formatting_chm/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_chm/formatting.html
@@ -1300,18 +1300,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-titlepage-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-titlepage-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-titlepage-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-titlepage-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-titlepage-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-titlepage-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-titlepage-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-titlepage-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-titlepage-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-titlepage-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-titlepage-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1572,7 +1572,7 @@ ref</a>
<a href="chapter.html">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1596,7 +1596,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1604,8 +1604,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1715,13 +1715,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1736,7 +1736,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-titlepage-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-titlepage-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-titlepage-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-titlepage-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2276,18 +2276,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2548,7 +2548,7 @@ ref</a>
<a href="chapter.html">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2572,7 +2572,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2580,8 +2580,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2691,13 +2691,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2712,7 +2712,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
diff --git a/tp/tests/layout/res_parser/formatting_exotic/chapter.html
b/tp/tests/layout/res_parser/formatting_exotic/chapter.html
index 2df459c..4541e5b 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/chapter.html
@@ -1595,7 +1595,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1619,7 +1619,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1627,8 +1627,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1738,13 +1738,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2570,7 +2570,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2594,7 +2594,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2602,8 +2602,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2713,13 +2713,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3652,7 +3652,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3678,7 +3678,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -3687,8 +3687,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>’</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>’</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>’</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>’</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -3819,14 +3819,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
diff --git a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
index fc3e0b5..cbc3826 100644
--- a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
@@ -1300,18 +1300,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-titlepage-log-trap2"><span
class="category">Command :</span><span><strong>log trap2</strong>
<em></em><a href='#index-titlepage-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-id-ule"><span
class="category">cmde :</span><span><strong><b>id ule</b></strong>
<em>truc</em><a href='#index-titlepage-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-id-i-ule"><span
class="category">cmde2 :</span><span><strong><b>id
‘<samp>i</samp>’ ule</b></strong> <em>truc</em><a
href='#index-titlepage-id-i-ule' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’
ule</b> :</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’
ule</b> :</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
<dt id="index-titlepage-machin"><span
class="category"> :</span><span><strong>machin</strong><a
href='#index-titlepage-machin' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-bidule-machin"><span
class="category"> :</span><span><strong>bidule machin</strong><a
href='#index-titlepage-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-machin-1"><span
class="category">truc :</span><span><strong>machin</strong><a
href='#index-titlepage-machin-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span
class="category">truc :</span><span><strong></strong></span></dt>
+<dt><span class="category">truc :</span><strong></strong></dt>
<dt id="index-titlepage-followed"><span
class="category">truc :</span><span><strong>followed</strong> <em>by a
comment</em><a href='#index-titlepage-followed' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span
class="category">truc :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
+<dt><span class="category">truc :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
<dt id="index-titlepage-a"><span
class="category">truc :</span><span><strong>a</strong> <em>b c d e <b>f
g</b> h i</em><a href='#index-titlepage-a' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-deffnx"><span
class="category">truc :</span><span><strong>deffnx</strong> <em>before end
deffn</em><a href='#index-titlepage-deffnx' class='copiable-anchor'>
¶</a></span></dt>
</dl>
@@ -1572,7 +1572,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1596,7 +1596,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1604,8 +1604,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1715,13 +1715,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1736,7 +1736,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun :</span><span><strong></strong></span></dt>
+<dt><span class="category">fun :</span><strong></strong></dt>
<dt id="index-titlepage-machin-2"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and</em><a href='#index-titlepage-machin-2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-machin-3"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and after</em><a href='#index-titlepage-machin-3'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-4"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and </em><a href='#index-titlepage-machin-4' class='copiable-anchor'>
¶</a></span></dt>
@@ -2276,18 +2276,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span
class="category">Command :</span><span><strong>log trap2</strong>
<em></em><a href='#index-copying-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-id-ule"><span
class="category">cmde :</span><span><strong><b>id ule</b></strong>
<em>truc</em><a href='#index-copying-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span
class="category">cmde2 :</span><span><strong><b>id
‘<samp>i</samp>’ ule</b></strong> <em>truc</em><a
href='#index-copying-id-i-ule' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’
ule</b> :</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’
ule</b> :</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
<dt id="index-copying-machin"><span
class="category"> :</span><span><strong>machin</strong><a
href='#index-copying-machin' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span
class="category"> :</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span
class="category">truc :</span><span><strong>machin</strong><a
href='#index-copying-machin-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span
class="category">truc :</span><span><strong></strong></span></dt>
+<dt><span class="category">truc :</span><strong></strong></dt>
<dt id="index-copying-followed"><span
class="category">truc :</span><span><strong>followed</strong> <em>by a
comment</em><a href='#index-copying-followed' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span
class="category">truc :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
+<dt><span class="category">truc :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
<dt id="index-copying-a"><span
class="category">truc :</span><span><strong>a</strong> <em>b c d e <b>f
g</b> h i</em><a href='#index-copying-a' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-deffnx"><span
class="category">truc :</span><span><strong>deffnx</strong> <em>before end
deffn</em><a href='#index-copying-deffnx' class='copiable-anchor'>
¶</a></span></dt>
</dl>
@@ -2548,7 +2548,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2572,7 +2572,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2580,8 +2580,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2691,13 +2691,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2712,7 +2712,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun :</span><span><strong></strong></span></dt>
+<dt><span class="category">fun :</span><strong></strong></dt>
<dt id="index-copying-machin-2"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and</em><a href='#index-copying-machin-2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-3"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and after</em><a href='#index-copying-machin-3' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-4"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and </em><a href='#index-copying-machin-4' class='copiable-anchor'>
¶</a></span></dt>
@@ -3308,18 +3308,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span
class="category">Command :</span><span><strong>log trap2</strong>
<em></em><a href='#index-copying-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-id-ule"><span
class="category">cmde :</span><span><strong><b>id ule</b></strong>
<em>truc</em><a href='#index-copying-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span
class="category">cmde2 :</span><span><strong><b>id
‘<samp>i</samp>’ ule</b></strong> <em>truc</em><a
href='#index-copying-id-i-ule' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’
ule</b> :</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’
ule</b> :</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
<dt id="index-copying-machin"><span
class="category"> :</span><span><strong>machin</strong><a
href='#index-copying-machin' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span
class="category"> :</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span
class="category">truc :</span><span><strong>machin</strong><a
href='#index-copying-machin-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span
class="category">truc :</span><span><strong></strong></span></dt>
+<dt><span class="category">truc :</span><strong></strong></dt>
<dt id="index-copying-followed"><span
class="category">truc :</span><span><strong>followed</strong> <em>by a
comment</em><a href='#index-copying-followed' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span
class="category">truc :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
+<dt><span class="category">truc :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
<dt id="index-copying-a"><span
class="category">truc :</span><span><strong>a</strong> <em>b c d e <b>f
g</b> h i</em><a href='#index-copying-a' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-deffnx"><span
class="category">truc :</span><span><strong>deffnx</strong> <em>before end
deffn</em><a href='#index-copying-deffnx' class='copiable-anchor'>
¶</a></span></dt>
</dl>
@@ -3580,7 +3580,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3604,7 +3604,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -3612,8 +3612,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -3723,13 +3723,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3744,7 +3744,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun :</span><span><strong></strong></span></dt>
+<dt><span class="category">fun :</span><strong></strong></dt>
<dt id="index-copying-machin-2"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and</em><a href='#index-copying-machin-2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-3"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and after</em><a href='#index-copying-machin-3' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-4"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and </em><a href='#index-copying-machin-4' class='copiable-anchor'>
¶</a></span></dt>
@@ -4283,18 +4283,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2"><span
class="category">Command :</span><span><strong>log trap2</strong>
<em></em><a href='#index-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-ule"><span
class="category">cmde :</span><span><strong><b>id ule</b></strong>
<em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span
class="category">cmde2 :</span><span><strong><b>id
‘<samp>i</samp>’ ule</b></strong> <em>truc</em><a
href='#index-id-i-ule' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’
ule</b> :</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’
ule</b> :</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
<dt id="index-machin"><span
class="category"> :</span><span><strong>machin</strong><a
href='#index-machin' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span
class="category"> :</span><span><strong>bidule machin</strong><a
href='#index-bidule-machin' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span
class="category">truc :</span><span><strong>machin</strong><a
href='#index-machin-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span
class="category">truc :</span><span><strong></strong></span></dt>
+<dt><span class="category">truc :</span><strong></strong></dt>
<dt id="index-followed"><span
class="category">truc :</span><span><strong>followed</strong> <em>by a
comment</em><a href='#index-followed' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span
class="category">truc :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
+<dt><span class="category">truc :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
<dt id="index-a-1"><span
class="category">truc :</span><span><strong>a</strong> <em>b c d e <b>f
g</b> h i</em><a href='#index-a-1' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-deffnx"><span
class="category">truc :</span><span><strong>deffnx</strong> <em>before end
deffn</em><a href='#index-deffnx' class='copiable-anchor'>
¶</a></span></dt>
</dl>
@@ -4555,7 +4555,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4579,7 +4579,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -4587,8 +4587,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -4698,13 +4698,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4719,7 +4719,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun :</span><span><strong></strong></span></dt>
+<dt><span class="category">fun :</span><strong></strong></dt>
<dt id="index-machin-2"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and</em><a href='#index-machin-2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-machin-3"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and after</em><a href='#index-machin-3' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-machin-4"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and </em><a href='#index-machin-4' class='copiable-anchor'>
¶</a></span></dt>
@@ -5327,18 +5327,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2-1"><span
class="category">Command :</span><span><strong>log trap2</strong>
<em></em><a href='#index-log-trap2-1' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-ule-1"><span
class="category">cmde :</span><span><strong><b>id ule</b></strong>
<em>truc</em><a href='#index-id-ule-1' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule-1"><span
class="category">cmde2 :</span><span><strong><b>id
‘<samp>i</samp>’ ule</b></strong> <em>truc</em><a
href='#index-id-i-ule-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’
ule</b> :</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’
ule</b> :</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
<dt id="index-machin-6"><span
class="category"> :</span><span><strong>machin</strong><a
href='#index-machin-6' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span
class="category"> :</span><span><strong>bidule machin</strong><a
href='#index-bidule-machin-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span
class="category">truc :</span><span><strong>machin</strong><a
href='#index-machin-7' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span
class="category">truc :</span><span><strong></strong></span></dt>
+<dt><span class="category">truc :</span><strong></strong></dt>
<dt id="index-followed-2"><span
class="category">truc :</span><span><strong>followed</strong> <em>by a
comment</em><a href='#index-followed-2' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span
class="category">truc :</span><span><strong></strong></span></dt>
-<dt><span class="category"> :</span><span><strong></strong></span></dt>
+<dt><span class="category">truc :</span><strong></strong></dt>
+<dt><span class="category"> :</span><strong></strong></dt>
<dt id="index-a-4"><span
class="category">truc :</span><span><strong>a</strong> <em>b c d e <b>f
g</b> h i</em><a href='#index-a-4' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-deffnx-2"><span
class="category">truc :</span><span><strong>deffnx</strong> <em>before end
deffn</em><a href='#index-deffnx-2' class='copiable-anchor'>
¶</a></span></dt>
</dl>
@@ -5649,7 +5649,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5675,7 +5675,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -5684,8 +5684,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>’</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>’</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>’</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>’</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -5816,14 +5816,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5839,7 +5839,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun :</span><span><strong></strong></span></dt>
+<dt><span class="category">fun :</span><strong></strong></dt>
<dt id="index-machin-8"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and</em><a href='#index-machin-8' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-machin-9"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and after</em><a href='#index-machin-9' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-machin-10"><span
class="category">truc :</span><span><strong>machin</strong> <em>bidule
chose and </em><a href='#index-machin-10' class='copiable-anchor'>
¶</a></span></dt>
diff --git a/tp/tests/layout/res_parser/formatting_html/formatting.html
b/tp/tests/layout/res_parser/formatting_html/formatting.html
index acbe63d..679d4b0 100644
--- a/tp/tests/layout/res_parser/formatting_html/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_html/formatting.html
@@ -1300,18 +1300,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-titlepage-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-titlepage-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-titlepage-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-titlepage-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-titlepage-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-titlepage-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-titlepage-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-titlepage-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-titlepage-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-titlepage-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-titlepage-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1572,7 +1572,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1596,7 +1596,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1604,8 +1604,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1715,13 +1715,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1736,7 +1736,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-titlepage-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-titlepage-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-titlepage-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-titlepage-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2276,18 +2276,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2548,7 +2548,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2572,7 +2572,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2580,8 +2580,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2691,13 +2691,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2712,7 +2712,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -3308,18 +3308,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -3580,7 +3580,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3604,7 +3604,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -3612,8 +3612,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -3723,13 +3723,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3744,7 +3744,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -4283,18 +4283,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id
ule</b></strong> <em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-1"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -4555,7 +4555,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4579,7 +4579,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -4587,8 +4587,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -4698,13 +4698,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4719,7 +4719,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -5327,18 +5327,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2-1"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule-1"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-id-ule-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-i-ule-1"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin-6"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin-6'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-7'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed-2"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-4"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx-2"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx-2' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -5649,7 +5649,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5675,7 +5675,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -5684,8 +5684,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>’</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>’</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>’</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>’</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -5816,14 +5816,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5839,7 +5839,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-8"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-8' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-9"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-9' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-10"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-10' class='copiable-anchor'> ¶</a></span></dt>
diff --git a/tp/tests/layout/res_parser/formatting_html32/formatting.html
b/tp/tests/layout/res_parser/formatting_html32/formatting.html
index a42ec0f..b609e95 100644
--- a/tp/tests/layout/res_parser/formatting_html32/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_html32/formatting.html
@@ -1238,225 +1238,225 @@ $ wget
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEA
f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 2}\left({x-\mu \over
\sigma}\right)^2</sup>
</em></div>
<dl>
-<dt id="index-titlepage-d_002d_002deffn_005fname">c--ategory:
<span><strong>d--effn_name</strong> <em>a--rguments...</em><a
href='#index-titlepage-d_002d_002deffn_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002deffn_005fname">c--ategory:
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-effn
</p></dd></dl>
<dl>
-<dt id="index-titlepage-de_002d_002dffn_005fname">cate--gory:
<span><strong>de--ffn_name</strong> <em>ar--guments more args <br> even more
so</em><a href='#index-titlepage-de_002d_002dffn_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-titlepage-de_002d_002dffn_005fname">cate--gory:
<strong>de--ffn_name</strong> <em>ar--guments more args <br> even more
so</em></dt>
<dd><p>def-fn
</p></dd></dl>
<dl>
-<dt id="index-titlepage-i">fset: <span><strong><var>i</var></strong> <em>a
g</em><a href='#index-titlepage-i' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-i">fset: <strong><var>i</var></strong> <em>a
g</em></dt>
<dd><span id="index-titlepage-index-entry-within-deffn"></span>
-</dd><dt id="index-titlepage-truc">cmde: <span><strong>truc</strong>
<em></em><a href='#index-titlepage-truc' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-titlepage-log-trap">Command: <span><strong>log trap</strong>
<em></em><a href='#index-titlepage-log-trap' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-titlepage-log-trap1">Command: <span><strong>log trap1</strong>
<em></em><a href='#index-titlepage-log-trap1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-titlepage-log-trap2">Command: <span><strong>log trap2</strong>
<em></em><a href='#index-titlepage-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-titlepage-id-ule">cmde: <span><strong><b>id ule</b></strong>
<em>truc</em><a href='#index-titlepage-id-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-titlepage-id-i-ule">cmde2: <span><strong><b>id `<samp>i</samp>'
ule</b></strong> <em>truc</em><a href='#index-titlepage-id-i-ule'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><b>id `<samp>i</samp>' ule</b>: <span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt>aaa: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt id="index-titlepage-machin">: <span><strong>machin</strong><a
href='#index-titlepage-machin' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-titlepage-bidule-machin">: <span><strong>bidule
machin</strong><a href='#index-titlepage-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-titlepage-machin-1">truc: <span><strong>machin</strong><a
href='#index-titlepage-machin-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt>truc: <span><strong></strong></span></dt>
-<dt id="index-titlepage-followed">truc: <span><strong>followed</strong> <em>by
a comment</em><a href='#index-titlepage-followed' class='copiable-anchor'>
¶</a></span></dt>
-<dt>truc: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt id="index-titlepage-a">truc: <span><strong>a</strong> <em>b c d e <b>f
g</b> h i</em><a href='#index-titlepage-a' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-titlepage-deffnx">truc: <span><strong>deffnx</strong> <em>before
end deffn</em><a href='#index-titlepage-deffnx' class='copiable-anchor'>
¶</a></span></dt>
+</dd><dt id="index-titlepage-truc">cmde: <strong>truc</strong> <em></em></dt>
+<dt id="index-titlepage-log-trap">Command: <strong>log trap</strong>
<em></em></dt>
+<dt id="index-titlepage-log-trap1">Command: <strong>log trap1</strong>
<em></em></dt>
+<dt id="index-titlepage-log-trap2">Command: <strong>log trap2</strong>
<em></em></dt>
+<dt id="index-titlepage-id-ule">cmde: <strong><b>id ule</b></strong>
<em>truc</em></dt>
+<dt id="index-titlepage-id-i-ule">cmde2: <strong><b>id `<samp>i</samp>'
ule</b></strong> <em>truc</em></dt>
+<dt><b>id `<samp>i</samp>' ule</b>: <strong></strong></dt>
+<dt><strong></strong></dt>
+<dt>aaa: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-titlepage-machin">: <strong>machin</strong></dt>
+<dt id="index-titlepage-bidule-machin">: <strong>bidule machin</strong></dt>
+<dt id="index-titlepage-machin-1">truc: <strong>machin</strong></dt>
+<dt>truc: <strong></strong></dt>
+<dt id="index-titlepage-followed">truc: <strong>followed</strong> <em>by a
comment</em></dt>
+<dt>truc: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-titlepage-a">truc: <strong>a</strong> <em>b c d e <b>f g</b> h
i</em></dt>
+<dt id="index-titlepage-deffnx">truc: <strong>deffnx</strong> <em>before end
deffn</em></dt>
</dl>
<dl>
-<dt id="index-titlepage-deffn">empty: <span><strong>deffn</strong><a
href='#index-titlepage-deffn' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-titlepage-deffn">empty: <strong>deffn</strong></dt>
</dl>
<dl>
-<dt id="index-titlepage-deffn-1">empty: <span><strong>deffn</strong> <em>with
deffnx</em><a href='#index-titlepage-deffn-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-titlepage-deffnx-1">empty: <span><strong>deffnx</strong><a
href='#index-titlepage-deffnx-1' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-titlepage-deffn-1">empty: <strong>deffn</strong> <em>with
deffnx</em></dt>
+<dt id="index-titlepage-deffnx-1">empty: <strong>deffnx</strong></dt>
</dl>
<dl>
-<dt id="index-titlepage-i-1">fset: <span><strong><var>i</var></strong> <em>a
g</em><a href='#index-titlepage-i-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-titlepage-truc-1">cmde: <span><strong>truc</strong> <em></em><a
href='#index-titlepage-truc-1' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-titlepage-i-1">fset: <strong><var>i</var></strong> <em>a
g</em></dt>
+<dt id="index-titlepage-truc-1">cmde: <strong>truc</strong> <em></em></dt>
<dd><p>text in def item for second def item
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002defvr_005fname">c--ategory:
<span><strong>d--efvr_name</strong><a
href='#index-titlepage-d_002d_002defvr_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002defvr_005fname">c--ategory:
<strong>d--efvr_name</strong></dt>
<dd><p>d-efvr
</p></dd></dl>
<dl>
-<dt id="index-titlepage-n_002d_002dame">c--ategory:
<span><strong>n--ame</strong> <em>a--rguments...</em><a
href='#index-titlepage-n_002d_002dame' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-n_002d_002dame">c--ategory: <strong>n--ame</strong>
<em>a--rguments...</em></dt>
<dd><p>d-effn
</p></dd></dl>
<dl>
-<dt id="index-titlepage-n_002d_002dame-1">c--ategory:
<span><strong>n--ame</strong><a href='#index-titlepage-n_002d_002dame-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-titlepage-n_002d_002dame-1">c--ategory:
<strong>n--ame</strong></dt>
<dd><p>d-effn no arg
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002deftypefn_005fname">c--ategory:
<span><em>t--ype</em> <strong>d--eftypefn_name</strong>
<em>a--rguments...</em><a href='#index-titlepage-d_002d_002deftypefn_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002deftypefn_005fname">c--ategory:
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-eftypefn
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002deftypefn_005fname-1">c--ategory:
<span><em>t--ype</em> <strong>d--eftypefn_name</strong><a
href='#index-titlepage-d_002d_002deftypefn_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002deftypefn_005fname-1">c--ategory:
<em>t--ype</em> <strong>d--eftypefn_name</strong></dt>
<dd><p>d-eftypefn no arg
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><span>c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong>
<em>a--rguments...</em><a
href='#index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass">c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-eftypeop
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><span>c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong><a
href='#index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1">c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong></dt>
<dd><p>d-eftypeop no arg
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002deftypevr_005fname">c--ategory:
<span><em>t--ype</em> <strong>d--eftypevr_name</strong><a
href='#index-titlepage-d_002d_002deftypevr_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002deftypevr_005fname">c--ategory:
<em>t--ype</em> <strong>d--eftypevr_name</strong></dt>
<dd><p>d-eftypevr
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002defcv_005fname"><span>c--ategory of c--lass:
<strong>d--efcv_name</strong><a
href='#index-titlepage-d_002d_002defcv_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002defcv_005fname">c--ategory of c--lass:
<strong>d--efcv_name</strong></dt>
<dd><p>d-efcv
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002defcv_005fname-1"><span>c--ategory of
c--lass: <strong>d--efcv_name</strong> <em>a--rguments...</em><a
href='#index-titlepage-d_002d_002defcv_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002defcv_005fname-1">c--ategory of c--lass:
<strong>d--efcv_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efcv with arguments
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><span>c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong><a
href='#index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass">c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong></dt>
<dd><p>d-eftypecv
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><span>c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong>
<em>a--rguments...</em><a
href='#index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1">c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-eftypecv with arguments
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass"><span>c--ategory
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em><a
href='#index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass">c--ategory on
c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efop
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass-1"><span>c--ategory
on c--lass: <strong>d--efop_name</strong><a
href='#index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass-1">c--ategory
on c--lass: <strong>d--efop_name</strong></dt>
<dd><p>d-efop no arg
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002deftp_005fname">c--ategory:
<span><strong>d--eftp_name</strong> <em>a--ttributes...</em><a
href='#index-titlepage-d_002d_002deftp_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002deftp_005fname">c--ategory:
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
<dd><p>d-eftp
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002defun_005fname">Function:
<span><strong>d--efun_name</strong> <em>a--rguments...</em><a
href='#index-titlepage-d_002d_002defun_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002defun_005fname">Function:
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efun
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002defmac_005fname">Macro:
<span><strong>d--efmac_name</strong> <em>a--rguments...</em><a
href='#index-titlepage-d_002d_002defmac_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002defmac_005fname">Macro:
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efmac
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002defspec_005fname">Special Form:
<span><strong>d--efspec_name</strong> <em>a--rguments...</em><a
href='#index-titlepage-d_002d_002defspec_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002defspec_005fname">Special Form:
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efspec
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002defvar_005fname">Variable:
<span><strong>d--efvar_name</strong><a
href='#index-titlepage-d_002d_002defvar_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002defvar_005fname">Variable:
<strong>d--efvar_name</strong></dt>
<dd><p>d-efvar
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002defvar_005fname-1">Variable:
<span><strong>d--efvar_name</strong> <em>arg--var arg--var1</em><a
href='#index-titlepage-d_002d_002defvar_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002defvar_005fname-1">Variable:
<strong>d--efvar_name</strong> <em>arg--var arg--var1</em></dt>
<dd><p>d-efvar with args
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002defopt_005fname">User Option:
<span><strong>d--efopt_name</strong><a
href='#index-titlepage-d_002d_002defopt_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002defopt_005fname">User Option:
<strong>d--efopt_name</strong></dt>
<dd><p>d-efopt
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002deftypefun_005fname">Function:
<span><em>t--ype</em> <strong>d--eftypefun_name</strong>
<em>a--rguments...</em><a href='#index-titlepage-d_002d_002deftypefun_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002deftypefun_005fname">Function:
<em>t--ype</em> <strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-eftypefun
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002deftypevar_005fname">Variable:
<span><em>t--ype</em> <strong>d--eftypevar_name</strong><a
href='#index-titlepage-d_002d_002deftypevar_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002deftypevar_005fname">Variable:
<em>t--ype</em> <strong>d--eftypevar_name</strong></dt>
<dd><p>d-eftypevar
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002defivar_005fname-of-c_002d_002dlass"><span>Instance
Variable of c--lass: <strong>d--efivar_name</strong><a
href='#index-titlepage-d_002d_002defivar_005fname-of-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002defivar_005fname-of-c_002d_002dlass">Instance
Variable of c--lass: <strong>d--efivar_name</strong></dt>
<dd><p>d-efivar
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><span>Instance
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong><a
href='#index-titlepage-d_002d_002deftypeivar_005fname-of-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002deftypeivar_005fname-of-c_002d_002dlass">Instance
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
<dd><p>d-eftypeivar
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002defmethod_005fname-on-c_002d_002dlass"><span>Method
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em><a
href='#index-titlepage-d_002d_002defmethod_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002defmethod_005fname-on-c_002d_002dlass">Method on
c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efmethod
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><span>Method
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong>
<em>a--rguments...</em><a
href='#index-titlepage-d_002d_002deftypemethod_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002deftypemethod_005fname-on-c_002d_002dlass">Method
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-eftypemethod
</p></dd></dl>
<dl>
-<dt id="index-titlepage-name2">Function:<br> <span><em>data-type2</em><br>
<strong>name2</strong> <em>arguments2...</em><a href='#index-titlepage-name2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-titlepage-name2">Function:<br> <em>data-type2</em><br>
<strong>name2</strong> <em>arguments2...</em></dt>
<dd><p>aaa2
</p></dd></dl>
<dl>
-<dt id="index-titlepage-d_002d_002deftypefn_005fname2">c--ategory2:<br>
<span><em>t--ype2</em><br> <strong>d--eftypefn_name2</strong><a
href='#index-titlepage-d_002d_002deftypefn_005fname2' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-titlepage-d_002d_002deftypefn_005fname2">c--ategory2:<br>
<em>t--ype2</em><br> <strong>d--eftypefn_name2</strong></dt>
<dd><p>d-eftypefn no arg2
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><span>c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong>
<em>a--rguments2...</em><a
href='#index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2">c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong>
<em>a--rguments2...</em></dt>
<dd><p>d-eftypeop2
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><span>c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong><a
href='#index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1">c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong></dt>
<dd><p>d-eftypeop no arg2
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><span>c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong><a
href='#index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2">c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong></dt>
<dd><p>d-eftypecv2
</p></dd></dl>
<dl>
-<dt
id="index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><span>c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong>
<em>a--rguments2...</em><a
href='#index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1">c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong>
<em>a--rguments2...</em></dt>
<dd><p>d-eftypecv with arguments2
</p></dd></dl>
<dl>
-<dt id="index-titlepage-arg2">fun2: <span><strong>arg2</strong><a
href='#index-titlepage-arg2' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-titlepage-arg2">fun2: <strong>arg2</strong></dt>
<dd><p>fff2
</p></dd></dl>
@@ -1528,23 +1528,23 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a-strong</strong></span></dt>
+<dt><strong>a-strong</strong></dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt id='index-titlepage-a_002d_002dasis'><span>a-asis<a
href='#index-titlepage-a_002d_002dasis' class='copiable-anchor'>
¶</a></span></dt>
-<dt id='index-titlepage-b-2'><span>b<a href='#index-titlepage-b-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-titlepage-a_002d_002dasis'>a-asis</dt>
+<dt id='index-titlepage-b-2'>b</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt id='index-titlepage-a-1'><span><em>a</em><a href='#index-titlepage-a-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-titlepage-a-1'><em>a</em></dt>
<dd><span id="index-titlepage-index-entry-between-item-and-itemx"></span>
</dd>
-<dt id='index-titlepage-b'><span><em>b</em><a href='#index-titlepage-b'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-titlepage-b'><em>b</em></dt>
<dd><p>l-ine
</p></dd>
</dl>
@@ -1552,7 +1552,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value-table code
</p></dd>
</dl>
@@ -1560,8 +1560,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>`<samp>a--samp</samp>'</span></dt>
-<dt><span>`<samp>a2--samp</samp>'</span></dt>
+<dt>`<samp>a--samp</samp>'</dt>
+<dt>`<samp>a2--samp</samp>'</dt>
<dd><p>Value-table samp
</p></dd>
</dl>
@@ -1671,35 +1671,35 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a-missing style formatting</span></dt>
+<dt>a-missing style formatting</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt id='index-titlepage-a-2'><span>a<a href='#index-titlepage-a-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-titlepage-a-2'>a</dt>
<dd><span id="index-titlepage-index-entry-between-item-and-itemx-1"></span>
</dd>
-<dt id='index-titlepage-b-1'><span>b<a href='#index-titlepage-b-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-titlepage-b-1'>b</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl>
-<dt>fun: <span><strong></strong></span></dt>
-<dt id="index-titlepage-machin-2">truc: <span><strong>machin</strong>
<em>bidule chose and</em><a href='#index-titlepage-machin-2'
class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-titlepage-machin-3">truc: <span><strong>machin</strong>
<em>bidule chose and after</em><a href='#index-titlepage-machin-3'
class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-titlepage-machin-4">truc: <span><strong>machin</strong>
<em>bidule chose and </em><a href='#index-titlepage-machin-4'
class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-titlepage-machin-5">truc: <span><strong>machin</strong>
<em>bidule chose and and after</em><a href='#index-titlepage-machin-5'
class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-titlepage-followed-1">truc: <span><strong>followed</strong>
<em>by a comment</em><a href='#index-titlepage-followed-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt>fun: <strong></strong></dt>
+<dt id="index-titlepage-machin-2">truc: <strong>machin</strong> <em>bidule
chose and</em></dt>
+<dt id="index-titlepage-machin-3">truc: <strong>machin</strong> <em>bidule
chose and after</em></dt>
+<dt id="index-titlepage-machin-4">truc: <strong>machin</strong> <em>bidule
chose and </em></dt>
+<dt id="index-titlepage-machin-5">truc: <strong>machin</strong> <em>bidule
chose and and after</em></dt>
+<dt id="index-titlepage-followed-1">truc: <strong>followed</strong> <em>by a
comment</em></dt>
<dd><p>Various deff lines
-</p></dd><dt id="index-titlepage-after">truc: <span><strong>after</strong>
<em>a deff item</em><a href='#index-titlepage-after' class='copiable-anchor'>
¶</a></span></dt>
+</p></dd><dt id="index-titlepage-after">truc: <strong>after</strong> <em>a
deff item</em></dt>
</dl>
<p><code>@ref{node}</code> `node'
@@ -2190,225 +2190,225 @@ $ wget
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEA
f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 2}\left({x-\mu \over
\sigma}\right)^2</sup>
</em></div>
<dl>
-<dt id="index-copying-d_002d_002deffn_005fname">c--ategory:
<span><strong>d--effn_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002deffn_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002deffn_005fname">c--ategory:
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-effn
</p></dd></dl>
<dl>
-<dt id="index-copying-de_002d_002dffn_005fname">cate--gory:
<span><strong>de--ffn_name</strong> <em>ar--guments more args <br> even more
so</em><a href='#index-copying-de_002d_002dffn_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-de_002d_002dffn_005fname">cate--gory:
<strong>de--ffn_name</strong> <em>ar--guments more args <br> even more
so</em></dt>
<dd><p>def-fn
</p></dd></dl>
<dl>
-<dt id="index-copying-i">fset: <span><strong><var>i</var></strong> <em>a
g</em><a href='#index-copying-i' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-i">fset: <strong><var>i</var></strong> <em>a g</em></dt>
<dd><span id="index-copying-index-entry-within-deffn"></span>
-</dd><dt id="index-copying-truc">cmde: <span><strong>truc</strong> <em></em><a
href='#index-copying-truc' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-copying-log-trap">Command: <span><strong>log trap</strong>
<em></em><a href='#index-copying-log-trap' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-log-trap1">Command: <span><strong>log trap1</strong>
<em></em><a href='#index-copying-log-trap1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-log-trap2">Command: <span><strong>log trap2</strong>
<em></em><a href='#index-copying-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-id-ule">cmde: <span><strong><b>id ule</b></strong>
<em>truc</em><a href='#index-copying-id-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-id-i-ule">cmde2: <span><strong><b>id `<samp>i</samp>'
ule</b></strong> <em>truc</em><a href='#index-copying-id-i-ule'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><b>id `<samp>i</samp>' ule</b>: <span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt>aaa: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt id="index-copying-machin">: <span><strong>machin</strong><a
href='#index-copying-machin' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-copying-bidule-machin">: <span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-machin-1">truc: <span><strong>machin</strong><a
href='#index-copying-machin-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt>truc: <span><strong></strong></span></dt>
-<dt id="index-copying-followed">truc: <span><strong>followed</strong> <em>by a
comment</em><a href='#index-copying-followed' class='copiable-anchor'>
¶</a></span></dt>
-<dt>truc: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt id="index-copying-a">truc: <span><strong>a</strong> <em>b c d e <b>f g</b>
h i</em><a href='#index-copying-a' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-deffnx">truc: <span><strong>deffnx</strong> <em>before
end deffn</em><a href='#index-copying-deffnx' class='copiable-anchor'>
¶</a></span></dt>
+</dd><dt id="index-copying-truc">cmde: <strong>truc</strong> <em></em></dt>
+<dt id="index-copying-log-trap">Command: <strong>log trap</strong>
<em></em></dt>
+<dt id="index-copying-log-trap1">Command: <strong>log trap1</strong>
<em></em></dt>
+<dt id="index-copying-log-trap2">Command: <strong>log trap2</strong>
<em></em></dt>
+<dt id="index-copying-id-ule">cmde: <strong><b>id ule</b></strong>
<em>truc</em></dt>
+<dt id="index-copying-id-i-ule">cmde2: <strong><b>id `<samp>i</samp>'
ule</b></strong> <em>truc</em></dt>
+<dt><b>id `<samp>i</samp>' ule</b>: <strong></strong></dt>
+<dt><strong></strong></dt>
+<dt>aaa: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-copying-machin">: <strong>machin</strong></dt>
+<dt id="index-copying-bidule-machin">: <strong>bidule machin</strong></dt>
+<dt id="index-copying-machin-1">truc: <strong>machin</strong></dt>
+<dt>truc: <strong></strong></dt>
+<dt id="index-copying-followed">truc: <strong>followed</strong> <em>by a
comment</em></dt>
+<dt>truc: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-copying-a">truc: <strong>a</strong> <em>b c d e <b>f g</b> h
i</em></dt>
+<dt id="index-copying-deffnx">truc: <strong>deffnx</strong> <em>before end
deffn</em></dt>
</dl>
<dl>
-<dt id="index-copying-deffn">empty: <span><strong>deffn</strong><a
href='#index-copying-deffn' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-deffn">empty: <strong>deffn</strong></dt>
</dl>
<dl>
-<dt id="index-copying-deffn-1">empty: <span><strong>deffn</strong> <em>with
deffnx</em><a href='#index-copying-deffn-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-deffnx-1">empty: <span><strong>deffnx</strong><a
href='#index-copying-deffnx-1' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-deffn-1">empty: <strong>deffn</strong> <em>with
deffnx</em></dt>
+<dt id="index-copying-deffnx-1">empty: <strong>deffnx</strong></dt>
</dl>
<dl>
-<dt id="index-copying-i-1">fset: <span><strong><var>i</var></strong> <em>a
g</em><a href='#index-copying-i-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-truc-1">cmde: <span><strong>truc</strong> <em></em><a
href='#index-copying-truc-1' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-i-1">fset: <strong><var>i</var></strong> <em>a
g</em></dt>
+<dt id="index-copying-truc-1">cmde: <strong>truc</strong> <em></em></dt>
<dd><p>text in def item for second def item
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defvr_005fname">c--ategory:
<span><strong>d--efvr_name</strong><a
href='#index-copying-d_002d_002defvr_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defvr_005fname">c--ategory:
<strong>d--efvr_name</strong></dt>
<dd><p>d-efvr
</p></dd></dl>
<dl>
-<dt id="index-copying-n_002d_002dame">c--ategory:
<span><strong>n--ame</strong> <em>a--rguments...</em><a
href='#index-copying-n_002d_002dame' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-n_002d_002dame">c--ategory: <strong>n--ame</strong>
<em>a--rguments...</em></dt>
<dd><p>d-effn
</p></dd></dl>
<dl>
-<dt id="index-copying-n_002d_002dame-1">c--ategory:
<span><strong>n--ame</strong><a href='#index-copying-n_002d_002dame-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-n_002d_002dame-1">c--ategory:
<strong>n--ame</strong></dt>
<dd><p>d-effn no arg
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftypefn_005fname">c--ategory:
<span><em>t--ype</em> <strong>d--eftypefn_name</strong>
<em>a--rguments...</em><a href='#index-copying-d_002d_002deftypefn_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftypefn_005fname">c--ategory:
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-eftypefn
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftypefn_005fname-1">c--ategory:
<span><em>t--ype</em> <strong>d--eftypefn_name</strong><a
href='#index-copying-d_002d_002deftypefn_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftypefn_005fname-1">c--ategory:
<em>t--ype</em> <strong>d--eftypefn_name</strong></dt>
<dd><p>d-eftypefn no arg
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><span>c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong>
<em>a--rguments...</em><a
href='#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass">c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-eftypeop
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><span>c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong><a
href='#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1">c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong></dt>
<dd><p>d-eftypeop no arg
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftypevr_005fname">c--ategory:
<span><em>t--ype</em> <strong>d--eftypevr_name</strong><a
href='#index-copying-d_002d_002deftypevr_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftypevr_005fname">c--ategory:
<em>t--ype</em> <strong>d--eftypevr_name</strong></dt>
<dd><p>d-eftypevr
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defcv_005fname"><span>c--ategory of c--lass:
<strong>d--efcv_name</strong><a href='#index-copying-d_002d_002defcv_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-d_002d_002defcv_005fname">c--ategory of c--lass:
<strong>d--efcv_name</strong></dt>
<dd><p>d-efcv
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defcv_005fname-1"><span>c--ategory of c--lass:
<strong>d--efcv_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002defcv_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defcv_005fname-1">c--ategory of c--lass:
<strong>d--efcv_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efcv with arguments
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><span>c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong><a
href='#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass">c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong></dt>
<dd><p>d-eftypecv
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><span>c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong>
<em>a--rguments...</em><a
href='#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1">c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-eftypecv with arguments
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass"><span>c--ategory
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass">c--ategory
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efop
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1"><span>c--ategory
on c--lass: <strong>d--efop_name</strong><a
href='#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1">c--ategory on
c--lass: <strong>d--efop_name</strong></dt>
<dd><p>d-efop no arg
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftp_005fname">c--ategory:
<span><strong>d--eftp_name</strong> <em>a--ttributes...</em><a
href='#index-copying-d_002d_002deftp_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftp_005fname">c--ategory:
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
<dd><p>d-eftp
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defun_005fname">Function:
<span><strong>d--efun_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002defun_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defun_005fname">Function:
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efun
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defmac_005fname">Macro:
<span><strong>d--efmac_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002defmac_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defmac_005fname">Macro:
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efmac
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defspec_005fname">Special Form:
<span><strong>d--efspec_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002defspec_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defspec_005fname">Special Form:
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efspec
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defvar_005fname">Variable:
<span><strong>d--efvar_name</strong><a
href='#index-copying-d_002d_002defvar_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defvar_005fname">Variable:
<strong>d--efvar_name</strong></dt>
<dd><p>d-efvar
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defvar_005fname-1">Variable:
<span><strong>d--efvar_name</strong> <em>arg--var arg--var1</em><a
href='#index-copying-d_002d_002defvar_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defvar_005fname-1">Variable:
<strong>d--efvar_name</strong> <em>arg--var arg--var1</em></dt>
<dd><p>d-efvar with args
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defopt_005fname">User Option:
<span><strong>d--efopt_name</strong><a
href='#index-copying-d_002d_002defopt_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defopt_005fname">User Option:
<strong>d--efopt_name</strong></dt>
<dd><p>d-efopt
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftypefun_005fname">Function:
<span><em>t--ype</em> <strong>d--eftypefun_name</strong>
<em>a--rguments...</em><a href='#index-copying-d_002d_002deftypefun_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftypefun_005fname">Function: <em>t--ype</em>
<strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-eftypefun
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftypevar_005fname">Variable:
<span><em>t--ype</em> <strong>d--eftypevar_name</strong><a
href='#index-copying-d_002d_002deftypevar_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftypevar_005fname">Variable: <em>t--ype</em>
<strong>d--eftypevar_name</strong></dt>
<dd><p>d-eftypevar
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass"><span>Instance
Variable of c--lass: <strong>d--efivar_name</strong><a
href='#index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass">Instance
Variable of c--lass: <strong>d--efivar_name</strong></dt>
<dd><p>d-efivar
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><span>Instance
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong><a
href='#index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass">Instance
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
<dd><p>d-eftypeivar
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass"><span>Method
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass">Method
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efmethod
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><span>Method
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong>
<em>a--rguments...</em><a
href='#index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass">Method
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-eftypemethod
</p></dd></dl>
<dl>
-<dt id="index-copying-name2">Function:<br> <span><em>data-type2</em><br>
<strong>name2</strong> <em>arguments2...</em><a href='#index-copying-name2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-name2">Function:<br> <em>data-type2</em><br>
<strong>name2</strong> <em>arguments2...</em></dt>
<dd><p>aaa2
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftypefn_005fname2">c--ategory2:<br>
<span><em>t--ype2</em><br> <strong>d--eftypefn_name2</strong><a
href='#index-copying-d_002d_002deftypefn_005fname2' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftypefn_005fname2">c--ategory2:<br>
<em>t--ype2</em><br> <strong>d--eftypefn_name2</strong></dt>
<dd><p>d-eftypefn no arg2
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><span>c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong>
<em>a--rguments2...</em><a
href='#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2">c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong>
<em>a--rguments2...</em></dt>
<dd><p>d-eftypeop2
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><span>c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong><a
href='#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1">c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong></dt>
<dd><p>d-eftypeop no arg2
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><span>c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong><a
href='#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2">c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong></dt>
<dd><p>d-eftypecv2
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><span>c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong>
<em>a--rguments2...</em><a
href='#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1">c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong>
<em>a--rguments2...</em></dt>
<dd><p>d-eftypecv with arguments2
</p></dd></dl>
<dl>
-<dt id="index-copying-arg2">fun2: <span><strong>arg2</strong><a
href='#index-copying-arg2' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-arg2">fun2: <strong>arg2</strong></dt>
<dd><p>fff2
</p></dd></dl>
@@ -2480,23 +2480,23 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a-strong</strong></span></dt>
+<dt><strong>a-strong</strong></dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt id='index-copying-a_002d_002dasis'><span>a-asis<a
href='#index-copying-a_002d_002dasis' class='copiable-anchor'>
¶</a></span></dt>
-<dt id='index-copying-b-2'><span>b<a href='#index-copying-b-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-copying-a_002d_002dasis'>a-asis</dt>
+<dt id='index-copying-b-2'>b</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt id='index-copying-a-1'><span><em>a</em><a href='#index-copying-a-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-copying-a-1'><em>a</em></dt>
<dd><span id="index-copying-index-entry-between-item-and-itemx"></span>
</dd>
-<dt id='index-copying-b'><span><em>b</em><a href='#index-copying-b'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-copying-b'><em>b</em></dt>
<dd><p>l-ine
</p></dd>
</dl>
@@ -2504,7 +2504,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value-table code
</p></dd>
</dl>
@@ -2512,8 +2512,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>`<samp>a--samp</samp>'</span></dt>
-<dt><span>`<samp>a2--samp</samp>'</span></dt>
+<dt>`<samp>a--samp</samp>'</dt>
+<dt>`<samp>a2--samp</samp>'</dt>
<dd><p>Value-table samp
</p></dd>
</dl>
@@ -2623,35 +2623,35 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a-missing style formatting</span></dt>
+<dt>a-missing style formatting</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt id='index-copying-a-2'><span>a<a href='#index-copying-a-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-copying-a-2'>a</dt>
<dd><span id="index-copying-index-entry-between-item-and-itemx-1"></span>
</dd>
-<dt id='index-copying-b-1'><span>b<a href='#index-copying-b-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-copying-b-1'>b</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl>
-<dt>fun: <span><strong></strong></span></dt>
-<dt id="index-copying-machin-2">truc: <span><strong>machin</strong> <em>bidule
chose and</em><a href='#index-copying-machin-2' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-machin-3">truc: <span><strong>machin</strong> <em>bidule
chose and after</em><a href='#index-copying-machin-3' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-machin-4">truc: <span><strong>machin</strong> <em>bidule
chose and </em><a href='#index-copying-machin-4' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-machin-5">truc: <span><strong>machin</strong> <em>bidule
chose and and after</em><a href='#index-copying-machin-5'
class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-copying-followed-1">truc: <span><strong>followed</strong> <em>by
a comment</em><a href='#index-copying-followed-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt>fun: <strong></strong></dt>
+<dt id="index-copying-machin-2">truc: <strong>machin</strong> <em>bidule chose
and</em></dt>
+<dt id="index-copying-machin-3">truc: <strong>machin</strong> <em>bidule chose
and after</em></dt>
+<dt id="index-copying-machin-4">truc: <strong>machin</strong> <em>bidule chose
and </em></dt>
+<dt id="index-copying-machin-5">truc: <strong>machin</strong> <em>bidule chose
and and after</em></dt>
+<dt id="index-copying-followed-1">truc: <strong>followed</strong> <em>by a
comment</em></dt>
<dd><p>Various deff lines
-</p></dd><dt id="index-copying-after">truc: <span><strong>after</strong> <em>a
deff item</em><a href='#index-copying-after' class='copiable-anchor'>
¶</a></span></dt>
+</p></dd><dt id="index-copying-after">truc: <strong>after</strong> <em>a deff
item</em></dt>
</dl>
<p><code>@ref{node}</code> `node'
@@ -3198,225 +3198,225 @@ $ wget
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEA
f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 2}\left({x-\mu \over
\sigma}\right)^2</sup>
</em></div>
<dl>
-<dt id="index-copying-d_002d_002deffn_005fname">c--ategory:
<span><strong>d--effn_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002deffn_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002deffn_005fname">c--ategory:
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-effn
</p></dd></dl>
<dl>
-<dt id="index-copying-de_002d_002dffn_005fname">cate--gory:
<span><strong>de--ffn_name</strong> <em>ar--guments more args <br> even more
so</em><a href='#index-copying-de_002d_002dffn_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-de_002d_002dffn_005fname">cate--gory:
<strong>de--ffn_name</strong> <em>ar--guments more args <br> even more
so</em></dt>
<dd><p>def-fn
</p></dd></dl>
<dl>
-<dt id="index-copying-i">fset: <span><strong><var>i</var></strong> <em>a
g</em><a href='#index-copying-i' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-i">fset: <strong><var>i</var></strong> <em>a g</em></dt>
<dd><span id="index-copying-index-entry-within-deffn"></span>
-</dd><dt id="index-copying-truc">cmde: <span><strong>truc</strong> <em></em><a
href='#index-copying-truc' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-copying-log-trap">Command: <span><strong>log trap</strong>
<em></em><a href='#index-copying-log-trap' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-log-trap1">Command: <span><strong>log trap1</strong>
<em></em><a href='#index-copying-log-trap1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-log-trap2">Command: <span><strong>log trap2</strong>
<em></em><a href='#index-copying-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-id-ule">cmde: <span><strong><b>id ule</b></strong>
<em>truc</em><a href='#index-copying-id-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-id-i-ule">cmde2: <span><strong><b>id `<samp>i</samp>'
ule</b></strong> <em>truc</em><a href='#index-copying-id-i-ule'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><b>id `<samp>i</samp>' ule</b>: <span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt>aaa: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt id="index-copying-machin">: <span><strong>machin</strong><a
href='#index-copying-machin' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-copying-bidule-machin">: <span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-machin-1">truc: <span><strong>machin</strong><a
href='#index-copying-machin-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt>truc: <span><strong></strong></span></dt>
-<dt id="index-copying-followed">truc: <span><strong>followed</strong> <em>by a
comment</em><a href='#index-copying-followed' class='copiable-anchor'>
¶</a></span></dt>
-<dt>truc: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt id="index-copying-a">truc: <span><strong>a</strong> <em>b c d e <b>f g</b>
h i</em><a href='#index-copying-a' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-deffnx">truc: <span><strong>deffnx</strong> <em>before
end deffn</em><a href='#index-copying-deffnx' class='copiable-anchor'>
¶</a></span></dt>
+</dd><dt id="index-copying-truc">cmde: <strong>truc</strong> <em></em></dt>
+<dt id="index-copying-log-trap">Command: <strong>log trap</strong>
<em></em></dt>
+<dt id="index-copying-log-trap1">Command: <strong>log trap1</strong>
<em></em></dt>
+<dt id="index-copying-log-trap2">Command: <strong>log trap2</strong>
<em></em></dt>
+<dt id="index-copying-id-ule">cmde: <strong><b>id ule</b></strong>
<em>truc</em></dt>
+<dt id="index-copying-id-i-ule">cmde2: <strong><b>id `<samp>i</samp>'
ule</b></strong> <em>truc</em></dt>
+<dt><b>id `<samp>i</samp>' ule</b>: <strong></strong></dt>
+<dt><strong></strong></dt>
+<dt>aaa: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-copying-machin">: <strong>machin</strong></dt>
+<dt id="index-copying-bidule-machin">: <strong>bidule machin</strong></dt>
+<dt id="index-copying-machin-1">truc: <strong>machin</strong></dt>
+<dt>truc: <strong></strong></dt>
+<dt id="index-copying-followed">truc: <strong>followed</strong> <em>by a
comment</em></dt>
+<dt>truc: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-copying-a">truc: <strong>a</strong> <em>b c d e <b>f g</b> h
i</em></dt>
+<dt id="index-copying-deffnx">truc: <strong>deffnx</strong> <em>before end
deffn</em></dt>
</dl>
<dl>
-<dt id="index-copying-deffn">empty: <span><strong>deffn</strong><a
href='#index-copying-deffn' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-deffn">empty: <strong>deffn</strong></dt>
</dl>
<dl>
-<dt id="index-copying-deffn-1">empty: <span><strong>deffn</strong> <em>with
deffnx</em><a href='#index-copying-deffn-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-deffnx-1">empty: <span><strong>deffnx</strong><a
href='#index-copying-deffnx-1' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-deffn-1">empty: <strong>deffn</strong> <em>with
deffnx</em></dt>
+<dt id="index-copying-deffnx-1">empty: <strong>deffnx</strong></dt>
</dl>
<dl>
-<dt id="index-copying-i-1">fset: <span><strong><var>i</var></strong> <em>a
g</em><a href='#index-copying-i-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-truc-1">cmde: <span><strong>truc</strong> <em></em><a
href='#index-copying-truc-1' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-i-1">fset: <strong><var>i</var></strong> <em>a
g</em></dt>
+<dt id="index-copying-truc-1">cmde: <strong>truc</strong> <em></em></dt>
<dd><p>text in def item for second def item
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defvr_005fname">c--ategory:
<span><strong>d--efvr_name</strong><a
href='#index-copying-d_002d_002defvr_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defvr_005fname">c--ategory:
<strong>d--efvr_name</strong></dt>
<dd><p>d-efvr
</p></dd></dl>
<dl>
-<dt id="index-copying-n_002d_002dame">c--ategory:
<span><strong>n--ame</strong> <em>a--rguments...</em><a
href='#index-copying-n_002d_002dame' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-n_002d_002dame">c--ategory: <strong>n--ame</strong>
<em>a--rguments...</em></dt>
<dd><p>d-effn
</p></dd></dl>
<dl>
-<dt id="index-copying-n_002d_002dame-1">c--ategory:
<span><strong>n--ame</strong><a href='#index-copying-n_002d_002dame-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-n_002d_002dame-1">c--ategory:
<strong>n--ame</strong></dt>
<dd><p>d-effn no arg
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftypefn_005fname">c--ategory:
<span><em>t--ype</em> <strong>d--eftypefn_name</strong>
<em>a--rguments...</em><a href='#index-copying-d_002d_002deftypefn_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftypefn_005fname">c--ategory:
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-eftypefn
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftypefn_005fname-1">c--ategory:
<span><em>t--ype</em> <strong>d--eftypefn_name</strong><a
href='#index-copying-d_002d_002deftypefn_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftypefn_005fname-1">c--ategory:
<em>t--ype</em> <strong>d--eftypefn_name</strong></dt>
<dd><p>d-eftypefn no arg
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><span>c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong>
<em>a--rguments...</em><a
href='#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass">c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-eftypeop
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><span>c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong><a
href='#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1">c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong></dt>
<dd><p>d-eftypeop no arg
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftypevr_005fname">c--ategory:
<span><em>t--ype</em> <strong>d--eftypevr_name</strong><a
href='#index-copying-d_002d_002deftypevr_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftypevr_005fname">c--ategory:
<em>t--ype</em> <strong>d--eftypevr_name</strong></dt>
<dd><p>d-eftypevr
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defcv_005fname"><span>c--ategory of c--lass:
<strong>d--efcv_name</strong><a href='#index-copying-d_002d_002defcv_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-d_002d_002defcv_005fname">c--ategory of c--lass:
<strong>d--efcv_name</strong></dt>
<dd><p>d-efcv
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defcv_005fname-1"><span>c--ategory of c--lass:
<strong>d--efcv_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002defcv_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defcv_005fname-1">c--ategory of c--lass:
<strong>d--efcv_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efcv with arguments
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><span>c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong><a
href='#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass">c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong></dt>
<dd><p>d-eftypecv
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><span>c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong>
<em>a--rguments...</em><a
href='#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1">c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-eftypecv with arguments
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass"><span>c--ategory
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass">c--ategory
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efop
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1"><span>c--ategory
on c--lass: <strong>d--efop_name</strong><a
href='#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1">c--ategory on
c--lass: <strong>d--efop_name</strong></dt>
<dd><p>d-efop no arg
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftp_005fname">c--ategory:
<span><strong>d--eftp_name</strong> <em>a--ttributes...</em><a
href='#index-copying-d_002d_002deftp_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftp_005fname">c--ategory:
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
<dd><p>d-eftp
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defun_005fname">Function:
<span><strong>d--efun_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002defun_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defun_005fname">Function:
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efun
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defmac_005fname">Macro:
<span><strong>d--efmac_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002defmac_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defmac_005fname">Macro:
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efmac
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defspec_005fname">Special Form:
<span><strong>d--efspec_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002defspec_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defspec_005fname">Special Form:
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efspec
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defvar_005fname">Variable:
<span><strong>d--efvar_name</strong><a
href='#index-copying-d_002d_002defvar_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defvar_005fname">Variable:
<strong>d--efvar_name</strong></dt>
<dd><p>d-efvar
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defvar_005fname-1">Variable:
<span><strong>d--efvar_name</strong> <em>arg--var arg--var1</em><a
href='#index-copying-d_002d_002defvar_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defvar_005fname-1">Variable:
<strong>d--efvar_name</strong> <em>arg--var arg--var1</em></dt>
<dd><p>d-efvar with args
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002defopt_005fname">User Option:
<span><strong>d--efopt_name</strong><a
href='#index-copying-d_002d_002defopt_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002defopt_005fname">User Option:
<strong>d--efopt_name</strong></dt>
<dd><p>d-efopt
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftypefun_005fname">Function:
<span><em>t--ype</em> <strong>d--eftypefun_name</strong>
<em>a--rguments...</em><a href='#index-copying-d_002d_002deftypefun_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftypefun_005fname">Function: <em>t--ype</em>
<strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-eftypefun
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftypevar_005fname">Variable:
<span><em>t--ype</em> <strong>d--eftypevar_name</strong><a
href='#index-copying-d_002d_002deftypevar_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftypevar_005fname">Variable: <em>t--ype</em>
<strong>d--eftypevar_name</strong></dt>
<dd><p>d-eftypevar
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass"><span>Instance
Variable of c--lass: <strong>d--efivar_name</strong><a
href='#index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass">Instance
Variable of c--lass: <strong>d--efivar_name</strong></dt>
<dd><p>d-efivar
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><span>Instance
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong><a
href='#index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass">Instance
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
<dd><p>d-eftypeivar
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass"><span>Method
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em><a
href='#index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass">Method
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efmethod
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><span>Method
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong>
<em>a--rguments...</em><a
href='#index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass">Method
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-eftypemethod
</p></dd></dl>
<dl>
-<dt id="index-copying-name2">Function:<br> <span><em>data-type2</em><br>
<strong>name2</strong> <em>arguments2...</em><a href='#index-copying-name2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-name2">Function:<br> <em>data-type2</em><br>
<strong>name2</strong> <em>arguments2...</em></dt>
<dd><p>aaa2
</p></dd></dl>
<dl>
-<dt id="index-copying-d_002d_002deftypefn_005fname2">c--ategory2:<br>
<span><em>t--ype2</em><br> <strong>d--eftypefn_name2</strong><a
href='#index-copying-d_002d_002deftypefn_005fname2' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-copying-d_002d_002deftypefn_005fname2">c--ategory2:<br>
<em>t--ype2</em><br> <strong>d--eftypefn_name2</strong></dt>
<dd><p>d-eftypefn no arg2
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><span>c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong>
<em>a--rguments2...</em><a
href='#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2">c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong>
<em>a--rguments2...</em></dt>
<dd><p>d-eftypeop2
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><span>c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong><a
href='#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1">c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong></dt>
<dd><p>d-eftypeop no arg2
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><span>c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong><a
href='#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2">c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong></dt>
<dd><p>d-eftypecv2
</p></dd></dl>
<dl>
-<dt
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><span>c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong>
<em>a--rguments2...</em><a
href='#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1">c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong>
<em>a--rguments2...</em></dt>
<dd><p>d-eftypecv with arguments2
</p></dd></dl>
<dl>
-<dt id="index-copying-arg2">fun2: <span><strong>arg2</strong><a
href='#index-copying-arg2' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-copying-arg2">fun2: <strong>arg2</strong></dt>
<dd><p>fff2
</p></dd></dl>
@@ -3488,23 +3488,23 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a-strong</strong></span></dt>
+<dt><strong>a-strong</strong></dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt id='index-copying-a_002d_002dasis'><span>a-asis<a
href='#index-copying-a_002d_002dasis' class='copiable-anchor'>
¶</a></span></dt>
-<dt id='index-copying-b-2'><span>b<a href='#index-copying-b-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-copying-a_002d_002dasis'>a-asis</dt>
+<dt id='index-copying-b-2'>b</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt id='index-copying-a-1'><span><em>a</em><a href='#index-copying-a-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-copying-a-1'><em>a</em></dt>
<dd><span id="index-copying-index-entry-between-item-and-itemx"></span>
</dd>
-<dt id='index-copying-b'><span><em>b</em><a href='#index-copying-b'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-copying-b'><em>b</em></dt>
<dd><p>l-ine
</p></dd>
</dl>
@@ -3512,7 +3512,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value-table code
</p></dd>
</dl>
@@ -3520,8 +3520,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>`<samp>a--samp</samp>'</span></dt>
-<dt><span>`<samp>a2--samp</samp>'</span></dt>
+<dt>`<samp>a--samp</samp>'</dt>
+<dt>`<samp>a2--samp</samp>'</dt>
<dd><p>Value-table samp
</p></dd>
</dl>
@@ -3631,35 +3631,35 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a-missing style formatting</span></dt>
+<dt>a-missing style formatting</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt id='index-copying-a-2'><span>a<a href='#index-copying-a-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-copying-a-2'>a</dt>
<dd><span id="index-copying-index-entry-between-item-and-itemx-1"></span>
</dd>
-<dt id='index-copying-b-1'><span>b<a href='#index-copying-b-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-copying-b-1'>b</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl>
-<dt>fun: <span><strong></strong></span></dt>
-<dt id="index-copying-machin-2">truc: <span><strong>machin</strong> <em>bidule
chose and</em><a href='#index-copying-machin-2' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-machin-3">truc: <span><strong>machin</strong> <em>bidule
chose and after</em><a href='#index-copying-machin-3' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-machin-4">truc: <span><strong>machin</strong> <em>bidule
chose and </em><a href='#index-copying-machin-4' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-copying-machin-5">truc: <span><strong>machin</strong> <em>bidule
chose and and after</em><a href='#index-copying-machin-5'
class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-copying-followed-1">truc: <span><strong>followed</strong> <em>by
a comment</em><a href='#index-copying-followed-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt>fun: <strong></strong></dt>
+<dt id="index-copying-machin-2">truc: <strong>machin</strong> <em>bidule chose
and</em></dt>
+<dt id="index-copying-machin-3">truc: <strong>machin</strong> <em>bidule chose
and after</em></dt>
+<dt id="index-copying-machin-4">truc: <strong>machin</strong> <em>bidule chose
and </em></dt>
+<dt id="index-copying-machin-5">truc: <strong>machin</strong> <em>bidule chose
and and after</em></dt>
+<dt id="index-copying-followed-1">truc: <strong>followed</strong> <em>by a
comment</em></dt>
<dd><p>Various deff lines
-</p></dd><dt id="index-copying-after">truc: <span><strong>after</strong> <em>a
deff item</em><a href='#index-copying-after' class='copiable-anchor'>
¶</a></span></dt>
+</p></dd><dt id="index-copying-after">truc: <strong>after</strong> <em>a deff
item</em></dt>
</dl>
<p><code>@ref{node}</code> `node'
@@ -4149,225 +4149,225 @@ $ wget
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEA
f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 2}\left({x-\mu \over
\sigma}\right)^2</sup>
</em></div>
<dl>
-<dt id="index-d_002d_002deffn_005fname">c--ategory:
<span><strong>d--effn_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002deffn_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deffn_005fname">c--ategory:
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-effn
</p></dd></dl>
<dl>
-<dt id="index-de_002d_002dffn_005fname">cate--gory:
<span><strong>de--ffn_name</strong> <em>ar--guments more args <br> even more
so</em><a href='#index-de_002d_002dffn_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-de_002d_002dffn_005fname">cate--gory:
<strong>de--ffn_name</strong> <em>ar--guments more args <br> even more
so</em></dt>
<dd><p>def-fn
</p></dd></dl>
<dl>
-<dt id="index-i">fset: <span><strong><var>i</var></strong> <em>a g</em><a
href='#index-i' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-i">fset: <strong><var>i</var></strong> <em>a g</em></dt>
<dd><span id="index-index-entry-within-deffn"></span>
-</dd><dt id="index-truc">cmde: <span><strong>truc</strong> <em></em><a
href='#index-truc' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-log-trap">Command: <span><strong>log trap</strong> <em></em><a
href='#index-log-trap' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-log-trap1">Command: <span><strong>log trap1</strong> <em></em><a
href='#index-log-trap1' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-log-trap2">Command: <span><strong>log trap2</strong> <em></em><a
href='#index-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-id-ule">cmde: <span><strong><b>id ule</b></strong>
<em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-id-i-ule">cmde2: <span><strong><b>id `<samp>i</samp>'
ule</b></strong> <em>truc</em><a href='#index-id-i-ule'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><b>id `<samp>i</samp>' ule</b>: <span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt>aaa: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt id="index-machin">: <span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-bidule-machin">: <span><strong>bidule machin</strong><a
href='#index-bidule-machin' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-machin-1">truc: <span><strong>machin</strong><a
href='#index-machin-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt>truc: <span><strong></strong></span></dt>
-<dt id="index-followed">truc: <span><strong>followed</strong> <em>by a
comment</em><a href='#index-followed' class='copiable-anchor'>
¶</a></span></dt>
-<dt>truc: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt id="index-a-1">truc: <span><strong>a</strong> <em>b c d e <b>f g</b> h
i</em><a href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-deffnx">truc: <span><strong>deffnx</strong> <em>before end
deffn</em><a href='#index-deffnx' class='copiable-anchor'>
¶</a></span></dt>
+</dd><dt id="index-truc">cmde: <strong>truc</strong> <em></em></dt>
+<dt id="index-log-trap">Command: <strong>log trap</strong> <em></em></dt>
+<dt id="index-log-trap1">Command: <strong>log trap1</strong> <em></em></dt>
+<dt id="index-log-trap2">Command: <strong>log trap2</strong> <em></em></dt>
+<dt id="index-id-ule">cmde: <strong><b>id ule</b></strong> <em>truc</em></dt>
+<dt id="index-id-i-ule">cmde2: <strong><b>id `<samp>i</samp>' ule</b></strong>
<em>truc</em></dt>
+<dt><b>id `<samp>i</samp>' ule</b>: <strong></strong></dt>
+<dt><strong></strong></dt>
+<dt>aaa: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-machin">: <strong>machin</strong></dt>
+<dt id="index-bidule-machin">: <strong>bidule machin</strong></dt>
+<dt id="index-machin-1">truc: <strong>machin</strong></dt>
+<dt>truc: <strong></strong></dt>
+<dt id="index-followed">truc: <strong>followed</strong> <em>by a
comment</em></dt>
+<dt>truc: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-a-1">truc: <strong>a</strong> <em>b c d e <b>f g</b> h
i</em></dt>
+<dt id="index-deffnx">truc: <strong>deffnx</strong> <em>before end
deffn</em></dt>
</dl>
<dl>
-<dt id="index-deffn">empty: <span><strong>deffn</strong><a href='#index-deffn'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-deffn">empty: <strong>deffn</strong></dt>
</dl>
<dl>
-<dt id="index-deffn-1">empty: <span><strong>deffn</strong> <em>with
deffnx</em><a href='#index-deffn-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-deffnx-1">empty: <span><strong>deffnx</strong><a
href='#index-deffnx-1' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-deffn-1">empty: <strong>deffn</strong> <em>with deffnx</em></dt>
+<dt id="index-deffnx-1">empty: <strong>deffnx</strong></dt>
</dl>
<dl>
-<dt id="index-i-1">fset: <span><strong><var>i</var></strong> <em>a g</em><a
href='#index-i-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-truc-1">cmde: <span><strong>truc</strong> <em></em><a
href='#index-truc-1' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-i-1">fset: <strong><var>i</var></strong> <em>a g</em></dt>
+<dt id="index-truc-1">cmde: <strong>truc</strong> <em></em></dt>
<dd><p>text in def item for second def item
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defvr_005fname">c--ategory:
<span><strong>d--efvr_name</strong><a href='#index-d_002d_002defvr_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defvr_005fname">c--ategory:
<strong>d--efvr_name</strong></dt>
<dd><p>d-efvr
</p></dd></dl>
<dl>
-<dt id="index-n_002d_002dame">c--ategory: <span><strong>n--ame</strong>
<em>a--rguments...</em><a href='#index-n_002d_002dame' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-n_002d_002dame">c--ategory: <strong>n--ame</strong>
<em>a--rguments...</em></dt>
<dd><p>d-effn
</p></dd></dl>
<dl>
-<dt id="index-n_002d_002dame-1">c--ategory: <span><strong>n--ame</strong><a
href='#index-n_002d_002dame-1' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-n_002d_002dame-1">c--ategory: <strong>n--ame</strong></dt>
<dd><p>d-effn no arg
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002deftypefn_005fname">c--ategory: <span><em>t--ype</em>
<strong>d--eftypefn_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002deftypefn_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deftypefn_005fname">c--ategory: <em>t--ype</em>
<strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-eftypefn
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002deftypefn_005fname-1">c--ategory:
<span><em>t--ype</em> <strong>d--eftypefn_name</strong><a
href='#index-d_002d_002deftypefn_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deftypefn_005fname-1">c--ategory: <em>t--ype</em>
<strong>d--eftypefn_name</strong></dt>
<dd><p>d-eftypefn no arg
</p></dd></dl>
<dl>
-<dt
id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><span>c--ategory on
c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong>
<em>a--rguments...</em><a
href='#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass">c--ategory on
c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-eftypeop
</p></dd></dl>
<dl>
-<dt
id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><span>c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong><a
href='#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1">c--ategory on
c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong></dt>
<dd><p>d-eftypeop no arg
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002deftypevr_005fname">c--ategory: <span><em>t--ype</em>
<strong>d--eftypevr_name</strong><a href='#index-d_002d_002deftypevr_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypevr_005fname">c--ategory: <em>t--ype</em>
<strong>d--eftypevr_name</strong></dt>
<dd><p>d-eftypevr
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defcv_005fname"><span>c--ategory of c--lass:
<strong>d--efcv_name</strong><a href='#index-d_002d_002defcv_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defcv_005fname">c--ategory of c--lass:
<strong>d--efcv_name</strong></dt>
<dd><p>d-efcv
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defcv_005fname-1"><span>c--ategory of c--lass:
<strong>d--efcv_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002defcv_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002defcv_005fname-1">c--ategory of c--lass:
<strong>d--efcv_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efcv with arguments
</p></dd></dl>
<dl>
-<dt
id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><span>c--ategory of
c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong><a
href='#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass">c--ategory of
c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong></dt>
<dd><p>d-eftypecv
</p></dd></dl>
<dl>
-<dt
id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><span>c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong>
<em>a--rguments...</em><a
href='#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1">c--ategory of
c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-eftypecv with arguments
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass"><span>c--ategory on
c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002defop_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass">c--ategory on
c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efop
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass-1"><span>c--ategory
on c--lass: <strong>d--efop_name</strong><a
href='#index-d_002d_002defop_005fname-on-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass-1">c--ategory on
c--lass: <strong>d--efop_name</strong></dt>
<dd><p>d-efop no arg
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002deftp_005fname">c--ategory:
<span><strong>d--eftp_name</strong> <em>a--ttributes...</em><a
href='#index-d_002d_002deftp_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deftp_005fname">c--ategory:
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
<dd><p>d-eftp
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defun_005fname">Function:
<span><strong>d--efun_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002defun_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002defun_005fname">Function:
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efun
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defmac_005fname">Macro:
<span><strong>d--efmac_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002defmac_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002defmac_005fname">Macro: <strong>d--efmac_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-efmac
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defspec_005fname">Special Form:
<span><strong>d--efspec_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002defspec_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002defspec_005fname">Special Form:
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efspec
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defvar_005fname">Variable:
<span><strong>d--efvar_name</strong><a href='#index-d_002d_002defvar_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defvar_005fname">Variable:
<strong>d--efvar_name</strong></dt>
<dd><p>d-efvar
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defvar_005fname-1">Variable:
<span><strong>d--efvar_name</strong> <em>arg--var arg--var1</em><a
href='#index-d_002d_002defvar_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002defvar_005fname-1">Variable:
<strong>d--efvar_name</strong> <em>arg--var arg--var1</em></dt>
<dd><p>d-efvar with args
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defopt_005fname">User Option:
<span><strong>d--efopt_name</strong><a href='#index-d_002d_002defopt_005fname'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defopt_005fname">User Option:
<strong>d--efopt_name</strong></dt>
<dd><p>d-efopt
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002deftypefun_005fname">Function: <span><em>t--ype</em>
<strong>d--eftypefun_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002deftypefun_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deftypefun_005fname">Function: <em>t--ype</em>
<strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-eftypefun
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002deftypevar_005fname">Variable: <span><em>t--ype</em>
<strong>d--eftypevar_name</strong><a
href='#index-d_002d_002deftypevar_005fname' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deftypevar_005fname">Variable: <em>t--ype</em>
<strong>d--eftypevar_name</strong></dt>
<dd><p>d-eftypevar
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defivar_005fname-of-c_002d_002dlass"><span>Instance
Variable of c--lass: <strong>d--efivar_name</strong><a
href='#index-d_002d_002defivar_005fname-of-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defivar_005fname-of-c_002d_002dlass">Instance Variable
of c--lass: <strong>d--efivar_name</strong></dt>
<dd><p>d-efivar
</p></dd></dl>
<dl>
-<dt
id="index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><span>Instance
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong><a
href='#index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass">Instance
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
<dd><p>d-eftypeivar
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002defmethod_005fname-on-c_002d_002dlass"><span>Method on
c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002defmethod_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defmethod_005fname-on-c_002d_002dlass">Method on
c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
<dd><p>d-efmethod
</p></dd></dl>
<dl>
-<dt
id="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><span>Method on
c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong>
<em>a--rguments...</em><a
href='#index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass">Method on
c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong>
<em>a--rguments...</em></dt>
<dd><p>d-eftypemethod
</p></dd></dl>
<dl>
-<dt id="index-name2">Function:<br> <span><em>data-type2</em><br>
<strong>name2</strong> <em>arguments2...</em><a href='#index-name2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-name2">Function:<br> <em>data-type2</em><br>
<strong>name2</strong> <em>arguments2...</em></dt>
<dd><p>aaa2
</p></dd></dl>
<dl>
-<dt id="index-d_002d_002deftypefn_005fname2">c--ategory2:<br>
<span><em>t--ype2</em><br> <strong>d--eftypefn_name2</strong><a
href='#index-d_002d_002deftypefn_005fname2' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deftypefn_005fname2">c--ategory2:<br>
<em>t--ype2</em><br> <strong>d--eftypefn_name2</strong></dt>
<dd><p>d-eftypefn no arg2
</p></dd></dl>
<dl>
-<dt
id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><span>c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong>
<em>a--rguments2...</em><a
href='#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2">c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong>
<em>a--rguments2...</em></dt>
<dd><p>d-eftypeop2
</p></dd></dl>
<dl>
-<dt
id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><span>c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong><a
href='#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1">c--ategory2
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong></dt>
<dd><p>d-eftypeop no arg2
</p></dd></dl>
<dl>
-<dt
id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><span>c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong><a
href='#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2">c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong></dt>
<dd><p>d-eftypecv2
</p></dd></dl>
<dl>
-<dt
id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><span>c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong>
<em>a--rguments2...</em><a
href='#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1">c--ategory2
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong>
<em>a--rguments2...</em></dt>
<dd><p>d-eftypecv with arguments2
</p></dd></dl>
<dl>
-<dt id="index-arg2">fun2: <span><strong>arg2</strong><a href='#index-arg2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-arg2">fun2: <strong>arg2</strong></dt>
<dd><p>fff2
</p></dd></dl>
@@ -4439,23 +4439,23 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a-strong</strong></span></dt>
+<dt><strong>a-strong</strong></dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt id='index-a_002d_002dasis'><span>a-asis<a href='#index-a_002d_002dasis'
class='copiable-anchor'> ¶</a></span></dt>
-<dt id='index-b-4'><span>b<a href='#index-b-4' class='copiable-anchor'>
¶</a></span></dt>
+<dt id='index-a_002d_002dasis'>a-asis</dt>
+<dt id='index-b-4'>b</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt id='index-a-2'><span><em>a</em><a href='#index-a-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-a-2'><em>a</em></dt>
<dd><span id="index-index-entry-between-item-and-itemx"></span>
</dd>
-<dt id='index-b'><span><em>b</em><a href='#index-b' class='copiable-anchor'>
¶</a></span></dt>
+<dt id='index-b'><em>b</em></dt>
<dd><p>l-ine
</p></dd>
</dl>
@@ -4463,7 +4463,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value-table code
</p></dd>
</dl>
@@ -4471,8 +4471,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>`<samp>a--samp</samp>'</span></dt>
-<dt><span>`<samp>a2--samp</samp>'</span></dt>
+<dt>`<samp>a--samp</samp>'</dt>
+<dt>`<samp>a2--samp</samp>'</dt>
<dd><p>Value-table samp
</p></dd>
</dl>
@@ -4582,35 +4582,35 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a-missing style formatting</span></dt>
+<dt>a-missing style formatting</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl compact="compact">
-<dt id='index-a-3'><span>a<a href='#index-a-3' class='copiable-anchor'>
¶</a></span></dt>
+<dt id='index-a-3'>a</dt>
<dd><span id="index-index-entry-between-item-and-itemx-1"></span>
</dd>
-<dt id='index-b-1'><span>b<a href='#index-b-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id='index-b-1'>b</dt>
<dd><p>l-ine
</p></dd>
</dl>
<dl>
-<dt>fun: <span><strong></strong></span></dt>
-<dt id="index-machin-2">truc: <span><strong>machin</strong> <em>bidule chose
and</em><a href='#index-machin-2' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-machin-3">truc: <span><strong>machin</strong> <em>bidule chose
and after</em><a href='#index-machin-3' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-machin-4">truc: <span><strong>machin</strong> <em>bidule chose
and </em><a href='#index-machin-4' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-machin-5">truc: <span><strong>machin</strong> <em>bidule chose
and and after</em><a href='#index-machin-5' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-followed-1">truc: <span><strong>followed</strong> <em>by a
comment</em><a href='#index-followed-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt>fun: <strong></strong></dt>
+<dt id="index-machin-2">truc: <strong>machin</strong> <em>bidule chose
and</em></dt>
+<dt id="index-machin-3">truc: <strong>machin</strong> <em>bidule chose and
after</em></dt>
+<dt id="index-machin-4">truc: <strong>machin</strong> <em>bidule chose and
</em></dt>
+<dt id="index-machin-5">truc: <strong>machin</strong> <em>bidule chose and and
after</em></dt>
+<dt id="index-followed-1">truc: <strong>followed</strong> <em>by a
comment</em></dt>
<dd><p>Various deff lines
-</p></dd><dt id="index-after">truc: <span><strong>after</strong> <em>a deff
item</em><a href='#index-after' class='copiable-anchor'> ¶</a></span></dt>
+</p></dd><dt id="index-after">truc: <strong>after</strong> <em>a deff
item</em></dt>
</dl>
<p><code>@ref{node}</code> `node'
@@ -5167,220 +5167,220 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
</em></div><pre>
</pre><dl>
-<dt id="index-d_002d_002deffn_005fname-1">c--ategory:
<span><strong>d--effn_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002deffn_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deffn_005fname-1">c--ategory:
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
<dd><pre>d--effn
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-de_002d_002dffn_005fname-1">cate--gory:
<span><strong>de--ffn_name</strong> <em>ar--guments more args
- even more so</em><a href='#index-de_002d_002dffn_005fname-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-de_002d_002dffn_005fname-1">cate--gory:
<strong>de--ffn_name</strong> <em>ar--guments more args
+ even more so</em></dt>
<dd><pre>def--fn
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-i-2">fset: <span><strong><var>i</var></strong> <em>a g</em><a
href='#index-i-2' class='copiable-anchor'> ¶</a></span></dt>
-<dd><pre><span id="index-index-entry-within-deffn-1"></span></pre></dd><dt
id="index-truc-2">cmde: <span><strong>truc</strong> <em></em><a
href='#index-truc-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-log-trap-1">Command: <span><strong>log trap</strong> <em></em><a
href='#index-log-trap-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-log-trap1-1">Command: <span><strong>log trap1</strong>
<em></em><a href='#index-log-trap1-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-log-trap2-1">Command: <span><strong>log trap2</strong>
<em></em><a href='#index-log-trap2-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-id-ule-1">cmde: <span><strong><b>id ule</b></strong>
<em>truc</em><a href='#index-id-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-id-i-ule-1">cmde2: <span><strong><b>id `<samp>i</samp>'
ule</b></strong> <em>truc</em><a href='#index-id-i-ule-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><b>id `<samp>i</samp>' ule</b>: <span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt>aaa: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt id="index-machin-6">: <span><strong>machin</strong><a
href='#index-machin-6' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-bidule-machin-1">: <span><strong>bidule machin</strong><a
href='#index-bidule-machin-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-machin-7">truc: <span><strong>machin</strong><a
href='#index-machin-7' class='copiable-anchor'> ¶</a></span></dt>
-<dt>truc: <span><strong></strong></span></dt>
-<dt id="index-followed-2">truc: <span><strong>followed</strong> <em>by a
comment</em><a href='#index-followed-2' class='copiable-anchor'>
¶</a></span></dt>
-<dt>truc: <span><strong></strong></span></dt>
-<dt>: <span><strong></strong></span></dt>
-<dt id="index-a-4">truc: <span><strong>a</strong> <em>b c d e <b>f g</b> h
i</em><a href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-deffnx-2">truc: <span><strong>deffnx</strong> <em>before end
deffn</em><a href='#index-deffnx-2' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-i-2">fset: <strong><var>i</var></strong> <em>a g</em></dt>
+<dd><pre><span id="index-index-entry-within-deffn-1"></span></pre></dd><dt
id="index-truc-2">cmde: <strong>truc</strong> <em></em></dt>
+<dt id="index-log-trap-1">Command: <strong>log trap</strong> <em></em></dt>
+<dt id="index-log-trap1-1">Command: <strong>log trap1</strong> <em></em></dt>
+<dt id="index-log-trap2-1">Command: <strong>log trap2</strong> <em></em></dt>
+<dt id="index-id-ule-1">cmde: <strong><b>id ule</b></strong> <em>truc</em></dt>
+<dt id="index-id-i-ule-1">cmde2: <strong><b>id `<samp>i</samp>'
ule</b></strong> <em>truc</em></dt>
+<dt><b>id `<samp>i</samp>' ule</b>: <strong></strong></dt>
+<dt><strong></strong></dt>
+<dt>aaa: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-machin-6">: <strong>machin</strong></dt>
+<dt id="index-bidule-machin-1">: <strong>bidule machin</strong></dt>
+<dt id="index-machin-7">truc: <strong>machin</strong></dt>
+<dt>truc: <strong></strong></dt>
+<dt id="index-followed-2">truc: <strong>followed</strong> <em>by a
comment</em></dt>
+<dt>truc: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-a-4">truc: <strong>a</strong> <em>b c d e <b>f g</b> h
i</em></dt>
+<dt id="index-deffnx-2">truc: <strong>deffnx</strong> <em>before end
deffn</em></dt>
</dl>
<pre>
</pre><dl>
-<dt id="index-deffn-2">empty: <span><strong>deffn</strong><a
href='#index-deffn-2' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-deffn-2">empty: <strong>deffn</strong></dt>
</dl>
<pre>
</pre><dl>
-<dt id="index-deffn-3">empty: <span><strong>deffn</strong> <em>with
deffnx</em><a href='#index-deffn-3' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-deffnx-3">empty: <span><strong>deffnx</strong><a
href='#index-deffnx-3' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-deffn-3">empty: <strong>deffn</strong> <em>with deffnx</em></dt>
+<dt id="index-deffnx-3">empty: <strong>deffnx</strong></dt>
</dl>
<pre>
</pre><dl>
-<dt id="index-i-3">fset: <span><strong><var>i</var></strong> <em>a g</em><a
href='#index-i-3' class='copiable-anchor'> ¶</a></span></dt>
-<dt id="index-truc-3">cmde: <span><strong>truc</strong> <em></em><a
href='#index-truc-3' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-i-3">fset: <strong><var>i</var></strong> <em>a g</em></dt>
+<dt id="index-truc-3">cmde: <strong>truc</strong> <em></em></dt>
<dd><pre>text in def item for second def item
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defvr_005fname-1">c--ategory:
<span><strong>d--efvr_name</strong><a href='#index-d_002d_002defvr_005fname-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defvr_005fname-1">c--ategory:
<strong>d--efvr_name</strong></dt>
<dd><pre>d--efvr
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-n_002d_002dame-2">c--ategory: <span><strong>n--ame</strong>
<em>a--rguments...</em><a href='#index-n_002d_002dame-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-n_002d_002dame-2">c--ategory: <strong>n--ame</strong>
<em>a--rguments...</em></dt>
<dd><pre>d--effn
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-n_002d_002dame-3">c--ategory: <span><strong>n--ame</strong><a
href='#index-n_002d_002dame-3' class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-n_002d_002dame-3">c--ategory: <strong>n--ame</strong></dt>
<dd><pre>d--effn no arg
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002deftypefn_005fname-2">c--ategory:
<span><em>t--ype</em> <strong>d--eftypefn_name</strong>
<em>a--rguments...</em><a href='#index-d_002d_002deftypefn_005fname-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypefn_005fname-2">c--ategory: <em>t--ype</em>
<strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
<dd><pre>d--eftypefn
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002deftypefn_005fname-3">c--ategory:
<span><em>t--ype</em> <strong>d--eftypefn_name</strong><a
href='#index-d_002d_002deftypefn_005fname-3' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deftypefn_005fname-3">c--ategory: <em>t--ype</em>
<strong>d--eftypefn_name</strong></dt>
<dd><pre>d--eftypefn no arg
</pre></dd></dl>
<pre>
</pre><dl>
-<dt
id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-2"><span>c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong>
<em>a--rguments...</em><a
href='#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-2">c--ategory on
c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong>
<em>a--rguments...</em></dt>
<dd><pre>d--eftypeop
</pre></dd></dl>
<pre>
</pre><dl>
-<dt
id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-3"><span>c--ategory
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong><a
href='#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-3'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-3">c--ategory on
c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong></dt>
<dd><pre>d--eftypeop no arg
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002deftypevr_005fname-1">c--ategory:
<span><em>t--ype</em> <strong>d--eftypevr_name</strong><a
href='#index-d_002d_002deftypevr_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deftypevr_005fname-1">c--ategory: <em>t--ype</em>
<strong>d--eftypevr_name</strong></dt>
<dd><pre>d--eftypevr
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defcv_005fname-2"><span>c--ategory of c--lass:
<strong>d--efcv_name</strong><a href='#index-d_002d_002defcv_005fname-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defcv_005fname-2">c--ategory of c--lass:
<strong>d--efcv_name</strong></dt>
<dd><pre>d--efcv
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defcv_005fname-3"><span>c--ategory of c--lass:
<strong>d--efcv_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002defcv_005fname-3' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002defcv_005fname-3">c--ategory of c--lass:
<strong>d--efcv_name</strong> <em>a--rguments...</em></dt>
<dd><pre>d--efcv with arguments
</pre></dd></dl>
<pre>
</pre><dl>
-<dt
id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-2"><span>c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong><a
href='#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-2">c--ategory of
c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong></dt>
<dd><pre>d--eftypecv
</pre></dd></dl>
<pre>
</pre><dl>
-<dt
id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-3"><span>c--ategory
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong>
<em>a--rguments...</em><a
href='#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-3'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-3">c--ategory of
c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong>
<em>a--rguments...</em></dt>
<dd><pre>d--eftypecv with arguments
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass-2"><span>c--ategory
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002defop_005fname-on-c_002d_002dlass-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass-2">c--ategory on
c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
<dd><pre>d--efop
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass-3"><span>c--ategory
on c--lass: <strong>d--efop_name</strong><a
href='#index-d_002d_002defop_005fname-on-c_002d_002dlass-3'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass-3">c--ategory on
c--lass: <strong>d--efop_name</strong></dt>
<dd><pre>d--efop no arg
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002deftp_005fname-1">c--ategory:
<span><strong>d--eftp_name</strong> <em>a--ttributes...</em><a
href='#index-d_002d_002deftp_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deftp_005fname-1">c--ategory:
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
<dd><pre>d--eftp
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defun_005fname-1">Function:
<span><strong>d--efun_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002defun_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002defun_005fname-1">Function:
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
<dd><pre>d--efun
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defmac_005fname-1">Macro:
<span><strong>d--efmac_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002defmac_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002defmac_005fname-1">Macro:
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
<dd><pre>d--efmac
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defspec_005fname-1">Special Form:
<span><strong>d--efspec_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002defspec_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002defspec_005fname-1">Special Form:
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
<dd><pre>d--efspec
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defvar_005fname-2">Variable:
<span><strong>d--efvar_name</strong><a
href='#index-d_002d_002defvar_005fname-2' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002defvar_005fname-2">Variable:
<strong>d--efvar_name</strong></dt>
<dd><pre>d--efvar
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defvar_005fname-3">Variable:
<span><strong>d--efvar_name</strong> <em>arg--var arg--var1</em><a
href='#index-d_002d_002defvar_005fname-3' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002defvar_005fname-3">Variable:
<strong>d--efvar_name</strong> <em>arg--var arg--var1</em></dt>
<dd><pre>d--efvar with args
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defopt_005fname-1">User Option:
<span><strong>d--efopt_name</strong><a
href='#index-d_002d_002defopt_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002defopt_005fname-1">User Option:
<strong>d--efopt_name</strong></dt>
<dd><pre>d--efopt
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002deftypefun_005fname-1">Function: <span><em>t--ype</em>
<strong>d--eftypefun_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002deftypefun_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deftypefun_005fname-1">Function: <em>t--ype</em>
<strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
<dd><pre>d--eftypefun
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002deftypevar_005fname-1">Variable: <span><em>t--ype</em>
<strong>d--eftypevar_name</strong><a
href='#index-d_002d_002deftypevar_005fname-1' class='copiable-anchor'>
¶</a></span></dt>
+<dt id="index-d_002d_002deftypevar_005fname-1">Variable: <em>t--ype</em>
<strong>d--eftypevar_name</strong></dt>
<dd><pre>d--eftypevar
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defivar_005fname-of-c_002d_002dlass-1"><span>Instance
Variable of c--lass: <strong>d--efivar_name</strong><a
href='#index-d_002d_002defivar_005fname-of-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defivar_005fname-of-c_002d_002dlass-1">Instance
Variable of c--lass: <strong>d--efivar_name</strong></dt>
<dd><pre>d--efivar
</pre></dd></dl>
<pre>
</pre><dl>
-<dt
id="index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass-1"><span>Instance
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong><a
href='#index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass-1">Instance
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
<dd><pre>d--eftypeivar
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-d_002d_002defmethod_005fname-on-c_002d_002dlass-1"><span>Method
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em><a
href='#index-d_002d_002defmethod_005fname-on-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002defmethod_005fname-on-c_002d_002dlass-1">Method on
c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
<dd><pre>d--efmethod
</pre></dd></dl>
<pre>
</pre><dl>
-<dt
id="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass-1"><span>Method
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong>
<em>a--rguments...</em><a
href='#index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass-1">Method on
c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong>
<em>a--rguments...</em></dt>
<dd><pre>d--eftypemethod
</pre></dd></dl>
<pre>
@@ -5388,54 +5388,54 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
</pre><dl>
<dt id="index-name2-1">Function:
- <span><em>data-type2</em>
- <strong>name2</strong> <em>arguments2...</em><a href='#index-name2-1'
class='copiable-anchor'> ¶</a></span></dt>
+ <em>data-type2</em>
+ <strong>name2</strong> <em>arguments2...</em></dt>
<dd><pre>aaa2
</pre></dd></dl>
<pre>
</pre><dl>
<dt id="index-d_002d_002deftypefn_005fname2-1">c--ategory2:
- <span><em>t--ype2</em>
- <strong>d--eftypefn_name2</strong><a
href='#index-d_002d_002deftypefn_005fname2-1' class='copiable-anchor'>
¶</a></span></dt>
+ <em>t--ype2</em>
+ <strong>d--eftypefn_name2</strong></dt>
<dd><pre>d--eftypefn no arg2
</pre></dd></dl>
<pre>
</pre><dl>
-<dt
id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-2"><span>c--ategory2
on c--lass2:
+<dt id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-2">c--ategory2
on c--lass2:
<em>t--ype2</em>
- <strong>d--eftypeop_name2</strong> <em>a--rguments2...</em><a
href='#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-2'
class='copiable-anchor'> ¶</a></span></dt>
+ <strong>d--eftypeop_name2</strong> <em>a--rguments2...</em></dt>
<dd><pre>d--eftypeop2
</pre></dd></dl>
<pre>
</pre><dl>
-<dt
id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-3"><span>c--ategory2
on c--lass2:
+<dt id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-3">c--ategory2
on c--lass2:
<em>t--ype2</em>
- <strong>d--eftypeop_name2</strong><a
href='#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-3'
class='copiable-anchor'> ¶</a></span></dt>
+ <strong>d--eftypeop_name2</strong></dt>
<dd><pre>d--eftypeop no arg2
</pre></dd></dl>
<pre>
</pre><dl>
-<dt
id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-2"><span>c--ategory2
of c--lass2:
+<dt id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-2">c--ategory2
of c--lass2:
<em>t--ype2</em>
- <strong>d--eftypecv_name2</strong><a
href='#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-2'
class='copiable-anchor'> ¶</a></span></dt>
+ <strong>d--eftypecv_name2</strong></dt>
<dd><pre>d--eftypecv2
</pre></dd></dl>
<pre>
</pre><dl>
-<dt
id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-3"><span>c--ategory2
of c--lass2:
+<dt id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-3">c--ategory2
of c--lass2:
<em>t--ype2</em>
- <strong>d--eftypecv_name2</strong> <em>a--rguments2...</em><a
href='#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-3'
class='copiable-anchor'> ¶</a></span></dt>
+ <strong>d--eftypecv_name2</strong> <em>a--rguments2...</em></dt>
<dd><pre>d--eftypecv with arguments2
</pre></dd></dl>
<pre>
</pre><dl>
-<dt id="index-arg2-1">fun2: <span><strong>arg2</strong><a href='#index-arg2-1'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id="index-arg2-1">fun2: <strong>arg2</strong></dt>
<dd><pre>fff2
</pre></dd></dl>
<pre>
@@ -5508,24 +5508,24 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre>l--ine
</pre></dd>
</dl>
<pre>
</pre><dl compact="compact">
-<dt id='index-a_002d_002dasis-1'><span><tt>a--asis</tt><a
href='#index-a_002d_002dasis-1' class='copiable-anchor'> ¶</a></span></dt>
-<dt id='index-b-5'><span><tt>b</tt><a href='#index-b-5'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-a_002d_002dasis-1'><tt>a--asis</tt></dt>
+<dt id='index-b-5'><tt>b</tt></dt>
<dd><pre>l--ine
</pre></dd>
</dl>
<pre>
</pre><dl compact="compact">
-<dt id='index-a-5'><span><tt><em>a</em></tt><a href='#index-a-5'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-a-5'><tt><em>a</em></tt></dt>
<dd><pre><span
id="index-index-entry-between-item-and-itemx-2"></span></pre></dd>
-<dt id='index-b-2'><span><tt><em>b</em></tt><a href='#index-b-2'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-b-2'><tt><em>b</em></tt></dt>
<dd><pre>l--ine
</pre></dd>
</dl>
@@ -5534,7 +5534,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre>Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre>Value--table code
</pre></dd>
</dl>
@@ -5543,8 +5543,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre>Title
</pre></dd>
-<dt><span><tt>`<samp>a--samp</samp>'</tt></span></dt>
-<dt><span><tt>`<samp>a2--samp</samp>'</tt></span></dt>
+<dt><tt>`<samp>a--samp</samp>'</tt></dt>
+<dt><tt>`<samp>a2--samp</samp>'</tt></dt>
<dd><pre>Value--table samp
</pre></dd>
</dl>
@@ -5675,37 +5675,37 @@ Invalid use of @':
<pre>
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre>l--ine
</pre></dd>
</dl>
<pre>
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre>l--ine
</pre></dd>
</dl>
<pre>
</pre><dl compact="compact">
-<dt id='index-a-6'><span><tt>a</tt><a href='#index-a-6'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-a-6'><tt>a</tt></dt>
<dd><pre><span
id="index-index-entry-between-item-and-itemx-3"></span></pre></dd>
-<dt id='index-b-3'><span><tt>b</tt><a href='#index-b-3'
class='copiable-anchor'> ¶</a></span></dt>
+<dt id='index-b-3'><tt>b</tt></dt>
<dd><pre>l--ine
</pre></dd>
</dl>
<pre>
</pre><dl>
-<dt>fun: <span><strong></strong></span></dt>
-<dt id="index-machin-8">truc: <span><strong>machin</strong> <em>bidule chose
and</em><a href='#index-machin-8' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-machin-9">truc: <span><strong>machin</strong> <em>bidule chose
and after</em><a href='#index-machin-9' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-machin-10">truc: <span><strong>machin</strong> <em>bidule chose
and </em><a href='#index-machin-10' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-machin-11">truc: <span><strong>machin</strong> <em>bidule chose
and and after</em><a href='#index-machin-11' class='copiable-anchor'>
¶</a></span></dt>
-<dt id="index-followed-3">truc: <span><strong>followed</strong> <em>by a
comment</em><a href='#index-followed-3' class='copiable-anchor'>
¶</a></span></dt>
+<dt>fun: <strong></strong></dt>
+<dt id="index-machin-8">truc: <strong>machin</strong> <em>bidule chose
and</em></dt>
+<dt id="index-machin-9">truc: <strong>machin</strong> <em>bidule chose and
after</em></dt>
+<dt id="index-machin-10">truc: <strong>machin</strong> <em>bidule chose and
</em></dt>
+<dt id="index-machin-11">truc: <strong>machin</strong> <em>bidule chose and
and after</em></dt>
+<dt id="index-followed-3">truc: <strong>followed</strong> <em>by a
comment</em></dt>
<dd><pre>Various deff lines
-</pre></dd><dt id="index-after-1">truc: <span><strong>after</strong> <em>a
deff item</em><a href='#index-after-1' class='copiable-anchor'>
¶</a></span></dt>
+</pre></dd><dt id="index-after-1">truc: <strong>after</strong> <em>a deff
item</em></dt>
</dl>
<pre>
diff --git
a/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.html
b/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.html
index 317bd45..e17a551 100644
--- a/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.html
@@ -1361,18 +1361,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1633,7 +1633,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1657,7 +1657,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1665,8 +1665,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1776,13 +1776,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1797,7 +1797,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2336,18 +2336,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id
ule</b></strong> <em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-1"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2608,7 +2608,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2632,7 +2632,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2640,8 +2640,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2751,13 +2751,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2772,7 +2772,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -3380,18 +3380,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2-1"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule-1"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-id-ule-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-i-ule-1"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin-6"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin-6'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-7'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed-2"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-4"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx-2"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx-2' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -3702,7 +3702,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3728,7 +3728,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -3737,8 +3737,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>’</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>’</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>’</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>’</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -3869,14 +3869,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3892,7 +3892,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-8"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-8' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-9"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-9' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-10"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-10' class='copiable-anchor'> ¶</a></span></dt>
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/chapter.html
b/tp/tests/layout/res_parser/formatting_html_nodes/chapter.html
index 0d7488b..c927322 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/chapter.html
@@ -1323,18 +1323,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1595,7 +1595,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1619,7 +1619,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1627,8 +1627,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1738,13 +1738,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1759,7 +1759,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2298,18 +2298,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id
ule</b></strong> <em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-1"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2570,7 +2570,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2594,7 +2594,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2602,8 +2602,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2713,13 +2713,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2734,7 +2734,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -3342,18 +3342,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2-1"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule-1"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-id-ule-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-i-ule-1"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin-6"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin-6'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-7'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed-2"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-4"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx-2"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx-2' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -3664,7 +3664,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3690,7 +3690,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -3699,8 +3699,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>’</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>’</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>’</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>’</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -3831,14 +3831,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3854,7 +3854,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-8"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-8' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-9"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-9' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-10"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-10' class='copiable-anchor'> ¶</a></span></dt>
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/index.html
b/tp/tests/layout/res_parser/formatting_html_nodes/index.html
index 90a10e9..b70b7f3 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/index.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/index.html
@@ -1300,18 +1300,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-titlepage-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-titlepage-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-titlepage-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-titlepage-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-titlepage-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-titlepage-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-titlepage-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-titlepage-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-titlepage-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-titlepage-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-titlepage-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1572,7 +1572,7 @@ ref</a>
<a href="chapter.html">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1596,7 +1596,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1604,8 +1604,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1715,13 +1715,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1736,7 +1736,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-titlepage-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-titlepage-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-titlepage-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-titlepage-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2276,18 +2276,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2548,7 +2548,7 @@ ref</a>
<a href="chapter.html">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2572,7 +2572,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2580,8 +2580,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2691,13 +2691,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2712,7 +2712,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
diff --git a/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
b/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
index e3c463e..cc91f38 100644
--- a/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
@@ -1310,18 +1310,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-titlepage-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-titlepage-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-titlepage-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-titlepage-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-titlepage-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-titlepage-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-titlepage-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-titlepage-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-titlepage-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-titlepage-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-titlepage-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1582,7 +1582,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1606,7 +1606,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1614,8 +1614,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1725,13 +1725,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1746,7 +1746,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-titlepage-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-titlepage-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-titlepage-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-titlepage-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2286,18 +2286,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2558,7 +2558,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2582,7 +2582,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2590,8 +2590,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2701,13 +2701,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2722,7 +2722,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -3318,18 +3318,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -3590,7 +3590,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3614,7 +3614,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -3622,8 +3622,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -3733,13 +3733,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3754,7 +3754,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -4293,18 +4293,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id
ule</b></strong> <em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-1"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -4565,7 +4565,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4589,7 +4589,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -4597,8 +4597,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -4708,13 +4708,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4729,7 +4729,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -5337,18 +5337,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2-1"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule-1"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-id-ule-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-i-ule-1"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin-6"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin-6'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-7'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed-2"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-4"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx-2"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx-2' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -5659,7 +5659,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5685,7 +5685,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -5694,8 +5694,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>’</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>’</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>’</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>’</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -5826,14 +5826,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5849,7 +5849,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-8"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-8' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-9"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-9' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-10"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-10' class='copiable-anchor'> ¶</a></span></dt>
diff --git a/tp/tests/layout/res_parser/formatting_nodes/chapter.html
b/tp/tests/layout/res_parser/formatting_nodes/chapter.html
index 0d7488b..c927322 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/chapter.html
@@ -1323,18 +1323,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1595,7 +1595,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1619,7 +1619,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1627,8 +1627,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1738,13 +1738,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1759,7 +1759,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2298,18 +2298,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id
ule</b></strong> <em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-1"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2570,7 +2570,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2594,7 +2594,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2602,8 +2602,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2713,13 +2713,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2734,7 +2734,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -3342,18 +3342,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2-1"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule-1"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-id-ule-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-i-ule-1"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin-6"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin-6'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-7'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed-2"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-4"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx-2"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx-2' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -3664,7 +3664,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3690,7 +3690,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -3699,8 +3699,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>’</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>’</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>’</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>’</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -3831,14 +3831,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3854,7 +3854,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-8"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-8' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-9"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-9' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-10"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-10' class='copiable-anchor'> ¶</a></span></dt>
diff --git a/tp/tests/layout/res_parser/formatting_nodes/index.html
b/tp/tests/layout/res_parser/formatting_nodes/index.html
index 90a10e9..b70b7f3 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/index.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/index.html
@@ -1300,18 +1300,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-titlepage-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-titlepage-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-titlepage-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-titlepage-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-titlepage-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-titlepage-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-titlepage-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-titlepage-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-titlepage-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-titlepage-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-titlepage-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1572,7 +1572,7 @@ ref</a>
<a href="chapter.html">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1596,7 +1596,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1604,8 +1604,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1715,13 +1715,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1736,7 +1736,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-titlepage-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-titlepage-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-titlepage-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-titlepage-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2276,18 +2276,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2548,7 +2548,7 @@ ref</a>
<a href="chapter.html">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2572,7 +2572,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2580,8 +2580,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2691,13 +2691,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2712,7 +2712,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
diff --git
a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
index d3ee80a..efed422 100644
--- a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
@@ -1300,18 +1300,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-titlepage-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-titlepage-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-titlepage-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>” ule</b></strong>
<em>truc</em><a href='#index-titlepage-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>” ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>” ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-titlepage-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-titlepage-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-titlepage-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-titlepage-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-titlepage-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-titlepage-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-titlepage-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1572,7 +1572,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1596,7 +1596,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1604,8 +1604,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>”</span></dt>
-<dt><span>‘<samp>a2--samp</samp>”</span></dt>
+<dt>‘<samp>a--samp</samp>”</dt>
+<dt>‘<samp>a2--samp</samp>”</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1715,13 +1715,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1736,7 +1736,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-titlepage-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-titlepage-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-titlepage-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-titlepage-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2276,18 +2276,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>” ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>” ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>” ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2548,7 +2548,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2572,7 +2572,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2580,8 +2580,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>”</span></dt>
-<dt><span>‘<samp>a2--samp</samp>”</span></dt>
+<dt>‘<samp>a--samp</samp>”</dt>
+<dt>‘<samp>a2--samp</samp>”</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2691,13 +2691,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2712,7 +2712,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -3308,18 +3308,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>” ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>” ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>” ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -3580,7 +3580,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3604,7 +3604,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -3612,8 +3612,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>”</span></dt>
-<dt><span>‘<samp>a2--samp</samp>”</span></dt>
+<dt>‘<samp>a--samp</samp>”</dt>
+<dt>‘<samp>a2--samp</samp>”</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -3723,13 +3723,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3744,7 +3744,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -4283,18 +4283,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id
ule</b></strong> <em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>” ule</b></strong>
<em>truc</em><a href='#index-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>” ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>” ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-1"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -4555,7 +4555,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4579,7 +4579,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -4587,8 +4587,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>”</span></dt>
-<dt><span>‘<samp>a2--samp</samp>”</span></dt>
+<dt>‘<samp>a--samp</samp>”</dt>
+<dt>‘<samp>a2--samp</samp>”</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -4698,13 +4698,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4719,7 +4719,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -5327,18 +5327,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2-1"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule-1"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-id-ule-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-i-ule-1"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>” ule</b></strong>
<em>truc</em><a href='#index-id-i-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>” ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>” ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin-6"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin-6'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-7'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed-2"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-4"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx-2"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx-2' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -5649,7 +5649,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5675,7 +5675,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -5684,8 +5684,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>”</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>”</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>”</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>”</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -5816,14 +5816,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5839,7 +5839,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-8"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-8' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-9"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-9' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-10"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-10' class='copiable-anchor'> ¶</a></span></dt>
diff --git
a/tp/tests/layout/res_parser/formatting_regions/formatting_regions.html
b/tp/tests/layout/res_parser/formatting_regions/formatting_regions.html
index 49385c7..e699485 100644
--- a/tp/tests/layout/res_parser/formatting_regions/formatting_regions.html
+++ b/tp/tests/layout/res_parser/formatting_regions/formatting_regions.html
@@ -1300,18 +1300,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-titlepage-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-titlepage-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-titlepage-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-titlepage-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-titlepage-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-titlepage-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-titlepage-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-titlepage-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-titlepage-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-titlepage-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-titlepage-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1572,7 +1572,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1596,7 +1596,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1604,8 +1604,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1715,13 +1715,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1736,7 +1736,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-titlepage-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-titlepage-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-titlepage-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-titlepage-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2275,18 +2275,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2547,7 +2547,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2571,7 +2571,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2579,8 +2579,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2690,13 +2690,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2711,7 +2711,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -3284,18 +3284,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id
ule</b></strong> <em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-1"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -3556,7 +3556,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3580,7 +3580,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -3588,8 +3588,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -3699,13 +3699,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3720,7 +3720,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -4327,18 +4327,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2-1"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule-1"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-id-ule-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-i-ule-1"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin-6"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin-6'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-7'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed-2"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-4"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx-2"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx-2' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -4649,7 +4649,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -4675,7 +4675,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -4684,8 +4684,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>’</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>’</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>’</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>’</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -4816,14 +4816,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -4839,7 +4839,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-8"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-8' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-9"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-9' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-10"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-10' class='copiable-anchor'> ¶</a></span></dt>
@@ -5380,18 +5380,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -5652,7 +5652,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -5676,7 +5676,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -5684,8 +5684,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -5795,13 +5795,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -5816,7 +5816,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
diff --git a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
index 8b5e914..63496d8 100644
--- a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
@@ -1300,18 +1300,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-titlepage-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-titlepage-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-titlepage-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id @<samp>i</samp>'‘ ule</b></strong>
<em>truc</em><a href='#index-titlepage-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id @<samp>i</samp>'‘ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id @<samp>i</samp>'‘ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-titlepage-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-titlepage-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-titlepage-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-titlepage-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-titlepage-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-titlepage-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-titlepage-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1572,7 +1572,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1596,7 +1596,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1604,8 +1604,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>@<samp>a--samp</samp>'‘</span></dt>
-<dt><span>@<samp>a2--samp</samp>'‘</span></dt>
+<dt>@<samp>a--samp</samp>'‘</dt>
+<dt>@<samp>a2--samp</samp>'‘</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1715,13 +1715,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1736,7 +1736,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-titlepage-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-titlepage-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-titlepage-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-titlepage-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2276,18 +2276,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id @<samp>i</samp>'‘ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id @<samp>i</samp>'‘ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id @<samp>i</samp>'‘ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2548,7 +2548,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2572,7 +2572,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2580,8 +2580,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>@<samp>a--samp</samp>'‘</span></dt>
-<dt><span>@<samp>a2--samp</samp>'‘</span></dt>
+<dt>@<samp>a--samp</samp>'‘</dt>
+<dt>@<samp>a2--samp</samp>'‘</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2691,13 +2691,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2712,7 +2712,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -3308,18 +3308,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id @<samp>i</samp>'‘ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id @<samp>i</samp>'‘ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id @<samp>i</samp>'‘ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -3580,7 +3580,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3604,7 +3604,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -3612,8 +3612,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>@<samp>a--samp</samp>'‘</span></dt>
-<dt><span>@<samp>a2--samp</samp>'‘</span></dt>
+<dt>@<samp>a--samp</samp>'‘</dt>
+<dt>@<samp>a2--samp</samp>'‘</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -3723,13 +3723,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3744,7 +3744,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -4283,18 +4283,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id
ule</b></strong> <em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id @<samp>i</samp>'‘ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id @<samp>i</samp>'‘ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id @<samp>i</samp>'‘ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-1"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -4555,7 +4555,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4579,7 +4579,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -4587,8 +4587,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>@<samp>a--samp</samp>'‘</span></dt>
-<dt><span>@<samp>a2--samp</samp>'‘</span></dt>
+<dt>@<samp>a--samp</samp>'‘</dt>
+<dt>@<samp>a2--samp</samp>'‘</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -4698,13 +4698,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4719,7 +4719,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -5327,18 +5327,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2-1"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule-1"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-id-ule-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-i-ule-1"><span class="category">cmde2:
</span><span><strong><b>id @<samp>i</samp>'‘ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id @<samp>i</samp>'‘ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id @<samp>i</samp>'‘ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin-6"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin-6'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-7'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed-2"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-4"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx-2"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx-2' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -5649,7 +5649,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5675,7 +5675,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -5684,8 +5684,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>@<samp>a--samp</samp>'‘</tt></span></dt>
-<dt><span><tt>@<samp>a2--samp</samp>'‘</tt></span></dt>
+<dt><tt>@<samp>a--samp</samp>'‘</tt></dt>
+<dt><tt>@<samp>a2--samp</samp>'‘</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -5816,14 +5816,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5839,7 +5839,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-8"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-8' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-9"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-9' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-10"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-10' class='copiable-anchor'> ¶</a></span></dt>
diff --git a/tp/tests/layout/res_parser/formatting_xhtml/formatting.html
b/tp/tests/layout/res_parser/formatting_xhtml/formatting.html
index 8a3a3bb..8e7ee18 100644
--- a/tp/tests/layout/res_parser/formatting_xhtml/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_xhtml/formatting.html
@@ -1300,18 +1300,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-titlepage-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-titlepage-log-trap2' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-titlepage-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-titlepage-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-titlepage-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-titlepage-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-titlepage-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-titlepage-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-titlepage-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-titlepage-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-titlepage-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-titlepage-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-titlepage-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1572,7 +1572,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1596,7 +1596,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1604,8 +1604,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1715,13 +1715,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1736,7 +1736,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-titlepage-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-titlepage-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-titlepage-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-titlepage-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-titlepage-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2276,18 +2276,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2548,7 +2548,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2572,7 +2572,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2580,8 +2580,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2691,13 +2691,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2712,7 +2712,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -3308,18 +3308,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -3580,7 +3580,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3604,7 +3604,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -3612,8 +3612,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -3723,13 +3723,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3744,7 +3744,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -4283,18 +4283,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id
ule</b></strong> <em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-1"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -4555,7 +4555,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4579,7 +4579,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -4587,8 +4587,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -4698,13 +4698,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -4719,7 +4719,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -5327,18 +5327,18 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over
2}\left({x-\mu \over \sigma}\
<dt id="index-log-trap2-1"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule-1"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-id-ule-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-i-ule-1"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin-6"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin-6'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-7'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed-2"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-4"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx-2"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx-2' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -5649,7 +5649,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5675,7 +5675,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -5684,8 +5684,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>’</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>’</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>’</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>’</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -5816,14 +5816,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -5839,7 +5839,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-8"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-8' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-9"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-9' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-10"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-10' class='copiable-anchor'> ¶</a></span></dt>
diff --git
a/tp/tests/nested_formats/res_parser/nested_cartouche/nested_formats.html
b/tp/tests/nested_formats/res_parser/nested_cartouche/nested_formats.html
index 886ac7a..cf51450 100644
--- a/tp/tests/nested_formats/res_parser/nested_cartouche/nested_formats.html
+++ b/tp/tests/nested_formats/res_parser/nested_cartouche/nested_formats.html
@@ -132,7 +132,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -181,7 +181,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -276,7 +276,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -325,7 +325,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -421,7 +421,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -470,7 +470,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -564,7 +564,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -613,7 +613,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -708,7 +708,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -757,7 +757,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -854,7 +854,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -903,7 +903,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -997,7 +997,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1046,7 +1046,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1141,7 +1141,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1190,7 +1190,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1289,7 +1289,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1338,7 +1338,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1431,7 +1431,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1480,7 +1480,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1574,7 +1574,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1623,7 +1623,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1735,7 +1735,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1795,7 +1795,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1909,7 +1909,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1969,7 +1969,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2084,7 +2084,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2144,7 +2144,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2252,7 +2252,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2301,7 +2301,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2396,7 +2396,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2445,7 +2445,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2543,7 +2543,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2592,7 +2592,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2611,7 +2611,7 @@ html
</dd></dl>
<dl compact="compact">
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>call macro in table
in macro
</p>
@@ -2689,7 +2689,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2738,7 +2738,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2756,7 +2756,7 @@ html
<p>call macro in table at an item beginning
</p></dd>
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>in macro
</p>
@@ -2833,7 +2833,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2882,7 +2882,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2899,7 +2899,7 @@ html
</div></td></tr></table>
</dd>
-<dt><span>a line2</span></dt>
+<dt>a line2</dt>
<dd><p>call macro in table in format_command
</p><table class="cartouche" border="1"><tr><td>
<p>in macro
@@ -2978,7 +2978,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3027,7 +3027,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3125,7 +3125,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3174,7 +3174,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3268,7 +3268,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3317,7 +3317,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3411,7 +3411,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3460,7 +3460,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3556,7 +3556,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3605,7 +3605,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3700,7 +3700,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3749,7 +3749,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3843,7 +3843,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3892,7 +3892,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3986,7 +3986,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4035,7 +4035,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
diff --git
a/tp/tests/nested_formats/res_parser/nested_deffn/nested_formats.html
b/tp/tests/nested_formats/res_parser/nested_deffn/nested_formats.html
index 93f8215..2bb8055 100644
--- a/tp/tests/nested_formats/res_parser/nested_deffn/nested_formats.html
+++ b/tp/tests/nested_formats/res_parser/nested_deffn/nested_formats.html
@@ -146,7 +146,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -196,7 +196,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -306,7 +306,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -356,7 +356,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -466,7 +466,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -516,7 +516,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -624,7 +624,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -674,7 +674,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -784,7 +784,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -834,7 +834,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -945,7 +945,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -995,7 +995,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1103,7 +1103,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1153,7 +1153,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1263,7 +1263,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1313,7 +1313,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1426,7 +1426,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1476,7 +1476,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1583,7 +1583,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1633,7 +1633,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1742,7 +1742,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1792,7 +1792,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1918,7 +1918,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1979,7 +1979,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2107,7 +2107,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2168,7 +2168,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2298,7 +2298,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2359,7 +2359,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2481,7 +2481,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2531,7 +2531,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2641,7 +2641,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2691,7 +2691,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2803,7 +2803,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2853,7 +2853,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2872,7 +2872,7 @@ html
</dd></dl>
<dl compact="compact">
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>call macro in table
in macro
</p>
@@ -2964,7 +2964,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3014,7 +3014,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3032,7 +3032,7 @@ html
<p>call macro in table at an item beginning
</p></dd>
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>in macro
</p>
<dl class="def">
@@ -3123,7 +3123,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3173,7 +3173,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3190,7 +3190,7 @@ html
</div></dd></dl>
</dd>
-<dt><span>a line2</span></dt>
+<dt>a line2</dt>
<dd><p>call macro in table in format_command
</p><dl class="def">
<dt id="index-arg-177"><span class="category">fun:
</span><span><strong>arg</strong> <em>arg1</em><a href='#index-arg-177'
class='copiable-anchor'> ¶</a></span></dt>
@@ -3284,7 +3284,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3334,7 +3334,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3446,7 +3446,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3496,7 +3496,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3604,7 +3604,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3654,7 +3654,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3763,7 +3763,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3813,7 +3813,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3923,7 +3923,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3973,7 +3973,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -4083,7 +4083,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -4133,7 +4133,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -4241,7 +4241,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4291,7 +4291,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4400,7 +4400,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4450,7 +4450,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
diff --git
a/tp/tests/nested_formats/res_parser/nested_enumerate/nested_formats.html
b/tp/tests/nested_formats/res_parser/nested_enumerate/nested_formats.html
index f44021c..5d2b9b3 100644
--- a/tp/tests/nested_formats/res_parser/nested_enumerate/nested_formats.html
+++ b/tp/tests/nested_formats/res_parser/nested_enumerate/nested_formats.html
@@ -132,7 +132,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -181,7 +181,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -276,7 +276,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -325,7 +325,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -421,7 +421,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -470,7 +470,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -564,7 +564,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -613,7 +613,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -708,7 +708,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -757,7 +757,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -854,7 +854,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -903,7 +903,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -997,7 +997,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1046,7 +1046,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1141,7 +1141,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1190,7 +1190,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1289,7 +1289,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1338,7 +1338,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1431,7 +1431,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1480,7 +1480,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1574,7 +1574,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1623,7 +1623,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1735,7 +1735,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1795,7 +1795,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1909,7 +1909,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1969,7 +1969,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2084,7 +2084,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2144,7 +2144,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2252,7 +2252,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2301,7 +2301,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2396,7 +2396,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2445,7 +2445,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2543,7 +2543,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2592,7 +2592,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2611,7 +2611,7 @@ html
</dd></dl>
<dl compact="compact">
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>call macro in table
in macro
</p>
@@ -2689,7 +2689,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2738,7 +2738,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2756,7 +2756,7 @@ html
<p>call macro in table at an item beginning
</p></dd>
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>in macro
</p>
@@ -2833,7 +2833,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2882,7 +2882,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2899,7 +2899,7 @@ html
</div></li></ol>
</dd>
-<dt><span>a line2</span></dt>
+<dt>a line2</dt>
<dd><p>call macro in table in format_command
</p><ol>
<li>in macro
@@ -2978,7 +2978,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3027,7 +3027,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3125,7 +3125,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3174,7 +3174,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3268,7 +3268,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3317,7 +3317,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3411,7 +3411,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3460,7 +3460,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3556,7 +3556,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3605,7 +3605,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3700,7 +3700,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3749,7 +3749,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3843,7 +3843,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3892,7 +3892,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3986,7 +3986,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4035,7 +4035,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
diff --git
a/tp/tests/nested_formats/res_parser/nested_example/nested_formats.html
b/tp/tests/nested_formats/res_parser/nested_example/nested_formats.html
index 032e10d..c09e5c2 100644
--- a/tp/tests/nested_formats/res_parser/nested_example/nested_formats.html
+++ b/tp/tests/nested_formats/res_parser/nested_example/nested_formats.html
@@ -132,7 +132,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -187,7 +187,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -300,7 +300,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -360,7 +360,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -461,7 +461,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -516,7 +516,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -614,7 +614,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -669,7 +669,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -782,7 +782,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -842,7 +842,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -944,7 +944,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -999,7 +999,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1097,7 +1097,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1152,7 +1152,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1265,7 +1265,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1325,7 +1325,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1429,7 +1429,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1484,7 +1484,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1581,7 +1581,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1636,7 +1636,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1748,7 +1748,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1808,7 +1808,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1925,7 +1925,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1985,7 +1985,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2099,7 +2099,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2159,7 +2159,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2274,7 +2274,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2334,7 +2334,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2442,7 +2442,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2497,7 +2497,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2610,7 +2610,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2670,7 +2670,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2773,7 +2773,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2828,7 +2828,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2851,7 +2851,7 @@ html
</dd></dl>
<dl compact="compact">
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>call macro in table
in macro
</p>
@@ -2929,7 +2929,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2984,7 +2984,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3006,7 +3006,7 @@ html
<p>call macro in table at an item beginning
</p></dd>
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>in macro
</p>
@@ -3083,7 +3083,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3138,7 +3138,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3159,7 +3159,7 @@ html
</div></div>
</dd>
-<dt><span>a line2</span></dt>
+<dt>a line2</dt>
<dd><p>call macro in table in format_command
</p><div class="example">
<pre class="example">in macro
@@ -3252,7 +3252,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3312,7 +3312,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3415,7 +3415,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3470,7 +3470,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3568,7 +3568,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3623,7 +3623,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3735,7 +3735,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3795,7 +3795,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3896,7 +3896,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3951,7 +3951,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -4064,7 +4064,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -4124,7 +4124,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -4223,7 +4223,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4278,7 +4278,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -4390,7 +4390,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -4450,7 +4450,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
diff --git
a/tp/tests/nested_formats/res_parser/nested_flushright/nested_formats.html
b/tp/tests/nested_formats/res_parser/nested_flushright/nested_formats.html
index 6236dc7..17802ba 100644
--- a/tp/tests/nested_formats/res_parser/nested_flushright/nested_formats.html
+++ b/tp/tests/nested_formats/res_parser/nested_flushright/nested_formats.html
@@ -122,7 +122,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -170,7 +170,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -253,7 +253,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -301,7 +301,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -385,7 +385,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -433,7 +433,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -516,7 +516,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -564,7 +564,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -647,7 +647,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -695,7 +695,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -780,7 +780,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -828,7 +828,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -911,7 +911,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -959,7 +959,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -1042,7 +1042,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -1090,7 +1090,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -1177,7 +1177,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1225,7 +1225,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -1308,7 +1308,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1356,7 +1356,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -1439,7 +1439,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -1487,7 +1487,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -1587,7 +1587,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1646,7 +1646,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1749,7 +1749,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1808,7 +1808,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1911,7 +1911,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1970,7 +1970,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2066,7 +2066,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2114,7 +2114,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -2197,7 +2197,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -2245,7 +2245,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -2331,7 +2331,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2379,7 +2379,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -2397,7 +2397,7 @@ html
</dd></dl>
<dl compact="compact">
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>call macro in table
in macro
</p>
@@ -2465,7 +2465,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2513,7 +2513,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -2530,7 +2530,7 @@ html
</div>
<p>call macro in table at an item beginning
</p></dd>
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>in macro
</p>
@@ -2597,7 +2597,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2645,7 +2645,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -2661,7 +2661,7 @@ html
<div align="center">ce–ntered line
</div>
</dd>
-<dt><span>a line2</span></dt>
+<dt>a line2</dt>
<dd><p>call macro in table in format_command
</p><p align="right">in macro
</p>
@@ -2729,7 +2729,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -2777,7 +2777,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -2863,7 +2863,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2911,7 +2911,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -2994,7 +2994,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3042,7 +3042,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3124,7 +3124,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3172,7 +3172,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3256,7 +3256,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3304,7 +3304,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3387,7 +3387,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3435,7 +3435,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3517,7 +3517,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3565,7 +3565,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3647,7 +3647,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3695,7 +3695,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
diff --git
a/tp/tests/nested_formats/res_parser/nested_group/nested_formats.html
b/tp/tests/nested_formats/res_parser/nested_group/nested_formats.html
index bd325f1..dd4af43 100644
--- a/tp/tests/nested_formats/res_parser/nested_group/nested_formats.html
+++ b/tp/tests/nested_formats/res_parser/nested_group/nested_formats.html
@@ -122,7 +122,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -170,7 +170,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -253,7 +253,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -301,7 +301,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -385,7 +385,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -433,7 +433,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -516,7 +516,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -564,7 +564,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -647,7 +647,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -695,7 +695,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -780,7 +780,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -828,7 +828,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -911,7 +911,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -959,7 +959,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1042,7 +1042,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1090,7 +1090,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1177,7 +1177,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1225,7 +1225,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1308,7 +1308,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1356,7 +1356,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1439,7 +1439,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1487,7 +1487,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1587,7 +1587,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1646,7 +1646,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1749,7 +1749,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1808,7 +1808,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1911,7 +1911,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1970,7 +1970,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2066,7 +2066,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2114,7 +2114,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2197,7 +2197,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2245,7 +2245,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2331,7 +2331,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2379,7 +2379,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2397,7 +2397,7 @@ html
</dd></dl>
<dl compact="compact">
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>call macro in table
in macro
</p>
@@ -2465,7 +2465,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2513,7 +2513,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2530,7 +2530,7 @@ html
</div>
<p>call macro in table at an item beginning
</p></dd>
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>in macro
</p>
@@ -2597,7 +2597,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2645,7 +2645,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2661,7 +2661,7 @@ html
<div align="center">ce–ntered line
</div>
</dd>
-<dt><span>a line2</span></dt>
+<dt>a line2</dt>
<dd><p>call macro in table in format_command
</p><p>in macro
</p>
@@ -2729,7 +2729,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2777,7 +2777,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2863,7 +2863,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2911,7 +2911,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2994,7 +2994,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3042,7 +3042,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3124,7 +3124,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3172,7 +3172,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3256,7 +3256,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3304,7 +3304,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3387,7 +3387,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3435,7 +3435,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3517,7 +3517,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3565,7 +3565,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3647,7 +3647,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3695,7 +3695,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
diff --git
a/tp/tests/nested_formats/res_parser/nested_itemize/nested_formats.html
b/tp/tests/nested_formats/res_parser/nested_itemize/nested_formats.html
index d822c2a..bb5c2d3 100644
--- a/tp/tests/nested_formats/res_parser/nested_itemize/nested_formats.html
+++ b/tp/tests/nested_formats/res_parser/nested_itemize/nested_formats.html
@@ -138,7 +138,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -187,7 +187,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -288,7 +288,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -337,7 +337,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -439,7 +439,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -488,7 +488,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -588,7 +588,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -637,7 +637,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -738,7 +738,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -787,7 +787,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -890,7 +890,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -939,7 +939,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1039,7 +1039,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1088,7 +1088,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1189,7 +1189,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1238,7 +1238,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1343,7 +1343,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1392,7 +1392,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1491,7 +1491,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1540,7 +1540,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1640,7 +1640,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1689,7 +1689,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1807,7 +1807,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1867,7 +1867,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1987,7 +1987,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2047,7 +2047,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2168,7 +2168,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2228,7 +2228,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2342,7 +2342,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2391,7 +2391,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2492,7 +2492,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2541,7 +2541,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2645,7 +2645,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2694,7 +2694,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2713,7 +2713,7 @@ html
</dd></dl>
<dl compact="compact">
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>call macro in table
in macro
</p>
@@ -2797,7 +2797,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2846,7 +2846,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2864,7 +2864,7 @@ html
<p>call macro in table at an item beginning
</p></dd>
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>in macro
</p>
<ul>
@@ -2947,7 +2947,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2996,7 +2996,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3013,7 +3013,7 @@ html
</div></li></ul>
</dd>
-<dt><span>a line2</span></dt>
+<dt>a line2</dt>
<dd><p>call macro in table in format_command
</p><ul>
<li>in macro
@@ -3098,7 +3098,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3147,7 +3147,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3251,7 +3251,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3300,7 +3300,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3400,7 +3400,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3449,7 +3449,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3549,7 +3549,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3598,7 +3598,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3700,7 +3700,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3749,7 +3749,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3850,7 +3850,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3899,7 +3899,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3999,7 +3999,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4048,7 +4048,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4148,7 +4148,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4197,7 +4197,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
diff --git a/tp/tests/nested_formats/res_parser/nested_menu/nested_formats.html
b/tp/tests/nested_formats/res_parser/nested_menu/nested_formats.html
index 4ad1521..f03eda2 100644
--- a/tp/tests/nested_formats/res_parser/nested_menu/nested_formats.html
+++ b/tp/tests/nested_formats/res_parser/nested_menu/nested_formats.html
@@ -132,7 +132,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -187,7 +187,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -300,7 +300,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -360,7 +360,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -461,7 +461,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -516,7 +516,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -614,7 +614,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -669,7 +669,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -782,7 +782,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -842,7 +842,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -944,7 +944,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -999,7 +999,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -1097,7 +1097,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1152,7 +1152,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -1265,7 +1265,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -1325,7 +1325,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -1429,7 +1429,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1484,7 +1484,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -1581,7 +1581,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1636,7 +1636,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -1748,7 +1748,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -1808,7 +1808,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -1925,7 +1925,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1985,7 +1985,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="menu-comment">l--ine
</pre></dd>
</dl>
@@ -2099,7 +2099,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2159,7 +2159,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="menu-comment">l--ine
</pre></dd>
</dl>
@@ -2274,7 +2274,7 @@ html
<pre class="menu-preformatted">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="menu-preformatted">l--ine
</pre></dd>
</dl>
@@ -2334,7 +2334,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="menu-comment">l--ine
</pre></dd>
</dl>
@@ -2442,7 +2442,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2497,7 +2497,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -2610,7 +2610,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -2670,7 +2670,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -2773,7 +2773,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2828,7 +2828,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -2851,7 +2851,7 @@ html
</dd></dl>
<dl compact="compact">
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>call macro in table
in macro
</p>
@@ -2929,7 +2929,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2984,7 +2984,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -3006,7 +3006,7 @@ html
<p>call macro in table at an item beginning
</p></dd>
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>in macro
</p>
@@ -3083,7 +3083,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3138,7 +3138,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -3159,7 +3159,7 @@ html
</div></th></tr></table>
</dd>
-<dt><span>a line2</span></dt>
+<dt>a line2</dt>
<dd><p>call macro in table in format_command
</p><table class="menu" border="0" cellspacing="0">
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">in
macro
@@ -3252,7 +3252,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -3312,7 +3312,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -3415,7 +3415,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3470,7 +3470,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -3568,7 +3568,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3623,7 +3623,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -3735,7 +3735,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -3795,7 +3795,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -3896,7 +3896,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3951,7 +3951,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -4064,7 +4064,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -4124,7 +4124,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -4223,7 +4223,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4278,7 +4278,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -4390,7 +4390,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
@@ -4450,7 +4450,7 @@ html
<pre class="menu-comment">
</pre><dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><pre class="menu-comment">l–ine
</pre></dd>
</dl>
diff --git
a/tp/tests/nested_formats/res_parser/nested_multitable/nested_formats.html
b/tp/tests/nested_formats/res_parser/nested_multitable/nested_formats.html
index 2d0b949..08392d1 100644
--- a/tp/tests/nested_formats/res_parser/nested_multitable/nested_formats.html
+++ b/tp/tests/nested_formats/res_parser/nested_multitable/nested_formats.html
@@ -132,7 +132,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -181,7 +181,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -277,7 +277,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -326,7 +326,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -422,7 +422,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -471,7 +471,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -566,7 +566,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -615,7 +615,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -711,7 +711,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -760,7 +760,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -857,7 +857,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -906,7 +906,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1001,7 +1001,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1050,7 +1050,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1146,7 +1146,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1195,7 +1195,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1294,7 +1294,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1343,7 +1343,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1437,7 +1437,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1486,7 +1486,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1581,7 +1581,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1630,7 +1630,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1742,7 +1742,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1789,7 +1789,7 @@ html
<dd><pre class="example">d--effn
</pre></dd></dl>
<pre class="example"></pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1896,7 +1896,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1943,7 +1943,7 @@ html
<dd><pre class="example">d--effn
</pre></dd></dl>
<pre class="example"></pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2008,7 +2008,7 @@ Something2</pre><table>
<dd><pre class="example">d--effn
</pre></dd></dl>
<pre class="example"></pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2045,7 +2045,7 @@ Something2</pre><table>
<dd><pre class="example">d--effn
</pre></dd></dl>
<pre class="example"></pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2145,7 +2145,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2194,7 +2194,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2290,7 +2290,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2339,7 +2339,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2437,7 +2437,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2486,7 +2486,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2506,7 +2506,7 @@ html
</dd></dl>
<dl compact="compact">
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>call macro in table
in macro
</p>
@@ -2584,7 +2584,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2633,7 +2633,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2652,7 +2652,7 @@ html
<p>call macro in table at an item beginning
</p></dd>
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>in macro
</p>
@@ -2729,7 +2729,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2778,7 +2778,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2796,7 +2796,7 @@ html
</table>
</dd>
-<dt><span>a line2</span></dt>
+<dt>a line2</dt>
<dd><p>call macro in table in format_command
</p><table>
<tr><td>in macro
@@ -2875,7 +2875,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2924,7 +2924,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3022,7 +3022,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3071,7 +3071,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3166,7 +3166,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3215,7 +3215,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3310,7 +3310,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3359,7 +3359,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3455,7 +3455,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3504,7 +3504,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3600,7 +3600,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3649,7 +3649,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3743,7 +3743,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3792,7 +3792,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3887,7 +3887,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -3936,7 +3936,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
diff --git
a/tp/tests/nested_formats/res_parser/nested_quotation/nested_formats.html
b/tp/tests/nested_formats/res_parser/nested_quotation/nested_formats.html
index f8f2318..7be3a54 100644
--- a/tp/tests/nested_formats/res_parser/nested_quotation/nested_formats.html
+++ b/tp/tests/nested_formats/res_parser/nested_quotation/nested_formats.html
@@ -138,7 +138,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -187,7 +187,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -288,7 +288,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -337,7 +337,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -439,7 +439,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -488,7 +488,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -588,7 +588,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -637,7 +637,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -738,7 +738,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -787,7 +787,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -890,7 +890,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -939,7 +939,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1039,7 +1039,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1088,7 +1088,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1189,7 +1189,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1238,7 +1238,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1343,7 +1343,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1392,7 +1392,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1491,7 +1491,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1540,7 +1540,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1640,7 +1640,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1689,7 +1689,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1807,7 +1807,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1867,7 +1867,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1987,7 +1987,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2047,7 +2047,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2168,7 +2168,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2228,7 +2228,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2342,7 +2342,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2391,7 +2391,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2492,7 +2492,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2541,7 +2541,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2645,7 +2645,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2694,7 +2694,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2713,7 +2713,7 @@ html
</dd></dl>
<dl compact="compact">
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>call macro in table
in macro
</p>
@@ -2797,7 +2797,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2846,7 +2846,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2864,7 +2864,7 @@ html
<p>call macro in table at an item beginning
</p></dd>
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>in macro
</p>
<blockquote>
@@ -2947,7 +2947,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2996,7 +2996,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3013,7 +3013,7 @@ html
</div></blockquote>
</dd>
-<dt><span>a line2</span></dt>
+<dt>a line2</dt>
<dd><p>call macro in table in format_command
</p><blockquote>
<p>in macro
@@ -3098,7 +3098,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3147,7 +3147,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3251,7 +3251,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3300,7 +3300,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3400,7 +3400,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3449,7 +3449,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3549,7 +3549,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3598,7 +3598,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3700,7 +3700,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3749,7 +3749,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3850,7 +3850,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3899,7 +3899,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3999,7 +3999,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4048,7 +4048,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4148,7 +4148,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4197,7 +4197,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
diff --git
a/tp/tests/nested_formats/res_parser/nested_table/nested_formats.html
b/tp/tests/nested_formats/res_parser/nested_table/nested_formats.html
index 0ba23ad..774f6c0 100644
--- a/tp/tests/nested_formats/res_parser/nested_table/nested_formats.html
+++ b/tp/tests/nested_formats/res_parser/nested_table/nested_formats.html
@@ -137,7 +137,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -186,7 +186,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -287,7 +287,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -336,7 +336,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -439,7 +439,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -488,7 +488,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -588,7 +588,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -637,7 +637,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -738,7 +738,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -787,7 +787,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -891,7 +891,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -940,7 +940,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1040,7 +1040,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1089,7 +1089,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1190,7 +1190,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1239,7 +1239,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1345,7 +1345,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1394,7 +1394,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1493,7 +1493,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1542,7 +1542,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1642,7 +1642,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1691,7 +1691,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1810,7 +1810,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1870,7 +1870,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -1990,7 +1990,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2050,7 +2050,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2171,7 +2171,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2231,7 +2231,7 @@ html
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -2346,7 +2346,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2395,7 +2395,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2496,7 +2496,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2545,7 +2545,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2650,7 +2650,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2699,7 +2699,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2719,7 +2719,7 @@ html
</dd></dl>
<dl compact="compact">
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>call macro in table
in macro
</p>
@@ -2802,7 +2802,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2851,7 +2851,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2870,7 +2870,7 @@ html
<p>call macro in table at an item beginning
</p></dd>
-<dt><span>a line</span></dt>
+<dt>a line</dt>
<dd><p>in macro
</p>
@@ -2952,7 +2952,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3001,7 +3001,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3019,7 +3019,7 @@ html
</dl>
</dd>
-<dt><span>a line2</span></dt>
+<dt>a line2</dt>
<dd><p>call macro in table in format_command
</p><dl compact="compact">
<dd><p>in macro
@@ -3103,7 +3103,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3152,7 +3152,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3257,7 +3257,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3306,7 +3306,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3406,7 +3406,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3455,7 +3455,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3555,7 +3555,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3604,7 +3604,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -3707,7 +3707,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3756,7 +3756,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3857,7 +3857,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -3906,7 +3906,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="left">l–ine
</p></dd>
</dl>
@@ -4007,7 +4007,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4056,7 +4056,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4156,7 +4156,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
@@ -4205,7 +4205,7 @@ html
</p></dd></dl>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p align="right">l–ine
</p></dd>
</dl>
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
b/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
index c91eb7a..331ac17 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
@@ -1432,18 +1432,18 @@ $">
<dt id="index-copying-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a
href='#index-copying-log-trap2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-ule"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-copying-id-ule' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-copying-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-copying-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a
href='#index-copying-bidule-machin' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-copying-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-copying-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-copying-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-copying-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-copying-a"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-copying-a' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-copying-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -1704,7 +1704,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1728,7 +1728,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -1736,8 +1736,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -1864,13 +1864,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -1885,7 +1885,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-copying-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-copying-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-copying-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-copying-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-copying-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -2507,18 +2507,18 @@ $">
<dt id="index-log-trap2"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id
ule</b></strong> <em>truc</em><a href='#index-id-ule' class='copiable-anchor'>
¶</a></span></dt>
<dt id="index-id-i-ule"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-1"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-1"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -2779,7 +2779,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</p>
<dl compact="compact">
-<dt><span><strong>a–strong</strong></span></dt>
+<dt><strong>a–strong</strong></dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2803,7 +2803,7 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span><code>a--code</code></span></dt>
+<dt><code>a--code</code></dt>
<dd><p>Value–table code
</p></dd>
</dl>
@@ -2811,8 +2811,8 @@ ref</a>
<dl compact="compact">
<dd><p>Title
</p></dd>
-<dt><span>‘<samp>a--samp</samp>’</span></dt>
-<dt><span>‘<samp>a2--samp</samp>’</span></dt>
+<dt>‘<samp>a--samp</samp>’</dt>
+<dt>‘<samp>a2--samp</samp>’</dt>
<dd><p>Value–table samp
</p></dd>
</dl>
@@ -2939,13 +2939,13 @@ html ''
</li></ul>
<dl compact="compact">
-<dt><span>a</span></dt>
+<dt>a</dt>
<dd><p>l–ine
</p></dd>
</dl>
<dl compact="compact">
-<dt><span>a–missing style formatting</span></dt>
+<dt>a–missing style formatting</dt>
<dd><p>l–ine
</p></dd>
</dl>
@@ -2960,7 +2960,7 @@ html ''
</dl>
<dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-2"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-2' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-3"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-3' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-4"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-4' class='copiable-anchor'> ¶</a></span></dt>
@@ -3651,18 +3651,18 @@ $">
<dt id="index-log-trap2-1"><span class="category">Command:
</span><span><strong>log trap2</strong> <em></em><a href='#index-log-trap2-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-ule-1"><span class="category">cmde:
</span><span><strong><b>id ule</b></strong> <em>truc</em><a
href='#index-id-ule-1' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-id-i-ule-1"><span class="category">cmde2:
</span><span><strong><b>id ‘<samp>i</samp>’ ule</b></strong>
<em>truc</em><a href='#index-id-i-ule-1' class='copiable-anchor'>
¶</a></span></dt>
-<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><span><strong></strong></span></dt>
-<dt><span><strong></strong></span></dt>
-<dt><span class="category">aaa: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category"><b>id ‘<samp>i</samp>’ ule</b>:
</span><strong></strong></dt>
+<dt><strong></strong></dt>
+<dt><span class="category">aaa: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-machin-6"><span class="category">:
</span><span><strong>machin</strong><a href='#index-machin-6'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-bidule-machin-1"><span class="category">:
</span><span><strong>bidule machin</strong><a href='#index-bidule-machin-1'
class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-7"><span class="category">truc:
</span><span><strong>machin</strong><a href='#index-machin-7'
class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
<dt id="index-followed-2"><span class="category">truc:
</span><span><strong>followed</strong> <em>by a comment</em><a
href='#index-followed-2' class='copiable-anchor'> ¶</a></span></dt>
-<dt><span class="category">truc: </span><span><strong></strong></span></dt>
-<dt><span class="category">: </span><span><strong></strong></span></dt>
+<dt><span class="category">truc: </span><strong></strong></dt>
+<dt><span class="category">: </span><strong></strong></dt>
<dt id="index-a-4"><span class="category">truc:
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a
href='#index-a-4' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-deffnx-2"><span class="category">truc:
</span><span><strong>deffnx</strong> <em>before end deffn</em><a
href='#index-deffnx-2' class='copiable-anchor'> ¶</a></span></dt>
</dl>
@@ -3973,7 +3973,7 @@ ref</a>
<a href="#chapter">title with uref2 <a
href="href://http/myhost.com/index2.html">uref2</a></a>
</pre><dl compact="compact">
-<dt><span><tt><strong>a--strong</strong></tt></span></dt>
+<dt><tt><strong>a--strong</strong></tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -3999,7 +3999,7 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt><code>a--code</code></tt></span></dt>
+<dt><tt><code>a--code</code></tt></dt>
<dd><pre class="example">Value--table code
</pre></dd>
</dl>
@@ -4008,8 +4008,8 @@ ref</a>
</pre><dl compact="compact">
<dd><pre class="example">Title
</pre></dd>
-<dt><span><tt>‘<samp>a--samp</samp>’</tt></span></dt>
-<dt><span><tt>‘<samp>a2--samp</samp>’</tt></span></dt>
+<dt><tt>‘<samp>a--samp</samp>’</tt></dt>
+<dt><tt>‘<samp>a2--samp</samp>’</tt></dt>
<dd><pre class="example">Value--table samp
</pre></dd>
</dl>
@@ -4157,14 +4157,14 @@ Invalid use of @':
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a</tt></span></dt>
+<dt><tt>a</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
<pre class="example">
</pre><dl compact="compact">
-<dt><span><tt>a--missing style formatting</tt></span></dt>
+<dt><tt>a--missing style formatting</tt></dt>
<dd><pre class="example">l--ine
</pre></dd>
</dl>
@@ -4180,7 +4180,7 @@ Invalid use of @':
<pre class="example">
</pre><dl class="def">
-<dt><span class="category">fun: </span><span><strong></strong></span></dt>
+<dt><span class="category">fun: </span><strong></strong></dt>
<dt id="index-machin-8"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and</em><a
href='#index-machin-8' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-9"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and after</em><a
href='#index-machin-9' class='copiable-anchor'> ¶</a></span></dt>
<dt id="index-machin-10"><span class="category">truc:
</span><span><strong>machin</strong> <em>bidule chose and </em><a
href='#index-machin-10' class='copiable-anchor'> ¶</a></span></dt>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_item_command) (_convert_def_line_type): only output <span> associated with copiable anchor if there is a copiable anchor.,
Patrice Dumas <=