Bug 246927 - Computed value CSS gradients need to serialize colors in their computed form
Summary: Computed value CSS gradients need to serialize colors in their computed form
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
: 244659 (view as bug list)
Depends on:
Blocks: 249061
  Show dependency treegraph
 
Reported: 2022-10-23 17:30 PDT by Sam Weinig
Modified: 2023-01-30 17:03 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2022-10-23 17:30:02 PDT
The CSS Images spec has been update to require that when accessing a CSS gradient via a computed style (as opposed to as a specified style), colors should be serialized in their computed form (e.g. red -> rgb(255, 0, 0)).
Comment 1 Sam Weinig 2022-10-23 17:41:55 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5692
Comment 2 EWS 2022-10-27 13:54:45 PDT
Committed 256073@main (6c434b5464a0): <https://commits.webkit.org/256073@main>

Reviewed commits have been landed. Closing PR #5692 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-10-27 13:55:22 PDT
<rdar://problem/101649519>
Comment 4 Karl Dubost 2023-01-30 17:03:45 PST
*** Bug 244659 has been marked as a duplicate of this bug. ***