Bug 223665

Summary: Update CSS Color 5 color-mix() implementation to match the latest draft spec
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, darin, esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, macpherson, menard, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Sam Weinig 2021-03-23 17:47:58 PDT
Update CSS Color 5 color-mix() implementation to match the latest draft spec
Comment 1 Sam Weinig 2021-03-23 17:55:11 PDT Comment hidden (obsolete)
Comment 2 Sam Weinig 2021-03-23 19:38:10 PDT
Created attachment 424093 [details]
Patch
Comment 3 Simon Fraser (smfr) 2021-03-23 19:57:14 PDT
Comment on attachment 424093 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=424093&action=review

> Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:1562
> +    Srgb,
> +    Hsl,
> +    Hwb,
> +    Xyz,
> +    Lab,
> +    Lch

These capitalizations are a bit odd.
Comment 4 EWS 2021-03-24 10:34:55 PDT
Committed r274947: <https://commits.webkit.org/r274947>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 424093 [details].
Comment 5 Radar WebKit Bug Importer 2021-03-24 10:35:17 PDT
<rdar://problem/75792077>