Bug 127425
Summary: | [CSS Regions][CSS Fragmentation] WebKit doesn't correctly fragment parallel flows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mihai Balan <mibalan> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bfulgham, mihnea, WebkitBugTracker |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 113050 |
Mihai Balan
The latest version of the fragmentation spec states that parallel flows (e.g. a float and non-float content around it) should be fragmented independently[1]. Currently WebKit doesn't do that and instead is quite unpredictable when it comes to forced breaks around floats.
Most likely multiple patches will be needed to properly fix this. Logging is as a possible meta-bug
[1] http://dev.w3.org/csswg/css-break/#parallel-flows
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
CSS Regions were removed in Bug 174978.