[Webkit-unassigned] [Bug 61096] New: [CSS3 multi-col] Remove -webkit prefix from column properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 16:20:04 PDT 2011


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

           Summary: [CSS3 multi-col] Remove -webkit prefix from column
                    properties
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: duga+wk-bugzilla at google.com


534+, SVN rev 86783

Since CSS3 Multi-col is now at CR (and has been for some time), it might be a good idea to provide unprefixed versions of the column properties. Specifically:


-webkit-column-break-after => break-after
-webkit-column-break-before => break-before
-webkit-column-break-inside => break-inside
-webkit-column-count => column-count
-webkit-column-gap => column-gap
-webkit-column-rule => column-rule
-webkit-column-rule-color => column-rule-color
-webkit-column-rule-style => column-rule-style
-webkit-column-rule-width => column-rule-width
-webkit-column-span => column-span
-webkit-column-width => column-width
-webkit-columns => columns

Note the 'break' properties shouldn't have 'column' in their names. I don't know enough about the details of the -webkit-prefixed properties to know if they adequately conform to the current spec, so it is entirely possible this request is premature.

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