]> git.cameronkatri.com Git - mandoc.git/commit
Instead of the custom <div class="manual-text">, use the standard
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 3 Jul 2022 14:29:44 +0000 (14:29 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 3 Jul 2022 14:29:44 +0000 (14:29 +0000)
commita77bef18f1857a07c9bb3dee9c7baf792fcfe588
tree3faa0dd7eb6463108e7e733fb70d042d1c6e0214
parent2cf172046664124e8c0589ee7e420c1008ee368e
Instead of the custom <div class="manual-text">, use the standard
HTML <main> element.  The benefit is that it has the ARIA landmark
role "main" by default.  To ease the transition for people using
their own CSS file instead of mandoc.css, retain the custom class
for now.

I had this idea in a discussion with Anna Vyalkova <cyber at sysrq dot in>.
Patch from Anna, slightly tweaked by me.
html.c
html.h
man_html.c
mandoc.css
mdoc_html.c