CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/03/01 03:48:59
Modified files:
usr.bin/mandoc : html.c html.h man_html.c mandoc.css mdoc_html.c
regress/usr.bin/mandoc/man/IP: literal.out_html
regress/usr.bin/mandoc/man/SH: paragraph.out_html
regress/usr.bin/mandoc/man/SS: paragraph.out_html
regress/usr.bin/mandoc/mdoc/Rs: paragraph.out_html
regress/usr.bin/mandoc/mdoc/Sh: paragraph.out_html
regress/usr.bin/mandoc/roff/ft: badargs.out_html
Log message:
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>.