From 4d38af9845d3e85ca8120d21d9ef44415769ecfb Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 1 Mar 2019 10:57:17 +0000 Subject: Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML
elements as recommended for accessibility by the HTML 5 standard. Triggered by a similar, but slightly different suggestion from Laura Morales . --- regress/mdoc/Rs/paragraph.out_html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'regress/mdoc/Rs') diff --git a/regress/mdoc/Rs/paragraph.out_html b/regress/mdoc/Rs/paragraph.out_html index ab2575e5..251d0d0c 100644 --- a/regress/mdoc/Rs/paragraph.out_html +++ b/regress/mdoc/Rs/paragraph.out_html @@ -4,6 +4,8 @@ initial reference: author name, book title.

in a paragraph: another author, another book.

+
+

initial reference: -- cgit