bring our preferred min max width calculation algorithm for floats closer
commit758ab2790822a19e26c08055670a6204109b59e7
authorggarand <ggarand@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Sun, 19 Oct 2008 21:55:02 +0000 (19 21:55 +0000)
committerggarand <ggarand@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Sun, 19 Oct 2008 21:55:02 +0000 (19 21:55 +0000)
tree1f3a989c876c7fcc82e5b6fcbe28e0e0fb80976c
parentcd598b0d6621aabd46c5db1e0146bbe7b99745a5
bring our preferred min max width calculation algorithm for floats closer
to Gecko 1.9+ and WebCore.

We may give up on trying to emulate in-layout calculations as
Gecko has now switched to methods independent of layout.

As a result the interoperability with Gecko 1.9+ is stunning,
but somewhat worse with IE/Opera.

Fix e.g extremetech.com articles layout.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs@873661 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
khtml/rendering/render_block.cpp