@@ -5228,7 +5228,7 @@ keyframes using the following procedure:
5228
5228
5229
5229
1. Assign each value in <var>offsets</var> to the <a>keyframe
5230
5230
offset</a> of the <a>keyframe</a> with corresponding position in
5231
- <var>property keyframes</var> until the end of either sequence is
5231
+ <var>processed keyframes</var> until the end of either sequence is
5232
5232
reached.
5233
5233
5234
5234
1. Let <var>easings</var> be a sequence of <code>DOMString</code>
@@ -5251,29 +5251,29 @@ keyframes using the following procedure:
5251
5251
of length one containing the single value “linear”, i.e.
5252
5252
« "linear" ».
5253
5253
5254
- 1. If <var>easings</var> has fewer items than <var>property
5254
+ 1. If <var>easings</var> has fewer items than <var>processed
5255
5255
keyframes</var>, repeat the elements in <var>easings</var>
5256
5256
successively starting from the beginning of the list until
5257
- <var>easings</var> has as many items as <var>property
5257
+ <var>easings</var> has as many items as <var>processed
5258
5258
keyframes</var>.
5259
5259
5260
5260
<div class=example>
5261
- For example, if <var>property-indexed keyframe </var> has
5261
+ For example, if <var>processed keyframes </var> has
5262
5262
five items, and <var>easings</var> is the sequence
5263
5263
« "ease-in", "ease-out" »,
5264
5264
<var>easings</var> would be repeated to become
5265
5265
« "ease-in", "ease-out", "ease-in", "ease-out",
5266
5266
"ease-in" ».
5267
5267
</div>
5268
5268
5269
- 1. If <var>easings</var> has more items than <var>property
5269
+ 1. If <var>easings</var> has more items than <var>processed
5270
5270
keyframes</var>, store the excess items as <var>unused
5271
5271
easings</var>.
5272
5272
5273
5273
1. Assign each value in <var>easings</var> to a property named
5274
5274
“easing” on the <a>keyframe</a> with the corresponding
5275
- position in <var>property keyframes</var> until the end of
5276
- <var>property keyframes</var> is reached.
5275
+ position in <var>processed keyframes</var> until the end of
5276
+ <var>processed keyframes</var> is reached.
5277
5277
5278
5278
1. If the “composite” member of the <var>property-indexed
5279
5279
keyframe</var> is <em>not</em> an empty sequence:
@@ -5286,16 +5286,16 @@ keyframes using the following procedure:
5286
5286
the value of the “composite” as its single item.
5287
5287
5288
5288
1. As with <var>easings</var>, if <var>composite modes</var>
5289
- has fewer items than <var>property keyframes</var>, repeat the
5289
+ has fewer items than <var>processed keyframes</var>, repeat the
5290
5290
elements in <var>composite modes</var> successively starting
5291
5291
from the beginning of the list until <var>composite modes</var>
5292
- has as many items as <var>property keyframes</var>.
5292
+ has as many items as <var>processed keyframes</var>.
5293
5293
5294
5294
1. Assign each value in <var>composite modes</var> to the
5295
5295
<a>keyframe-specific composite operation</a> on the
5296
- <a>keyframe</a> with the corresponding position in <var>property
5297
- keyframes</var> until the end of <var>property keyframes</var>
5298
- is reached.
5296
+ <a>keyframe</a> with the corresponding position in
5297
+ <var>processed keyframes</var> until the end of <var>processed
5298
+ keyframes</var> is reached.
5299
5299
5300
5300
</div>
5301
5301
0 commit comments