Open
Description
Hi all,
Last week we cleared conic-gradient()
for shipping.
It turns out that many conic gradient demos are also using the two position color stop syntax, since the conic-gradient()
polyfill supported that too, so the Chrome developer implemented that as well. He asked me today if this has to wait until CR or it can be shipped alongside conic-gradient().
The feature is that gradient color stops can have two positions, and they are expanded into two consecutive color stops with the same color, which is useful for creating "bands" of color.
My arguments for clearing this too:
- It's a very minor, very straightforward syntactic sugar
- It has existed in the spec since at least 2012
- Chrome implemented this a year ago