RESOLVED INVALID 27609
box-shadow should not allow color to come before the lengths
https://bugs.webkit.org/show_bug.cgi?id=27609
Summary box-shadow should not allow color to come before the lengths
mitz
Reported 2009-07-23 10:34:39 PDT
-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.
Attachments
Dave Hyatt
Comment 1 2009-07-23 10:36:33 PDT
Invalid. " [12:34pm] dbaron: hyatt, no [12:34pm] dbaron: hyatt, && is a new syntax fantasai invented [12:35pm] dbaron: hyatt, it means both sides are required, but in either order"
Note You need to log in before you can comment on or make changes to this bug.