aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitf5beb1d89fc26a2088ce55e8eff2ef03e18475f0 (patch)
tree92aaedced1b2b5400e8da8af46d067e6d6922a58 /TODO
parent12f4fdd4872dac294b89bcf984492bc88dca0b5e (diff)
downloadmandoc-f5beb1d89fc26a2088ce55e8eff2ef03e18475f0.tar.gz
mandoc-f5beb1d89fc26a2088ce55e8eff2ef03e18475f0.tar.zst
mandoc-f5beb1d89fc26a2088ce55e8eff2ef03e18475f0.zip
tedu@ reports tbl(7) issues in synaptics(4)
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 15 insertions, 1 deletions
diff --git a/TODO b/TODO
index bf514942..c17f6812 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.212 2015/07/18 03:43:51 schwarze Exp $
+* $Id: TODO,v 1.213 2015/08/29 15:10:28 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -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;