[Webkit-unassigned] [Bug 74243] New: inflexible column width is not honored
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 10 15:19:40 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74243
Summary: inflexible column width is not honored
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.7
Status: UNCONFIRMED
Severity: Trivial
Priority: P5
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: oscarcarserud at gmail.com
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...
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list