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.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html.h') diff --git a/html.h b/html.h index 7bdf698c..a6bf8911 100644 --- a/html.h +++ b/html.h @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.101 2019/01/18 14:36:21 schwarze Exp $ */ +/* $Id: html.h,v 1.102 2019/03/01 10:57:18 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2017, 2018, 2019 Ingo Schwarze @@ -24,6 +24,7 @@ enum htmltag { TAG_TITLE, TAG_DIV, TAG_IDIV, + TAG_SECTION, TAG_H1, TAG_H2, TAG_SPAN, -- cgit v1.2.3