[Webkit-unassigned] [Bug 122513] [CSS Shapes] Floats should be positioned based on the border box inside shape-inside

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 8 12:53:43 PDT 2013


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


Bem Jones-Bey <bjonesbe at adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bjonesbe at adobe.com




--- Comment #1 from Bem Jones-Bey <bjonesbe at adobe.com>  2013-10-08 12:52:34 PST ---
(In reply to comment #0)
> Currently, the shape-inside floats implementation doesn't deal with floats with margins/borders. Floats should be positioned based on the border box. (See Bem's comment: https://bugs.webkit.org/show_bug.cgi?id=121616#c7)

You mean floats should be positioned based on the margin box. (which is the dimensions you get when you use the logicalHeight/Width, etc of FloatingObject)

I was confused by your change, since you changed it from using the FloatingObject height/width to using the RenderBox's height/width, and I wasn't sure why.

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