CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/25 07:46:01
Modified files:
usr.bin/mandoc : html.c html.h mdoc_html.c tbl_html.c
Log message:
Do not write <colgroup> elements. Their only purpose is to enforce
author-specified column widths, which can harm responsive design and
provide no real benefit: HTML rendering engines usually do just
fine automatically selecting appropriate column widths.
