Re: [csswg-drafts] [css-images-4] Allow gradients with a single color stop and 0-1 positions (#10092)

Also in the grammar, we currently have

`<color-stop-list> =
  <linear-color-stop> , [ <linear-color-hint>? , <linear-color-stop> ]#`

which would become


`<color-stop-list> =
  <linear-color-stop> | 
  (<linear-color-stop> , [ <linear-color-hint>? , <linear-color-stop> ]#)`

whi

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


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

Received on Tuesday, 16 July 2024 13:31:19 UTC