diff options
author | bptato <nincsnevem662@gmail.com> | 2023-09-09 19:58:49 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-09-09 19:58:49 +0200 |
commit | edf4321c7a2b206ff8f8fa3e69174e05c4c414bd (patch) | |
tree | 11d4ac29d90f9bbe41514c0d14ffd609ae03a0b2 /todo | |
parent | ef43cb35d55370690f674b2234124c73cfdc9f15 (diff) | |
download | chawan-edf4321c7a2b206ff8f8fa3e69174e05c4c414bd.tar.gz |
layout: add table rowspan
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/todo b/todo index 2b9a7162..72d3c57d 100644 --- a/todo +++ b/todo @@ -78,8 +78,6 @@ layout engine: - important: floats (way too many websites look very ugly without them) - make background-color a property of inline boxes, not words. (this would require implementing actual inline boxes) -- table rowspan - * there's already a `growing' list in table context, just use that... - overflow - incremental layout & layout caching * first for tree generation, then for layout. |