[Webkit-unassigned] [Bug 103597] New: CSS3 Multicolumn: cannot set "auto <length>" to columns property.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 21:06:29 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103597

           Summary: CSS3 Multicolumn: cannot set "auto <length>" to
                    columns property.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/syoichi/ERREh/
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: syoichi at outlook.com
                CC: hyatt at apple.com


According to CSS Multi-column Layout Module...
>Name: columns
>Value: <‘column-width’> || <‘column-count’>

>Example XV
>Here are some valid declarations using the ‘columns’ property:
>columns: 12em;      /* column-width: 12em; column-count: auto */
>columns: auto 12em; /* column-width: 12em; column-count: auto */
http://www.w3.org/TR/css3-multicol/#columns

On Windows 7 Home Premium SP1 64bit, Firefox 17.0 and Opera 12.11 correspond to this.
But WebKit r131444 and Chromium 25.0.1338.0 (169999) cannot set "auto 12em" to columns property.
http://jsfiddle.net/syoichi/ERREh/

-- 
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