Bug 74243 - inflexible column width is not honored
Summary: inflexible column width is not honored
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.7
: P5 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-10 15:19 PST by Oscar Carserud
Modified: 2022-07-12 16:21 PDT (History)
2 users (show)

See Also:


Attachments

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