Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

fix(web-platform-05-2023): css color guide link leads to 404 #10205

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/content/en/blog/web-platform-05-2023/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Also included is the `linear()` easing function, which you can learn more about

### CSS Color Level 4 features

Firefox 113 includes the `color()`, `lab()`, `lch()`, `oklab()`, `oklch()`, and `color-mix()` functional notations, along with the forced-color-adjust property. This means that the new color spaces and functions are now supported across all three major engines. You can learn more about these color spaces and functions in the [High definition CSS color guide](/articles/high-definition-css-color-guide/).
Firefox 113 includes the `color()`, `lab()`, `lch()`, `oklab()`, `oklch()`, and `color-mix()` functional notations, along with the forced-color-adjust property. This means that the new color spaces and functions are now supported across all three major engines. You can learn more about these color spaces and functions in the [High definition CSS color guide](https://developer.chrome.com/articles/high-definition-css-color-guide/).

{% BrowserCompat 'css.types.color.color-mix' %}

Expand Down