diff --git a/css-images-4/Overview.bs b/css-images-4/Overview.bs index 7752de9821e7..a499615d9548 100644 --- a/css-images-4/Overview.bs +++ b/css-images-4/Overview.bs @@ -18,7 +18,7 @@ Abstract: This module contains the features of CSS level 4 relating to the <, background positioning area, border image area, , , Map, , invalid image, invalid images, concrete object size, linear-gradient(), radial-gradient(), default object size, CSS +Ignored Terms: , background positioning area, border image area, , Map, , invalid image, invalid images, concrete object size, linear-gradient(), radial-gradient(), default object size, CSS Ignored Vars: H, P Include Can I Use Panels: yes Default Highlight: css @@ -1198,7 +1198,7 @@ Linear Gradients: the ''linear-gradient()'' notation {#linear-gradients}
 		linear-gradient() = linear-gradient(
-			[ <> | to <> ]? || <>,
+			[ [ <> | to <> ] || <> ]? ,
 			<>
 		)
 		<side-or-corner> = [left | right] || [top | bottom]
@@ -1344,7 +1344,7 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
 
 	
 		radial-gradient() = radial-gradient(
-		  [[ <> || <> ]? [ at <> ]? ] || <>,
+		  [ [ [ <> || <> ]? [ at <> ]? ] || <>]? ,
 		  <>
 		)
 	
@@ -1423,7 +1423,7 @@ Conic Gradients: the ''conic-gradient()'' notation
 		conic-gradient() = conic-gradient(
-			[ [ from <> ]? [ at <> ]? ] || <>,
+			[ [ [ from <> ]? [ at <> ]? ] || <> ]? ,
 			<>
 		)
 	
@@ -2389,7 +2389,7 @@ Interpolating <> {#interpolating-gradients} * Otherwise, the size must be changed to a pair of <>s that would produce an equivalent ending-shape. - If the <> was specified as circle, + If the <> was specified as circle, change it to ''ellipse''. 2. Interpolate each component and color-stop of the gradients independently.