CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/08 18:45:33
Modified files:
usr.bin/mandoc : html.c html.h mandoc.css mdoc_html.c
Log message:
Fix a long-standing issue:
Some macros (Nd, Oo) can contain blocks but rendered as elements that
can only contain phrasing content, resulting in invalid HTML nesting.
Switch them to <div>.
Also move the related "display: inline" style from the HTML to the CSS.
Reminded during a conversation with John Gardner.
