Bug 22705

Summary: Don't respect number of columns
Product: WebKit Reporter: Luca Ferretti <elle.uca>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: rik
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
URL: http://www.alistapart.com/d/cssatten/nels.html

Luca Ferretti
Reported 2008-12-06 03:38:35 PST
The page in URL defines #preamble { columns: 2 } But WebKitGtk seems to ignnore it, see attached screenshot
Attachments
Mark Rowe (bdash)
Comment 1 2008-12-06 14:52:45 PST
*** Bug 22708 has been marked as a duplicate of this bug. ***
Mark Rowe (bdash)
Comment 2 2008-12-06 14:52:50 PST
*** Bug 22707 has been marked as a duplicate of this bug. ***
Mark Rowe (bdash)
Comment 3 2008-12-06 14:52:57 PST
*** Bug 22706 has been marked as a duplicate of this bug. ***
Anthony Ricaud
Comment 4 2008-12-08 12:49:02 PST
As of today, this syntax is invalid in WebKit. The spec is not yet fully implemented so every property is prefixed with -webkit. Therefore, the page should define : #preamble { -webkit-columns: 2; columns: 2; } (I've left columns: 2; for compatibility) With this syntax, this page renders as expected for me.
Note You need to log in before you can comment on or make changes to this bug.