@@ -837,7 +837,7 @@ Calculated Progress Values: the ''progress()'' notation</h3>
837
837
The syntax of ''progress()'' is defined as follows:
838
838
839
839
<pre class=prod>
840
- <dfn id=typedef-progress-fn><< progress()>></dfn > = progress(<<calc-sum>> , <<calc-sum>> , <<calc-sum>> )
840
+ << progress()>> = progress(<<calc-sum>> , <<calc-sum>> , <<calc-sum>> )
841
841
</pre>
842
842
843
843
where the first, second, and third <<calc-sum>> values represent
@@ -874,7 +874,7 @@ Media Query Progress Values: the ''media-progress()'' notation</h3>
874
874
The syntax of ''media-progress()'' is defined as follows:
875
875
876
876
<pre class=prod>
877
- <dfn><< media-progress()>></dfn > = media-progress(<<mf-name>> , <<calc-sum>> , <<calc-sum>> )
877
+ << media-progress()>> = media-progress(<<mf-name>> , <<calc-sum>> , <<calc-sum>> )
878
878
</pre>
879
879
880
880
where the value of the [=media feature=] corresponding to <<mf-name>>
@@ -910,7 +910,7 @@ Container Query Progress Values: the ''container-progress()'' notation</h3>
910
910
The syntax of ''container-progress()'' is defined as follows:
911
911
912
912
<pre class=prod>
913
- <dfn><< container-progress()>></dfn > = container-progress(<<mf-name>> [ of <<container-name>> ]?, <<calc-sum>> , <<calc-sum>> )
913
+ << container-progress()>> = container-progress(<<mf-name>> [ of <<container-name>> ]?, <<calc-sum>> , <<calc-sum>> )
914
914
</pre>
915
915
916
916
where <<mf-name>> represents a [=size feature=]
@@ -1083,7 +1083,7 @@ Interpolated Numeric and Dimensional Values: the ''calc-mix()'' notation</h3>
1083
1083
with the following syntactic form:
1084
1084
1085
1085
<pre class=prod>
1086
- <dfn><< calc-mix()>></dfn > = calc-mix( <<progress>> , <<calc-sum>> , <<calc-sum>> )
1086
+ << calc-mix()>> = calc-mix( <<progress>> , <<calc-sum>> , <<calc-sum>> )
1087
1087
</pre>
1088
1088
1089
1089
The <<calc-sum>> arguments can resolve
@@ -1154,7 +1154,7 @@ Interpolated Transform Values: the ''transform-mix()'' notation</h3>
1154
1154
with the following syntactic form:
1155
1155
1156
1156
<pre class=prod>
1157
- <dfn><< transform-mix()>></dfn > = transform-mix( <<progress>> , <<transform-list>> , <<transform-list>> )
1157
+ << transform-mix()>> = transform-mix( <<progress>> , <<transform-list>> , <<transform-list>> )
1158
1158
</pre>
1159
1159
1160
1160
The [=used value=] of a valid ''transform-mix()'' is
@@ -1179,7 +1179,7 @@ Interpolated Property Values: the ''mix()'' notation</h3>
1179
1179
which supports two alternative syntax patterns:
1180
1180
1181
1181
<pre class="prod">
1182
- <dfn><< mix()>></dfn > =
1182
+ << mix()>> =
1183
1183
mix( <<progress>> , <<whole-value>> , <<whole-value>> ) |
1184
1184
mix( <<progress>> && of <<keyframes-name>> )
1185
1185
</pre>
@@ -1325,7 +1325,7 @@ Selecting the First Supported Value: the ''first-valid()'' notation</h3>
1325
1325
as the whole value of the property it's used in.
1326
1326
1327
1327
<pre class=prod>
1328
- <dfn>< first-valid()></dfn > = first-valid( <<declaration-value>> # )
1328
+ << first-valid()>> = first-valid( <<declaration-value>> # )
1329
1329
</pre>
1330
1330
1331
1331
If none of the arguments represent a valid value for the property,
@@ -1372,7 +1372,7 @@ Conditional Value Selection: the ''if()'' notation</h3>
1372
1372
The ''if()'' function's syntax is defined as follows:
1373
1373
1374
1374
<pre class=prod>
1375
- <dfn><< if()>></dfn > = if( [ <<if-branch>> ; ]* <<if-branch>> ;? )
1375
+ << if()>> = if( [ <<if-branch>> ; ]* <<if-branch>> ;? )
1376
1376
<dfn><<if-branch>></dfn> = <<if-condition>> : <<declaration-value>> ?
1377
1377
<dfn><<if-condition>></dfn> = <<boolean-expr[ <<if-test>> ]>> | else
1378
1378
<dfn><<if-test>></dfn> =
@@ -1469,7 +1469,7 @@ Toggling Between Values: the ''toggle()'' notation</h3>
1469
1469
The syntax of the ''toggle()'' expression is:
1470
1470
1471
1471
<pre class=prod>
1472
- <dfn><< toggle()>></dfn > = toggle( <<whole-value>> # )
1472
+ << toggle()>> = toggle( <<whole-value>> # )
1473
1473
</pre>
1474
1474
1475
1475
The ''toggle()'' notation is a <<whole-value>> .
@@ -1581,7 +1581,7 @@ Inherited Value References: the ''inherit()'' notation</h3>
1581
1581
whose syntax is defined as:
1582
1582
1583
1583
<pre class=prod>
1584
- <dfn><< inherit()>></dfn > = inherit( <<custom-property-name>> , <<declaration-value>> ? )
1584
+ << inherit()>> = inherit( <<custom-property-name>> , <<declaration-value>> ? )
1585
1585
</pre>
1586
1586
1587
1587
The ''inherit()'' function's [=argument grammar=] is:
0 commit comments