[Webkit-unassigned] [Bug 22764] bottom border misaligned due to image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 00:53:03 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=22764





--- Comment #4 from Eric Seidel <eric at webkit.org>  2011-05-18 00:53:03 PST ---
Our current behavior matches FF4, so clearly they've changed their behavior away from FF3.

Line height measurement is documented here:
http://www.w3.org/TR/CSS2/visudet.html#line-height

Hmmm... This section also seems relevant:

The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap the margin box of any floats in the same block formatting context as the element itself. If necessary, implementations should clear the said element by placing it below any preceding floats, but may place it adjacent to such floats if there is sufficient space. They may even make the border box of said element narrower than defined by section 10.3.3. CSS2 does not define when a UA may put said element next to the float or by how much said element may become narrower.
http://www.w3.org/TR/CSS2/visuren.html#floats

-- 
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