Bug 127425 - [CSS Regions][CSS Fragmentation] WebKit doesn't correctly fragment parallel flows
Summary: [CSS Regions][CSS Fragmentation] WebKit doesn't correctly fragment parallel f...
Status: RESOLVED WONTFIX
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: 113050
  Show dependency treegraph
 
Reported: 2014-01-22 06:22 PST by Mihai Balan
Modified: 2022-07-12 17:20 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mihai Balan 2014-01-22 06:22:12 PST
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
Comment 1 Brent Fulgham 2022-07-12 17:20:22 PDT
CSS Regions were removed in Bug 174978.