Bug 100284
Summary: | [CSS Shapes] New layoutstates cause vertical layout offsets to be incorrect for shape-inside | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bear Travis <betravis> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED LATER | ||
Severity: | Normal | CC: | donggwan.kim, zoltan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 89256 |
Bear Travis
Shape inside currently assumes that if the shape-inside has been inherited, then logicalTop is the offset from the top of the shape-inside.
Features that create a new layout state, such as columns or grids, will cause this offset to be incorrect if they occur within an element with shape-inside.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |