Re: [csswg-drafts] [css-color-4] Incorrect description on preprocessing hue angles for interpolation (#8838)

@svgeesus Two small issues regarding 2641c47:

1. After this commit, it's no longer possible to specify a full circumference with `increasing hue` and `decreasing hue`. Is this behavioral change intended? (I'd like to make sure before updating MDN.)
2. The explanatory texts for pseudo-codes:

   https://github.com/w3c/csswg-drafts/blob/4da3c11f4e7be9aff72711a576e8efc1edf2c75e/css-color-4/Overview.bs#L4893-L4912

   may also be updated:

   ```diff
   -  Angles are adjusted so that |θ₂ - θ₁| ∈ [0, 360]. In pseudo-Javascript:
   +  Angles are adjusted so that |θ₂ - θ₁| ∈ [0, 360). In pseudo-Javascript:
   -  Angles are adjusted so that |θ₂ - θ₁| ∈ [-360, 0]. In pseudo-Javascript:
   +  Angles are adjusted so that |θ₂ - θ₁| ∈ (-360, 0]. In pseudo-Javascript:
   ```

-- 
GitHub Notification of comment by yarusome
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8838#issuecomment-1691098311 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 24 August 2023 06:46:36 UTC