]> git.cameronkatri.com Git - mandoc.git/commit
Improve <table> syntax:
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 5 Feb 2017 18:15:39 +0000 (18:15 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 5 Feb 2017 18:15:39 +0000 (18:15 +0000)
commitc6e62f9888a3bce6f8b3f7a4ee028dbdfc01ab1f
tree5b001c4f9597be2aa5b561fe3d2bd93dae2735ec
parent917cc472b6d91e5bac0a2f3cdf26e113a64ecd45
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.
html.c
html.h
man_html.c
mdoc_html.c
tbl_html.c