Skip to content

Commit f8970e2

Browse files
committed
[css-animations] Remove sentence about how the end of the animation is defined
As discussed: w3c#41
1 parent f82a217 commit f8970e2

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

css-animations/Overview.bs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ Animations</h2>
142142
Conversely, extending the 'animation-delay' may cause an animation to
143143
re-start and dispatch an <a idl>animationstart</a> event.
144144

145-
The end of the animation is defined by the combination of the
146-
'animation-duration', 'animation-iteration-count' and 'animation-fill-mode'
147-
properties.
148-
149145
<div class='example'>
150146
<pre>
151147
div {

css-animations/Overview.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
7171
<div data-fill-with="spec-metadata">
7272
<dl>
7373
<dt>This version:
74-
<dd><a class="u-url" href="http://dev.w3.org/csswg/css-animations/">http://dev.w3.org/csswg/css-animations/</a>
74+
<dd><a class="u-url" href="https://drafts.csswg.org/css-animations/">https://drafts.csswg.org/css-animations/</a>
7575
<dt>Latest version:
7676
<dd><a href="http://www.w3.org/TR/css3-animations/">http://www.w3.org/TR/css3-animations/</a>
7777
<dt>Previous Versions:
@@ -301,7 +301,6 @@ <h2 class="heading settled" data-level="3" id="animations"><span class="secno">3
301301
to jump forwards or even finish immediately and dispatch an <a data-link-type="idl" href="#dom-animationevent-animationend">animationend</a> event.
302302
Conversely, extending the <a class="property" data-link-type="propdesc" href="#propdef-animation-delay">animation-delay</a> may cause an animation to
303303
re-start and dispatch an <a data-link-type="idl" href="#dom-animationevent-animationstart">animationstart</a> event.</p>
304-
<p>The end of the animation is defined by the combination of the <a class="property" data-link-type="propdesc" href="#propdef-animation-duration">animation-duration</a>, <a class="property" data-link-type="propdesc" href="#propdef-animation-iteration-count">animation-iteration-count</a> and <a class="property" data-link-type="propdesc" href="#propdef-animation-fill-mode">animation-fill-mode</a> properties.</p>
305304
<div class="example" id="example-dee38741">
306305
<a class="self-link" href="#example-dee38741"></a>
307306
<pre>div {
@@ -453,9 +452,9 @@ <h2 class="heading settled" data-level="4" id="keyframes"><span class="secno">4.
453452
{F}{R}{O}{M} {return FROM_SYM;}
454453
{T}{O} {return TO_SYM;}
455454
</pre>
456-
<p class="issue" id="issue-9bda05d2"><a class="self-link" href="#issue-9bda05d2"></a> This specification needs to define
455+
<p class="issue" id="issue-396f31a3"><a class="self-link" href="#issue-396f31a3"></a> This specification needs to define
457456
how the value is determined from the keyframes,
458-
like the section on <a href="http://dev.w3.org/csswg/css-transitions/#application">Application of transitions</a> does for CSS Transitions. </p>
457+
like the section on <a href="https://drafts.csswg.org/css-transitions/#application">Application of transitions</a> does for CSS Transitions. </p>
459458
<h3 class="heading settled" data-level="4.1" id="timing-functions"><span class="secno">4.1. </span><span class="content"> Timing functions for keyframes</span><a class="self-link" href="#timing-functions"></a></h3>
460459
<p>A keyframe style rule may also declare the timing function that is to be used as the animation
461460
moves to the next keyframe.</p>
@@ -1786,7 +1785,7 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
17861785
<div style="counter-reset:issue">
17871786
<div class="issue"> This specification needs to define
17881787
how the value is determined from the keyframes,
1789-
like the section on <a href="http://dev.w3.org/csswg/css-transitions/#application">Application of transitions</a> does for CSS Transitions. <a href="#issue-9bda05d2"></a></div>
1788+
like the section on <a href="https://drafts.csswg.org/css-transitions/#application">Application of transitions</a> does for CSS Transitions. <a href="#issue-396f31a3"></a></div>
17901789
<div class="issue">Need to <a href="https://lists.w3.org/Archives/Public/www-style/2015Jul/0391.html">specify how keyframes interact</a>.<a href="#issue-e3695cf1"></a></div>
17911790
<div class="issue">Need to specify better handling of dynamic changes of animation-name; see <a href="https://twitter.com/estellevw/status/617525016104583168">conversation</a>.<a href="#issue-5bd82213"></a></div>
17921791
</div>

0 commit comments

Comments
 (0)