File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ to different values based on certain conditions.
180180
181181<pre class="prod def">
182182
183- <<if()>> = if( <<condition>> , <<consequent>> [ , <<antecedent>> ]? )
183+ <<if()>> = if( <<condition>> , <<consequent>> , <<antecedent>> ? )
184184<dfn><consequent></dfn> = <<declaration-value>>
185185<dfn><antecedent></dfn> = <<declaration-value>>
186186</pre>
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ The meaning of each value is as follows:
274274 </figcaption>
275275 </figure>
276276
277- : <dfn function lt="steps()">steps(<integer>[ , <step-position> ] ?)</dfn>
277+ : <dfn function lt="steps()">steps(<integer>, <step-position>?)</dfn>
278278:: The first parameter specifies the number of intervals in the function.
279279 It must be a positive integer greater than 0
280280 unless the second parameter is <a value for="steps()">jump-none</a>
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ The meaning of each value is as follows:
588588 </figcaption>
589589 </figure>
590590
591- : <dfn function lt="steps()">steps(<integer>[ , <step-position> ] ?)</dfn>
591+ : <dfn function lt="steps()">steps(<integer>, <step-position>?)</dfn>
592592:: The first parameter specifies the number of intervals in the function.
593593 It must be a positive integer greater than 0
594594 unless the second parameter is <a value for="steps()">jump-none</a>
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ The <<gradient>> syntax is extended to accept <<double-rainbow()>> in addition t
445445
446446<pre>
447447 <dfn>double-rainbow()</dfn> = double-rainbow(
448- <<position>> [ , [ <<extent>> | <<length-percentage [0,∞] >>] ]?
448+ <<position>> , [ <<extent>> | <<length-percentage [0,∞] >> ]?
449449 )
450450 <dfn noexport><<extent>></dfn> = ''closest-corner'' | ''closest-side'' | ''farthest-corner'' | ''farthest-side''
451451</pre>
You can’t perform that action at this time.
0 commit comments