[webkit-reviews] review requested: [Bug 15869] misalignment because of float:left of <div> tag : [Attachment 34774] Use computed width for float avoidance and unify the rules across parsing modes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 13 12:51:18 PDT 2009


mitz at webkit.org has asked  for review:
Bug 15869: misalignment  because of float:left of <div> tag
https://bugs.webkit.org/show_bug.cgi?id=15869

Attachment 34774: Use computed width for float avoidance and unify the rules
across parsing modes
https://bugs.webkit.org/attachment.cgi?id=34774&action=review

------- Additional Comments from mitz at webkit.org
This appears to match Firefox and IE8 with the exceptions that in Firefox,
<hr>s just overflow instead of clearing the float, and in IE, the <hr>’s
percent sizes are computed relative to the available width next to the float
(so 100% or less never needs to clear the float).


More information about the webkit-reviews mailing list