diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-20 13:07:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-20 13:07:24 +0000 |
commit | 2258889db3530de027ab40978bb09a8a824e9c5f (patch) | |
tree | 3397ad64fc7264299ca618c68bee2b1dc548b6d7 /regress/mdoc/Bd/nested.out_html | |
parent | 25b07ce44ad2c1d5e59d80a7abb5385c5d62169d (diff) | |
download | mandoc-2258889db3530de027ab40978bb09a8a824e9c5f.tar.gz |
In fragment identifiers, use ~%d for ordinal suffixes,
and reserve the character '~' for that purpose.
Bug found by validator.w3.org in openssl(1), which contains both a
tag "tls1_2" and a second instance of a tag "tls1", which also resulted
in "tls1_2", causing a clash. Now, the second instance of "tls1" is
rendered as "tls1~2" instead, employing the newly reserved '~'.
Diffstat (limited to 'regress/mdoc/Bd/nested.out_html')
-rw-r--r-- | regress/mdoc/Bd/nested.out_html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/mdoc/Bd/nested.out_html b/regress/mdoc/Bd/nested.out_html index bc71c270..94761895 100644 --- a/regress/mdoc/Bd/nested.out_html +++ b/regress/mdoc/Bd/nested.out_html @@ -8,10 +8,10 @@ outer text</div> regular text <div class="Bd Pp - Bd-indent" id="outer_2"><a class="permalink" href="#outer_2">outer</a> text + Bd-indent" id="outer~2"><a class="permalink" href="#outer~2">outer</a> text (4n) <div class="Bd Pp - Bd-indent" id="inner_2"><a class="permalink" href="#inner_2">inner</a> text + Bd-indent" id="inner~2"><a class="permalink" href="#inner~2">inner</a> text (2n)</div> outer text <dl class="Bl-tag"> |