Bug 74243

Summary: inflexible column width is not honored
Product: WebKit Reporter: Oscar Carserud <oscarcarserud>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Trivial CC: bfulgham, udaykiran4u
Priority: P5    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.7   

Description Oscar Carserud 2011-12-10 15:19:41 PST
http://www.w3.org/TR/css3-multicol/#column-width

3.1. ‘column-width’

"The reason for making ‘column-width’ somewhat flexible is to achieve scalable designs that can fit many screen sizes. To set an exact column width, all length values (in horizontal text these are: ‘width’, ‘column-width’, ‘column-gap’, and ‘column-rule-width’) must be specified."
This does not work:

-moz-column-width: 300px;-webkit-column-width: 300px;column-width: 300px;
-webkit-column-gap: 20px;-moz-column-gap: 20px;column-gap: 20px;
-moz-column-rule-width:0px;-webkit-column-rule-width:0px;column-rule-width:0px;
this renders no fixed column with...
Comment 1 Uday Kiran 2013-02-16 13:46:55 PST
Seems working on WebKit	537.17 (@140072)