From 327b2ae53660562b3a54c3f19f6a11ddb366dc22 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Thu, 19 Sep 2024 10:36:08 +0200 Subject: [PATCH] remaining review comments --- source | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source b/source index b78a1ba115b..6d6bd3390fd 100644 --- a/source +++ b/source @@ -50405,8 +50405,8 @@ ldh-str = < as defined in converted to the 'srgb' color space.

  • Round each of color's components so they are in the range 0 to 255, inclusive. Components are to be colorspace attribute is in the Display P3 state.

  • -
  • Set color to color converted to the 'display-p3' - color space.

  • +
  • Set color to color converted to the 'display-p3' color space.

  • -
  • Return the result of serializing (serialize a CSS <color> value) - color with htmlCompatible set to - htmlCompatible. See issue - #8917 for context.

  • +
  • Return the result of serializing + color. If htmlCompatible is true, then do so with HTML-compatible serialization + requested.