| 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 | ||
|
Description
Tim Nguyen (:ntim)
2022-05-28 11:04:59 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. Pull request: https://github.com/WebKit/WebKit/pull/1384 Committed r295421 (251427@main): <https://commits.webkit.org/251427@main> Reviewed commits have been landed. Closing PR #1384 and removing active labels. |