diff options
-rw-r--r-- | todo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/todo b/todo index 68776e04..eed500d4 100644 --- a/todo +++ b/todo @@ -76,6 +76,8 @@ layout engine: - 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 :( - table layout: include caption in width calculation - details element - overflow |