Implement light-dark(<color>, <color>) This function computes to the computed value of the first color, if the used color scheme is light or unknown, or to the computed value of the second color, if the used color scheme is dark. Relevant Links: - Spec: https://drafts.csswg.org/css-color-5/#light-dark - CrBug: https://bugs.chromium.org/p/chromium/issues/detail?id=1490618 - Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1856999
<rdar://problem/117033939>
Pull request: https://github.com/WebKit/WebKit/pull/22242
Pull request: https://github.com/WebKit/WebKit/pull/23364
Committed 273634@main (42f9569ae95a): <https://commits.webkit.org/273634@main> Reviewed commits have been landed. Closing PR #23364 and removing active labels.