WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
74243
inflexible column width is not honored
https://bugs.webkit.org/show_bug.cgi?id=74243
Summary
inflexible column width is not honored
Oscar Carserud
Reported
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...
Attachments
Add attachment
proposed patch, testcase, etc.
Uday Kiran
Comment 1
2013-02-16 13:46:55 PST
Seems working on WebKit 537.17 (@140072)
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug