8000 [css-transitions] Clarify that "has started" includes delay. · w3c/csswg-drafts@5eec440 · GitHub
Skip to content

Commit 5eec440

Browse files
committed
[css-transitions] Clarify that "has started" includes delay.
Fixes the second issue in https://lists.w3.org/Archives/Public/www-style/2011Jan/0419.html
1 parent 19f51a5 commit 5eec440

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

css-transitions/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,8 @@ url: http://w3c.github.io/dom/#constructing-events; type: dfn; text: event const
937937
</div>
938938

939939
<p class="note">
940-
Note that once the transition of a property has started,
940+
Note that once the transition of a property has started
941+
(including being in its delay phase),
941942
it continues running based on
942943
the original timing function, duration, and
943944
delay, even if the 'transition-timing-function',

css-transitions/Overview.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<h1 class="p-name no-ref" id="title">CSS Transitions</h1>
100100

101101
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
102-
<time class="dt-updated" datetime="2015-01-28">28 January 2015</time></span></h2>
102+
<time class="dt-updated" datetime="2015-02-11">11 February 2015</time></span></h2>
103103

104104
<div data-fill-with="spec-metadata">
105105
<dl>
@@ -130,13 +130,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
130130

131131
<div data-fill-with="warning"></div>
132132

133-
<p class="copyright" data-fill-with="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2015 <a href="http://www.w3.org/">
134-
<acronym title="World Wide Web Consortium">W3C</acronym>
135-
</a><sup>®</sup> (<a href="http://www.csail.mit.edu/">
136-
<acronym title="Massachusetts Institute of Technology">MIT</acronym>
137-
</a>, <a href="http://www.ercim.eu/">
138-
<acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym>
139-
</a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.
133+
<p class="copyright" data-fill-with="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2015 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.
140134
</p>
141135

142136
<hr title="Separator for header">
@@ -1446,7 +1440,8 @@ <h2 class="heading settled" data-level="3" id="starting"><span class="secno">3.
14461440

14471441

14481442
<p class="note" role="note">
1449-
Note that once the transition of a property has started,
1443+
Note that once the transition of a property has started
1444+
(including being in its delay phase),
14501445
it continues running based on
14511446
the original timing function, duration, and
14521447
delay, even if the <a class="property" data-link-type="propdesc" href="#propdef-transition-timing-function">transition-timing-function</a>,

0 commit comments

Comments
 (0)