Re: [csswg-drafts] [css-images-4] Clarifying CSS gradient rendering for edge cases involving "longer hue" interpolation (#11381)

@jfkthame For cases smaller than 1px, Firefox's rendering is not quite the same.

![Image](https://github.com/user-attachments/assets/a7cfe71f-d69d-4853-9beb-1b9ebc44e38b)

```html
data:text/html;charset=UTF-8,<!DOCTYPE html>
<style> div {
  width: 200px; height: 50px; border: 1px solid black;
  background:linear-gradient(90deg in hsl longer hue, 
   transparent 0 var(--x), red var(--x) 100px, transparent 0 100%);
  --x: 99px;
}
</style>
<div></div>
```

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


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

Received on Monday, 17 February 2025 07:36:14 UTC