Bug 15552

Summary: Support CSS3 column-break-before and column-break-after
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: joseph, mwp1, nickshanks, peter, webmaster
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.w3.org/TR/css3-multicol/#column-break-before
Attachments:
Description Flags
test case none

Description Eric Seidel (no email) 2007-10-18 00:20:18 PDT
Support CSS3 column-break-before

Ignoring the references in the spec to interacting with page breaks (since we don't yet support @page, see bug 15548), we should support column-break-* properties for columns.  See attached test case.
Comment 1 Eric Seidel (no email) 2007-10-18 00:20:39 PDT
Created attachment 16715 [details]
test case
Comment 2 Peter Beverloo 2010-06-20 07:31:52 PDT
While bug 40531 seems to a duplicate of this, that one has already been fixed. Eric's test case is working correctly as well, so implementation has likely been fixed by r61065.
Comment 3 Eric Seidel (no email) 2010-11-11 13:53:24 PST
Cool!