Bug 95361
Summary: | [CSS Shapes] Account for variable-height lines | ||
---|---|---|---|
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
Different inline elements may have different heights, which may affect the line width. Make sure that a line growing higher does not cause the line to go outside the shape-inside.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Bear Travis
This includes lines that grow beyond lineHeight (eg, a line that contains an inline image larger than the font-size).