Skip to content

Commit

Permalink
Fix description of device-cmyk (#34616)
Browse files Browse the repository at this point in the history
Function is device dependent, not **in**dependent, as described here: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/device-cmyk
  • Loading branch information
BernieSumption authored Jul 4, 2024
1 parent 6678a56 commit ff7a033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/css_functions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ The {{CSSxRef("color_value","<color>")}} CSS [data type](/en-US/docs/Web/C
- {{CSSxRef("color_value/color-contrast", "color-contrast()")}} {{Experimental_Inline}}
- : Selects the highest color contrast from a list of colors, compare to a base color value.
- {{CSSxRef("color_value/device-cmyk", "device-cmyk()")}} {{Experimental_Inline}}
- : Defines CMYK colors in a device-independent way.
- : Defines CMYK colors in a device-dependent way.
- {{CSSXref("color_value/light-dark", "light-dark()")}} {{Experimental_Inline}}
- : Returns one of two provided colors based on the current color scheme.

Expand Down

0 comments on commit ff7a033

Please sign in to comment.