Bug 241066
Summary: | Replace uses of -webkit-gradient() and -webkit-linear-gradient() in internal CSS | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | CSS | Assignee: | Ryan Reno <rr_reno> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tim Nguyen (:ntim)
Source/WebCore/Modules/mediacontrols/mediaControlsBase.css
Source/WebCore/html/shadow/meterElementShadow.css
These usages can be replaced with `linear-gradient`, beware the syntax is different!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tim Nguyen (:ntim)
There's also `-webkit-linear-gradient` in Source/WebCore/Modules/mediacontrols/mediaControlsBase.css which can also be replaced with `linear-gradient`. The syntax is very similar, but differs when it comes to specifying the gradient direction.
Radar WebKit Bug Importer
<rdar://problem/94390714>
Ryan Reno
Pull request: https://github.com/WebKit/WebKit/pull/1384
EWS
Committed r295421 (251427@main): <https://commits.webkit.org/251427@main>
Reviewed commits have been landed. Closing PR #1384 and removing active labels.