RESOLVED LATER 102948
[CSS Shapes] Floats should respect shape-inside on a parent element
https://bugs.webkit.org/show_bug.cgi?id=102948
Summary [CSS Shapes] Floats should respect shape-inside on a parent element
Bem Jones-Bey
Reported 2012-11-21 08:55:40 PST
A float should respect the shape-inside in situations like: <div style='shape-inside:rectangle(0, 0, 100px, 100px)'> <div> <div style='float:left'></div> Some inline content... </div> </div> A good place to look for an example is Check out RenderBlockLineLayout.cpp::layoutExclusionShapeInsideInfo.
Attachments
Note You need to log in before you can comment on or make changes to this bug.