Bug 74243
Summary: | inflexible column width is not honored | ||
---|---|---|---|
Product: | WebKit | Reporter: | Oscar Carserud <oscarcarserud> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Trivial | CC: | bfulgham, udaykiran4u |
Priority: | P5 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.7 |
Oscar Carserud
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...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Uday Kiran
Seems working on WebKit 537.17 (@140072)