diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-03-01 10:57:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-03-01 10:57:17 +0000 |
commit | 4d38af9845d3e85ca8120d21d9ef44415769ecfb (patch) | |
tree | a01f20d1ad4eb3d0cee4292440677f98444e24be /regress/man/IP | |
parent | de0e5309636a7a9c363b09ddd327ce06512201d5 (diff) | |
download | mandoc-4d38af9845d3e85ca8120d21d9ef44415769ecfb.tar.gz |
Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements
as recommended for accessibility by the HTML 5 standard.
Triggered by a similar, but slightly different suggestion
from Laura Morales <lauretas at mail dot com>.
Diffstat (limited to 'regress/man/IP')
-rw-r--r-- | regress/man/IP/literal.out_html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/man/IP/literal.out_html b/regress/man/IP/literal.out_html index 844eb1dd..dce47df1 100644 --- a/regress/man/IP/literal.out_html +++ b/regress/man/IP/literal.out_html @@ -24,6 +24,7 @@ literal paragraph </pre> regular text +<section class="Ss"> <h2 class="Ss" id="literal_into_indented_paragraph"><a class="permalink" href="#literal_into_indented_paragraph">literal into indented paragraph</a></h2> regular text @@ -42,6 +43,8 @@ text indented regular text</dd> </dl> <p class="Pp">new regular paragraph</p> +</section> +<section class="Ss"> <h2 class="Ss" id="literal_out_of_indented_paragraph"><a class="permalink" href="#literal_out_of_indented_paragraph">literal out of indented paragraph</a></h2> regular text |