CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/02/05 11:13:28
Modified files:
usr.bin/mandoc : html.c html.h man_html.c mdoc_html.c tbl_html.c
Log message:
Improve <table> syntax:
The <col> element can only appear inside <colgroup>, so use <colgroup>.
The <tbody> element is optional and useless, so don't use it.
Even if we would ever need <thead> or <tfoot>, <tbody> would still be
optional and useless; besides, we will likely never need <thead> or <tfoot>,
simply because our languages don't support such functionality.