WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
241066
Replace uses of -webkit-gradient() and -webkit-linear-gradient() in internal CSS
https://bugs.webkit.org/show_bug.cgi?id=241066
Summary
Replace uses of -webkit-gradient() and -webkit-linear-gradient() in internal CSS
Tim Nguyen (:ntim)
Reported
2022-05-28 11:04:59 PDT
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)
Comment 1
2022-05-28 11:07:29 PDT
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
Comment 2
2022-06-04 11:05:12 PDT
<
rdar://problem/94390714
>
Ryan Reno
Comment 3
2022-06-08 11:28:42 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/1384
EWS
Comment 4
2022-06-09 08:58:37 PDT
Committed
r295421
(
251427@main
): <
https://commits.webkit.org/251427@main
> Reviewed commits have been landed. Closing PR #1384 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug