[Webkit-unassigned] [Bug 27609] New: box-shadow should not allow color to come before the lengths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 10:34:40 PDT 2009


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

           Summary: box-shadow should not allow color to come before the
                    lengths
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org
                CC: hyatt at apple.com


-webkit-box-shadow and box-shadow currently allow you to specify the color
first (-webkit-box-shadow: red 5px 5px;) or last (box-shadow: 5px 5px red;).
The spec <http://dev.w3.org/csswg/css3-background/#box-shadow> only allows for
the color to come last.

We should fix box-shadow and consider whether to preserve the lenient parsing
mode for -webkit-box-shadow.

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