From 307182d2a878be306a2d3f7e74f272d878fce182 Mon Sep 17 00:00:00 2001 From: Chris Lilley Date: Fri, 12 Apr 2024 16:36:10 -0400 Subject: [PATCH] [css-color-4][editorial] better autolinking --- css-color-4/Overview.bs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index 5677b122420..161a97d8a86 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -4568,13 +4568,14 @@ Color Interpolation takes place by executing the following steps:
    -
  1. checking the two colors for [=analogous components=] which will be carried forward
  2. +
  3. checking the two colors for [=analogous components=] + which will be carried forward
  4. converting them to a given color space which will be referred to as the interpolation color space below. If one or both colors are already in the interpolation colorspace, this conversion changes any [=powerless=] components to [=missing=] values
  5. -
  6. (if required) re-inserting carried-forward values in the converted colors
  7. +
  8. (if required) re-inserting [=carried-forward=] values in the converted colors
  9. (if required) fixing up the hues, depending on the selected <>
  10. changing the color components to premultiplied form
  11. linearly interpolating each component of the computed value of the color separately