about summary refs log tree commit diff stats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo3
1 files changed, 0 insertions, 3 deletions
diff --git a/todo b/todo
index 71c85e46..32099bff 100644
--- a/todo
+++ b/todo
@@ -60,9 +60,6 @@ layout engine:
 - box borders
 	* will probably need special treatment, as borders must round to
 	  1ch in x direction and 1em in y direction.
-- make table width calculation consistent with FF etc.
-	* unfortunately, most websites are designed for auto table layouts
-	  where w3m's space distribution algorithm does not work really well :/
 - do not break inline boxes with out-of-flow block boxes (float, absolute, etc.)
 	* this seems hard to fix properly :(
 	* reminder: this does *not* apply to flexbox; in fact it has the inverse