Bug 40531 - -webkit-column-break-* properties don’t do anything
Summary: -webkit-column-break-* properties don’t do anything
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-06-12 12:53 PDT by mitz
Modified: 2010-06-12 13:05 PDT (History)
1 user (show)

See Also:


Attachments
Check for -webkit-column-break-* in column layout (6.23 KB, patch)
2010-06-12 12:57 PDT, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2010-06-12 12:53:23 PDT
<rdar://problem/7882140>
Patch forthcoming.
Comment 1 mitz 2010-06-12 12:57:35 PDT
Created attachment 58564 [details]
Check for -webkit-column-break-* in column layout

I know that Hyatt is working on a new architecture for pagination and columns, and intends to support the unified page/column break-* properties, but this is a very simple patch that enables properties that WebKit has had all along.
Comment 2 Dave Hyatt 2010-06-12 12:59:37 PDT
Comment on attachment 58564 [details]
Check for -webkit-column-break-* in column layout

R=me
Comment 3 mitz 2010-06-12 13:05:58 PDT
Fixed in <http://trac.webkit.org/changeset/61065>.