From 71dce4562d8ac9ae6cff63a3dfca4a9552f45ac9 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Mon, 17 Nov 2025 16:18:56 -0500 Subject: [PATCH 1/2] Fix casing on OkLCh, remove incorrect function --- features/oklab.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/oklab.yml b/features/oklab.yml index b3007f808fc..c9034872cdf 100644 --- a/features/oklab.yml +++ b/features/oklab.yml @@ -1,5 +1,5 @@ -name: Oklab and Oklch -description: "The Oklab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is, aiming to match how humans perceive colors. Oklch is a variant of Oklab with polar coordinates. These color spaces can be used with the CSS `color()`, `oklab()`, and `oklch()` functions." +name: Oklab and OkLCh +description: "The Oklab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is, aiming to match how humans perceive colors. OkLCh is a variant of Oklab with polar coordinates. These color spaces can be used with the CSS `oklab()`, and `oklch()` functions." spec: https://drafts.csswg.org/css-color-4/#ok-lab group: color-types # TODO: The behavior of lightness gradients requiring gamut mapping is a From 8d8aba3ee3b69d35b434fe54b5e07df644526a01 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Mon, 17 Nov 2025 17:19:18 -0500 Subject: [PATCH 2/2] Remove comma --- features/oklab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/oklab.yml b/features/oklab.yml index c9034872cdf..c4be219b95e 100644 --- a/features/oklab.yml +++ b/features/oklab.yml @@ -1,5 +1,5 @@ name: Oklab and OkLCh -description: "The Oklab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is, aiming to match how humans perceive colors. OkLCh is a variant of Oklab with polar coordinates. These color spaces can be used with the CSS `oklab()`, and `oklch()` functions." +description: "The Oklab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is, aiming to match how humans perceive colors. OkLCh is a variant of Oklab with polar coordinates. These color spaces can be used with the CSS `oklab()` and `oklch()` functions." spec: https://drafts.csswg.org/css-color-4/#ok-lab group: color-types # TODO: The behavior of lightness gradients requiring gamut mapping is a