Skip to content

Commit 6d0f2b1

Browse files
committed
[css-values-5] Provide a grammar for <input-position>. #6245
1 parent 0a83ac6 commit 6d0f2b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

css-values-5/Overview.bs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,15 @@ Defining the Interpolation Map</h4>
11261126
if two <<input-position>>s are specified,
11271127
it is treated the same as two stops with the same <<output-value>>.
11281128

1129+
<pre class=prod>
1130+
<input-position> = <percentage> | <number> | <dimension>
1131+
</pre>
1132+
1133+
Note: <<output-value>> is not given a grammar here,
1134+
as the specific functions specify what their outputs are.
1135+
<<input-position>>, however, is linked to <<progress-source>>,
1136+
see [[#interpolation-validity]].
1137+
11291138
<dt><dfn value><<easing-function>></dfn>
11301139
<dd>
11311140
When appearing in the first argument,

0 commit comments

Comments
 (0)