summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-08-29 15:10:28 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-08-29 15:10:28 +0000
commite06815cf2f9dbd9bf79ed2d0e040a6314b963236 (patch)
treea450562076a2f42324a408c222c6130677091ed0 /TODO
parent2510486fc44a83002c7f77dfeaf94603b0cea866 (diff)
downloadmandoc-e06815cf2f9dbd9bf79ed2d0e040a6314b963236.tar.gz
tedu@ reports tbl(7) issues in synaptics(4)
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
index c47edb96..1ea89a2e 100644
--- a/TODO
+++ b/TODO
@@ -208,6 +208,20 @@ are mere guesses, and some may be wrong.
--- missing tbl features -----------------------------------------------
+- horizontal lines in the layout still consume data cells
+ and can be mixed with actual data on the same table line
+ synaptics(4) found by tedu@ Mon, 17 Aug 2015 21:17:42 -0400
+ loc ** exist ** algo ** size ** imp ***
+
+- the "w" layout option is ignored
+ synaptics(4) found by tedu@ Mon, 17 Aug 2015 21:17:42 -0400
+ loc * exist * algo * size * imp **
+
+- the "s" layout column specifier is used for placement of data
+ into columns, but ignored during column width calculations
+ synaptics(4) found by tedu@ Mon, 17 Aug 2015 21:17:42 -0400
+ loc * exist ** algo *** size * imp **
+
- support mdoc(7) and man(7) macros inside tbl(7) code;
probably requires the parser reorg and letting tbl(7)
use roff_node such that macro sets can mix;