Bug 52378

Summary: Update CSS files to use CSS3 syntax for linear gradients
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: CSSAssignee: Erik Arvidsson <arv>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, pfeldman, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: All   
Bug Depends on:    
Bug Blocks: 196389    
Attachments:
Description Flags
Patch simon.fraser: review-

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