[Webkit-unassigned] [Bug 39735] Implement CSS Paged Media Module Level3's Page Breaks (master bug)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 11 14:29:52 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39735





--- Comment #6 from Dave Hyatt <hyatt at apple.com>  2010-06-11 14:29:51 PST ---
Ok, so the major architectural problem I have with this patch is that you put all this code in PrintContext.  Remember that CSS3 multi-column has the same features, so piling a bunch of page-only code into PrintContext is not the right way to build this.

You need to make sure breaking code is shared by columns and pages and not limited just to pages.

My additional concern is that all this code is being piled on top of the broken paginate-during-painting model.  I'd prefer that we hold off on adding new page breaking features until the new model is in place.  WWDC and the launch of Safari 5 has delayed my starting on this, but it is the next task I'll be working on.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list