The radial gradient syntax at <http://dev.w3.org/csswg/css3-images/#radial-gradients> is: <radial-gradient> = radial-gradient( [<bg-position>,]? [ [<shape> || <size>] | [<length> | <percentage>]{2} ,]? <color-stop>[, <color-stop>]+ ) This allows for some ambiguity with a gradient like: background-image: radial-gradient(10% 10%, blue, green); since it's unclear if the first two <length> values refer to the <bg-position>, or to the [<length> | <percentage>]{2}. SimonReceived on Thursday, 6 January 2011 04:43:38 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:07:54 UTC