diff --git a/css-images-4/Overview.bs b/css-images-4/Overview.bs index 632e9fd495a..0d89c98e7f7 100644 --- a/css-images-4/Overview.bs +++ b/css-images-4/Overview.bs @@ -1107,11 +1107,14 @@ Linear Gradients: the ''linear-gradient()'' notation {#linear-gradients} when interpolating colors on the gradient line. See [[css-color-4#interpolation]]. + This level also adds the ability to define the gradient’s direction + relative to the current block and inline directions. +
 		<linear-gradient-syntax> =
 			[ [ <> | <> | to <> ] || <> ]? ,
 			<>
-		<side-or-corner> = [left | right] || [top | bottom]
+		<side-or-corner> = [ [left | right] || [top | bottom] ] | [ [inline-start | inline-end] || [block-start | block-end] ]