Skip to content

Commit 70ff090

Browse files
committed
1 parent 07a35f3 commit 70ff090

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-animations/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h2 id=keyframes><span class=secno>3. </span>Keyframes</h2>
376376
invalid, the animation of that property proceeds as if that keyframe did
377377
not exist. Conceptually, it is as if a set of keyframes is constructed for
378378
each property that is present in any of the keyframes, and an animation is
379-
run independently for each one.
379+
run independently for each property.
380380

381381
<div class=example>
382382
<p style="display:none"> Example(s):</p>

css3-animations/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h2>Keyframes</h2>
240240
<p>
241241
If property is not specified for a keyframe, or is specified but invalid, the animation of that property proceeds
242242
as if that keyframe did not exist. Conceptually, it is as if a set of keyframes is constructed for each property
243-
that is present in any of the keyframes, and an animation is run independently for each one.
243+
that is present in any of the keyframes, and an animation is run independently for each property.
244244
</p>
245245
<div class="example">
246246
<p style="display:none">

0 commit comments

Comments
 (0)