Bug 95361

Summary: [CSS Shapes] Account for variable-height lines
Product: WebKit Reporter: Bear Travis <betravis>
Component: CSSAssignee: 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    

Description Bear Travis 2012-08-29 11:31:30 PDT
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.
Comment 1 Bear Travis 2012-09-19 14:11:19 PDT
This includes lines that grow beyond lineHeight (eg, a line that contains an inline image larger than the font-size).