Bug 95361 - [CSS Shapes] Account for variable-height lines
Summary: [CSS Shapes] Account for variable-height lines
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 89256
  Show dependency treegraph
 
Reported: 2012-08-29 11:31 PDT by Bear Travis
Modified: 2014-03-26 16:28 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).