Skip to content

Commit edb0b30

Browse files
committed
Add WG resolution about unitless 0 to Images 4 (related to #1162)
1 parent e445268 commit edb0b30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css-images-4/Overview.bs

+2
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,7 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
954954
<dd>
955955
The entire gradient is rotated by this angle.
956956
If omitted, defaults to ''0deg''.
957+
The unit identifier may be omitted if the <<angle>> is zero.
957958

958959
<dt><dfn><<position>></dfn>
959960
<dd>
@@ -1201,6 +1202,7 @@ Gradient Color-Stops</h3>
12011202
While every color stop conceptually has at least one position,
12021203
the position can be omitted in the syntax.
12031204
(It gets automatically filled in by the user agent; see below for details.)
1205+
The unit identifier may be omitted if the position is zero.
12041206

12051207
Between two <a>color stops</a> there can be a <dfn local-lt="color hint">color interpolation hint</dfn>,
12061208
which specifies how the colors of the two <a>color stops</a> on either side

0 commit comments

Comments
 (0)