File tree 4 files changed +4
-4
lines changed
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.
180
180
181
181
<pre class="prod def">
182
182
183
- <<if()>> = if( <<condition>> , <<consequent>> [ , <<antecedent>> ]? )
183
+ <<if()>> = if( <<condition>> , <<consequent>> , <<antecedent>> ? )
184
184
<dfn><consequent></dfn> = <<declaration-value>>
185
185
<dfn><antecedent></dfn> = <<declaration-value>>
186
186
</pre>
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ The meaning of each value is as follows:
274
274
</figcaption>
275
275
</figure>
276
276
277
- : <dfn function lt="steps()">steps(<integer>[ , <step-position> ] ?)</dfn>
277
+ : <dfn function lt="steps()">steps(<integer>, <step-position>?)</dfn>
278
278
:: The first parameter specifies the number of intervals in the function.
279
279
It must be a positive integer greater than 0
280
280
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:
588
588
</figcaption>
589
589
</figure>
590
590
591
- : <dfn function lt="steps()">steps(<integer>[ , <step-position> ] ?)</dfn>
591
+ : <dfn function lt="steps()">steps(<integer>, <step-position>?)</dfn>
592
592
:: The first parameter specifies the number of intervals in the function.
593
593
It must be a positive integer greater than 0
594
594
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
445
445
446
446
<pre>
447
447
<dfn>double-rainbow()</dfn> = double-rainbow(
448
- <<position>> [ , [ <<extent>> | <<length-percentage [0,∞] >>] ]?
448
+ <<position>> , [ <<extent>> | <<length-percentage [0,∞] >> ]?
449
449
)
450
450
<dfn noexport><<extent>></dfn> = ''closest-corner'' | ''closest-side'' | ''farthest-corner'' | ''farthest-side''
451
451
</pre>
You can’t perform that action at this time.
0 commit comments