Skip to content

Commit 73a9570

Browse files
committed
[css-animations] Fix two typos.
1 parent f6a2cfe commit 73a9570

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css-animations/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ The 'animation-fill-mode' property</h3>
656656
element) and the time it begins execution (which is determined by the 'animation-delay'
657657
property). Also, by default an animation does not affect property values after the
658658
animation ends (determined by the 'animation-duration' and 'animation-iteration-count' properties).
659-
The 'animation-fill-mode'property can override this behavior.
659+
The 'animation-fill-mode' property can override this behavior.
660660

661661
<pre class='propdef'>
662662
Name: animation-fill-mode
@@ -1055,7 +1055,7 @@ Working Group Resolutions that are pending editing</h2>
10551055
<li><del>When an element changes from display:none to display: non-none, animations start immediately (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14785">Bug</a>)</del>
10561056
<li>An initially-paused animation is still started (fires start events etc.) (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14774">Bug</a>)
10571057
<li><del>Animations can be paused during their delay phase, which freezes the remaining delay to be applied after it unpauses (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14774">Bug</a>)</del>
1058-
<li><del>animation-play-state has the same list behavior as the other animaton properties, matching the length of animation-name (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14786">Bug</a>)</del>
1058+
<li><del>animation-play-state has the same list behavior as the other animation properties, matching the length of animation-name (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14786">Bug</a>)</del>
10591059
</ul>
10601060
<li>2013-02-20 minutes
10611061
<ul>

css-animations/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class
6161
<dt>Feedback:</dt>
6262
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-animations%5D%20feedback">www-style@w3.org</a>
6363
with subject line
64-
<kbd>[css-animations] <var>… message topic …</var></kbd>”(<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)<dt>Test Suite:<dd><a href=http://test.csswg.org/suites/css-animations-1/nightly-unstable/>http://test.csswg.org/suites/css-animations-1/nightly-unstable/</a><dt>Editors:
64+
<kbd>[css-animations] <var>… message topic …</var></kbd>”(<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)<dt>Test Suite:<dd><a href=http://test.csswg.org/suites/css-animations-1_dev/nightly-unstable/>http://test.csswg.org/suites/css-animations-1_dev/nightly-unstable/</a><dt>Editors:
6565
<dd class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:dino@apple.com>Dean Jackson</a> (<span class="p-org org">Apple Inc.</span>)<dd class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:dbaron@dbaron.org>L. David Baron</a> (<span class="p-org org">Mozilla</span>)<dd class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:galineau@adobe.com>Sylvain Galineau</a> (<span class="p-org org">Adobe</span>)<dt>Former Editors:
6666
<dd class="p-author h-card vcard"><span class="p-name fn">David Hyatt</span> (<span class="p-org org">Apple Inc.</span>)<dd class="p-author h-card vcard"><span class="p-name fn">Chris Marrin</span> (<span class="p-org org">Apple Inc.</span>)<dt>Issues List:<dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&amp;list_id=36653&amp;product=CSS&amp;query_format=advanced&amp;resolution=---">In Bugzilla</a></dl></div>
6767
<div data-fill-with=warning></div>
@@ -292,11 +292,11 @@ <h2 class="heading settled heading" data-level=3 id=animations><span class=secno
292292

293293
</div>
294294

295-
<p>Setting the <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> property to <span class=css data-link-for=display data-link-type=maybe title=none>none</span> will terminate any running animation applied
296-
to the element and its descendants. If an element has a <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> of <span class=css data-link-for=display data-link-type=maybe title=none>none</span>, updating
297-
<a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> to a value other than <span class=css data-link-for=display data-link-type=maybe title=none>none</span> will start all animations applied to the element
295+
<p>Setting the <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visuren.html#propdef-display title=display>display</a> property to <span class=css data-link-for=display data-link-type=maybe title=none>none</span> will terminate any running animation applied
296+
to the element and its descendants. If an element has a <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visuren.html#propdef-display title=display>display</a> of <span class=css data-link-for=display data-link-type=maybe title=none>none</span>, updating
297+
<a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visuren.html#propdef-display title=display>display</a> to a value other than <span class=css data-link-for=display data-link-type=maybe title=none>none</span> will start all animations applied to the element
298298
by the <a class=property data-link-type=propdesc href=#propdef-animation-name title=animation-name>animation-name</a> property, as well as all animations applied to descendants
299-
with <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> other than <span class=css data-link-for=display data-link-type=maybe title=none>none</span>.</p>
299+
with <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visuren.html#propdef-display title=display>display</a> other than <span class=css data-link-for=display data-link-type=maybe title=none>none</span>.</p>
300300

301301
<p>While authors can use animations to create dynamically changing content, dynamically
302302
changing content can lead to seizures in some users. For information on how to avoid
@@ -719,7 +719,7 @@ <h3 class="heading settled heading" data-level=4.9 id=animation-fill-mode><span
719719
element) and the time it begins execution (which is determined by the <a class=property data-link-type=propdesc href=#propdef-animation-delay title=animation-delay>animation-delay</a>
720720
property). Also, by default an animation does not affect property values after the
721721
animation ends (determined by the <a class=property data-link-type=propdesc href=#propdef-animation-duration title=animation-duration>animation-duration</a> and <a class=property data-link-type=propdesc href=#propdef-animation-iteration-count title=animation-iteration-count>animation-iteration-count</a> properties).
722-
The 'animation-fill-modeproperty can override this behavior.</p>
722+
The <a class=property data-link-type=propdesc href=#propdef-animation-fill-mode title=animation-fill-mode>animation-fill-mode</a> property can override this behavior.</p>
723723

724724
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-animation-fill-mode>animation-fill-mode<a class=self-link href=#propdef-animation-fill-mode></a></dfn><tr><th>Value:<td class=prod><a class="production css-code" data-link-type=type href=#typedef-single-animation-fill-mode title="<single-animation-fill-mode>">&lt;single-animation-fill-mode&gt;</a>#<tr><th>Initial:<td>none<tr><th>Applies to:<td>all elements, ::before and ::after pseudo-elements<tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>As specified<tr><th>Canonical order:<td>per grammar<tr><th>Percentages:<td>N/A<tr><th>Animatable:<td>no</table>
725725

@@ -1092,7 +1092,7 @@ <h2 class="heading settled heading" data-level=8 id=wg-resolutions-pending><span
10921092
<li><del>When an element changes from display:none to display: non-none, animations start immediately (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14785">Bug</a>)</del>
10931093
<li>An initially-paused animation is still started (fires start events etc.) (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14774">Bug</a>)
10941094
<li><del>Animations can be paused during their delay phase, which freezes the remaining delay to be applied after it unpauses (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14774">Bug</a>)</del>
1095-
<li><del>animation-play-state has the same list behavior as the other animaton properties, matching the length of animation-name (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14786">Bug</a>)</del>
1095+
<li><del>animation-play-state has the same list behavior as the other animation properties, matching the length of animation-name (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14786">Bug</a>)</del>
10961096
</ul>
10971097
<li>2013-02-20 minutes
10981098
<ul>

0 commit comments

Comments
 (0)