Bug 15552 - Support CSS3 column-break-before and column-break-after
Summary: Support CSS3 column-break-before and column-break-after
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.w3.org/TR/css3-multicol/#c...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-18 00:20 PDT by Eric Seidel (no email)
Modified: 2010-11-11 13:53 PST (History)
5 users (show)

See Also:


Attachments
test case (1.49 KB, text/html)
2007-10-18 00:20 PDT, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!