@@ -1166,38 +1166,38 @@ Validation and Normalization</h3>
1166
1166
<h4 id="interpolation-validity">
1167
1167
Type Checking</h4>
1168
1168
1169
- Each <<progress-source>> and <<input-position>> has a <dfn lt="interpolation input type">type</dfn> ,
1170
- which can be <dfn for="interpolation input type">proportional</dfn>
1169
+ Each <<progress-source>> and <<input-position>> has a <dfn noexport lt="interpolation input type">type</dfn> ,
1170
+ which can be <dfn noexport for="interpolation input type">proportional</dfn>
1171
1171
(<<number>> , <<percentage>> , or <<'animation-timeline'>> )
1172
- or <dfn for="interpolation input type">absolute</dfn>
1172
+ or <dfn noexport for="interpolation input type">absolute</dfn>
1173
1173
(all other types, and <<'animation-timeline'>> ).
1174
1174
The proportional types represent progress as a percentage;
1175
1175
any mix of these types is valid.
1176
- The absolute types represent progress in absolute dimensions,
1177
- and all <<progress-source>> and <<input-position>> values that are not proportional
1176
+ The [= absolute=] types represent progress in absolute dimensions,
1177
+ and all <<progress-source>> and <<input-position>> values that are not [= proportional=]
1178
1178
must have a [=consistent type=] for the notation to be valid.
1179
- Additionally, an [=interpolation notation=] whose <<progress-source>> is not proportional
1180
- must have at least one absolute <<input-position>>
1179
+ Additionally, an [=interpolation notation=] whose <<progress-source>> is not [= proportional=]
1180
+ must have at least one [= absolute=] <<input-position>>
1181
1181
(in order to define the [=interpolation range=] ),
1182
1182
or else the notation is invalid.
1183
1183
1184
- Note: An <<'animation-timeline'>> has both a proportional type (the percentage progress)
1185
- as well as an absolute type (<<time>> or <<length>> ).
1184
+ Note: An <<'animation-timeline'>> has both a [= proportional=] type (the percentage progress)
1185
+ as well as an [= absolute=] type (<<time>> or <<length>> ).
1186
1186
1187
1187
<h4 id="interpolation-range-calculation">
1188
1188
Calculating the Absolute Interpolation Range</h4>
1189
1189
1190
- The <dfn>interpolation range</dfn> specifies the <<dimension>> values
1190
+ The <dfn noexport >interpolation range</dfn> specifies the <<dimension>> values
1191
1191
corresponding to 0% and 100% [=interpolation progress=] ,
1192
- and thereby defines the mapping between proportional and absolute values.
1192
+ and thereby defines the mapping between [= proportional=] and [= absolute=] values.
1193
1193
1194
- In an absolutely typed [=interpolation map=] ,
1195
- the first and last absolute stops in the list
1194
+ In an [= absolutely=] typed [=interpolation map=] ,
1195
+ the first and last [= absolute=] stops in the list
1196
1196
are pinned to 0% and 100%, respectively.
1197
- (If there is only one absolutely typed [=interpolation stop=] ,
1197
+ (If there is only one [= absolutely=] typed [=interpolation stop=] ,
1198
1198
it is pinned to both 0% and 100%.)
1199
1199
1200
- A proportionally typed [=interpolation map=]
1200
+ A [= proportionally=] typed [=interpolation map=]
1201
1201
does not define an [=interpolation range=] .
1202
1202
1203
1203
<h4 id=interpolation-dimension-normaolization>
0 commit comments