Bug 27581 - [CSS3 Backgrounds and Borders] Drop the prefix from box-shadow
Summary: [CSS3 Backgrounds and Borders] Drop the prefix from box-shadow
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 27569
  Show dependency treegraph
 
Reported: 2009-07-22 15:52 PDT by Dave Hyatt
Modified: 2009-07-28 17:19 PDT (History)
2 users (show)

See Also:


Attachments
Patch (11.23 KB, patch)
2009-07-23 10:15 PDT, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2009-07-22 15:52:44 PDT
We can drop the prefix from box-shadow.  Since there are no syntactic incompatibilities, we can simply eliminate the -webkit- version of the property (like we did with opacity) and map to the new one.
Comment 1 Dave Hyatt 2009-07-23 10:15:24 PDT
Created attachment 33343 [details]
Patch
Comment 2 Adam Barth 2009-07-24 02:15:48 PDT
Assigned to Hyatt for landing.
Comment 3 mitz 2009-07-28 17:19:38 PDT
Hyatt fixed this in <http://trac.webkit.org/changeset/46274>.