WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED LATER
122513
[CSS Shapes] Floats should be positioned based on the margin box inside shape-inside
https://bugs.webkit.org/show_bug.cgi?id=122513
Summary
[CSS Shapes] Floats should be positioned based on the margin box inside shape...
Zoltan Horvath
Reported
2013-10-08 11:54:06 PDT
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
)
Attachments
Add attachment
proposed patch, testcase, etc.
Bem Jones-Bey
Comment 1
2013-10-08 12:52:34 PDT
(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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug