From 157750585bd05752bd9da9ad646acae1df2ec4b3 Mon Sep 17 00:00:00 2001 From: Romain Menke <11521496+romainmenke@users.noreply.github.com> Date: Thu, 29 Jun 2023 17:37:05 +0200 Subject: [PATCH] [css-color-5] fix typo --- css-color-5/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-color-5/Overview.bs b/css-color-5/Overview.bs index 66d1dd5d8a1..b786e676132 100644 --- a/css-color-5/Overview.bs +++ b/css-color-5/Overview.bs @@ -2966,7 +2966,7 @@ No new privacy considerations have been reported on this specification.
  • Clarified which of CIE Lightness and Oklab lightness are being used
  • Clarified serialization of the result of a ''color-mix()'' function if ''currentColor'' is used. Added an example of this.
  • Fixed typo's in some color-mix examples
  • -
  • Fixed an example whichused 0 instead on none for powerless components
  • +
  • Fixed an example which used 0 instead of none for powerless components
  • Defined serialization of specified value of color-mix and clarified that it serializes with specified, not normalized, percentages
  • Removed the unchanged alpha-value definition, link to Color 4 instead
  • Used separate grammar productions for modern and legacy rgb, rgba, hsl, and hsla