Bug 52378 - Update CSS files to use CSS3 syntax for linear gradients
Summary: Update CSS files to use CSS3 syntax for linear gradients
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Erik Arvidsson
URL:
Keywords:
Depends on:
Blocks: 196389
  Show dependency treegraph
 
Reported: 2011-01-13 10:37 PST by Erik Arvidsson
Modified: 2022-07-12 14:11 PDT (History)
3 users (show)

See Also:


Attachments
Patch (36.46 KB, patch)
2011-01-13 10:39 PST, Erik Arvidsson
simon.fraser: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2011-01-13 10:37:40 PST
Update CSS files to use CSS3 syntax for linear gradients
Comment 1 Erik Arvidsson 2011-01-13 10:39:28 PST
Created attachment 78827 [details]
Patch
Comment 2 Erik Arvidsson 2011-01-13 10:44:01 PST
I wrote a simple tool to do this which also allowed me to visually compare the new and old gradient.
Comment 3 Erik Arvidsson 2011-01-13 10:46:36 PST
Comment on attachment 78827 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=78827&action=review

> Source/WebCore/inspector/front-end/inspector.css:-386
> -    background-color: purple;   

Sorry about the whitespace changes. I can undo those if you want?
Comment 4 Simon Fraser (smfr) 2011-01-13 10:50:53 PST
Comment on attachment 78827 [details]
Patch

I think it's premature to do this until the spec is a little more stable. It's not even Working Draft.
Comment 5 Brent Fulgham 2022-07-12 14:11:16 PDT
I believe we've already updated syntax in a separate patch (without the -webkit-prefix).