From d3f52b2d9dc5815b73119982013465a10140e182 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 . --- html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 18141d60..a9a667ce 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.252 2019/01/18 14:36:21 schwarze Exp $ */ +/* $Id: html.c,v 1.253 2019/03/01 10:57:17 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2011-2015, 2017-2019 Ingo Schwarze @@ -63,6 +63,7 @@ static const struct htmldata htmltags[TAG_MAX] = { {"title", HTML_NLAROUND}, {"div", HTML_NLAROUND}, {"div", 0}, + {"section", HTML_NLALL}, {"h1", HTML_NLAROUND}, {"h2", HTML_NLAROUND}, {"span", 0}, -- cgit v1.2.3