[Webkit-unassigned] [Bug 22764] bottom border misaligned due to image
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 18 00:58:19 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=22764
--- Comment #5 from Eric Seidel <eric at webkit.org> 2011-05-18 00:58:19 PST ---
It looks like the float overflows the <div> (which seems to be expected, but I haven't found the relevante CSS 2.1 text yet), but the <table> has an implicit clear on it. Meaning the table is pushed down below the float, causing the gap in the border.
In general comparing with IE (especially in strict mode) is folly. IE's rendering has historically been horribly non-standards compliant. They were the standard for years and years, but that is no longer the case.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list