diff --git a/css-values-5/Overview.bs b/css-values-5/Overview.bs index c203714ee57f..e181e928489a 100644 --- a/css-values-5/Overview.bs +++ b/css-values-5/Overview.bs @@ -987,7 +987,7 @@ Interpolation Mapping Notations: the *-interpolate() family The [=functional notations=] follow the syntactic pattern:
- *interpolate() = *interpolate( progress && global-options?, + *interpolate() = *interpolate( [ progress && global-options? ], stop, [ between-options? , stop ]# )@@ -1027,10 +1027,12 @@ Global Syntax of the *-interpolate() family
interpolate-function() = interpolate-function( - <@@ -1263,8 +1265,10 @@ Interpolated Numeric and Dimensional Values: the ''calc-interpolate()'' notation> && [ by < > ]? - && < >? && < >?, + [ + < > && [ by < > ]? + && < >? && < >? + ] , < >{1,2} : < > , - [ [ < > || < > , ]? < >{1,2} : < > ]* + [ [ < > || < > ]? , < >{1,2} : < > ]#? )
<@@ -1274,7 +1278,7 @@ Interpolated Numeric and Dimensional Values: the ''calc-interpolate()'' notation but must have a [=consistent type=] or else the function is invalid. The result's type will be the [=consistent type=], - [=made consistent=] with the type of the <> = calc-interpolate( - < > && [ by < > ]? - && < >?, + [ + < > && [ by < > ]? + && < >? + ] , < >{1,2} : < > , [ < >? , < >{1,2} : < > ]# )