Bug 149407 - "page-break-after: always" doesn't work in floated parent
Summary: "page-break-after: always" doesn't work in floated parent
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac OS X 10.10
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-21 08:26 PDT by Jonas
Modified: 2022-07-14 15:02 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 Jonas 2015-09-21 08:26:55 PDT
When the parent element is floated, the `page-break-after: always`-rule is ignored for its children.
An example: http://jsfiddle.net/wfm022ab/
Comment 1 Brent Fulgham 2022-07-14 15:02:54 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.