Skip to content

Commit 7ba7191

Browse files
author
dauwhe
committed
merge
2 parents d65715f + 8b4d6b2 commit 7ba7191

20 files changed

Lines changed: 5153 additions & 4829 deletions

css-animations/Overview.bs

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,12 +1066,22 @@ Working Group Resolutions that are pending editing</h2>
10661066
need to be edited in:
10671067

10681068
<ul>
1069+
<li>2014-09-09 minutes (Antibes f2f)
1070+
<ul>
1071+
<li>Detail how/when keyframe values are computed; using <a href="http://lists.w3.org/Archives/Public/www-style/2014Aug/0132.html">G.beta in dbaron's mail</a>
1072+
<li>Agreed that both transitions and animations animate all properties. css-transitions to define animation of non-interoperable/discrete values. They take their starting values below 50% timing function progress, and end values above
1073+
<li>Dynamic changes to animation properties/keyframes. Tab to propose resolution. (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14713">Bug 14713</a>)
1074+
<li>Negative animation-delay values apply against the active duration of the animation i.e. (animation-duration*animation-iteration-count). The delay can thus swallow iterations for which no iteration event will be fired. The start/end events are still fired. Even when delay == (-1*active_duration)
1075+
<li>Fire animation start/end events when animation-duration is zero, with 0 elapsedTime
1076+
<li>If animation-iteration-count is infinite and duration is 0, treat the iteration-count as if it was finite and run a 0s second (option A in <a href="http://lists.w3.org/Archives/Public/www-style/2014Sep/0056.html">Brian's mail</a>)
1077+
<li>If an animation with a negative animation delay is initially paused, the start event still fires
1078+
10691079
<li>2012-10-29 minutes
10701080
<ul>
1071-
<li>Change the animation properties to be dynamically changeable
1072-
<li>@keyframes can be dynamically changed
1081+
<li><del>Change the animation properties to be dynamically changeable
1082+
<li><del>@keyframes can be dynamically changed
10731083
<li><del>When you encounter duplicate animations names, last one wins.</del>
1074-
<li>Make *animations* transition *all* properties. Unless otherwise specified, discrete properties take their starting values below 50% timing function progress, and end values above 50% timing function progress.
1084+
<li><del>Make *animations* transition *all* properties. Unless otherwise specified, discrete properties take their starting values below 50% timing function progress, and end values above 50% timing function progress.</del>
10751085
</ul>
10761086
<li>2012-12-12 minutes and intermediate comments <del>and 2012-12-19 minutes</del>
10771087
<ul>

css-animations/Overview.html

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</p>
5757
<h1 class="p-name no-ref" id=title>CSS Animations Level 1</h1>
5858
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
59-
<span class=dt-updated><span class=value-title title=20140828>28 August 2014</span></span></span></h2>
59+
<span class=dt-updated><span class=value-title title=20140910>10 September 2014</span></span></span></h2>
6060
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css3-animations/>http://dev.w3.org/csswg/css3-animations/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-animations/>http://www.w3.org/TR/css3-animations/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css3-animations/>http://dev.w3.org/csswg/css3-animations/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css3-animations-20130219/ rel=previous>http://www.w3.org/TR/2013/WD-css3-animations-20130219/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-animations-20120403/ rel=previous>http://www.w3.org/TR/2012/WD-css3-animations-20120403/</a>
6161
<dt>Feedback:</dt>
6262
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-animations%5D%20feedback">www-style@w3.org</a>
@@ -1082,12 +1082,22 @@ <h2 class="heading settled heading" data-level=8 id=wg-resolutions-pending><span
10821082
need to be edited in:
10831083

10841084
<p> <ul>
1085+
<li>2014-09-09 minutes (Antibes f2f)
1086+
<ul>
1087+
<li>Detail how/when keyframe values are computed; using <a href=http://lists.w3.org/Archives/Public/www-style/2014Aug/0132.html>G.beta in dbaron’s mail</a>
1088+
<li>Agreed that both transitions and animations animate all properties. css-transitions to define animation of non-interoperable/discrete values. They take their starting values below 50% timing function progress, and end values above
1089+
<li>Dynamic changes to animation properties/keyframes. Tab to propose resolution. (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14713">Bug 14713</a>)
1090+
<li>Negative animation-delay values apply against the active duration of the animation i.e. (animation-duration*animation-iteration-count). The delay can thus swallow iterations for which no iteration event will be fired. The start/end events are still fired. Even when delay == (-1*active_duration)
1091+
<li>Fire animation start/end events when animation-duration is zero, with 0 elapsedTime
1092+
<li>If animation-iteration-count is infinite and duration is 0, treat the iteration-count as if it was finite and run a 0s second (option A in <a href=http://lists.w3.org/Archives/Public/www-style/2014Sep/0056.html>Brian’s mail</a>)
1093+
<li>If an animation with a negative animation delay is initially paused, the start event still fires
1094+
10851095
<li>2012-10-29 minutes
10861096
<ul>
1087-
<li>Change the animation properties to be dynamically changeable
1088-
<li>@keyframes can be dynamically changed
1089-
<li><del>When you encounter duplicate animations names, last one wins.</del>
1090-
<li>Make *animations* transition *all* properties. Unless otherwise specified, discrete properties take their starting values below 50% timing function progress, and end values above 50% timing function progress.
1097+
<li><del>Change the animation properties to be dynamically changeable
1098+
</del><li><del>@keyframes can be dynamically changed
1099+
</del><li><del>When you encounter duplicate animations names, last one wins.</del>
1100+
<li><del>Make *animations* transition *all* properties. Unless otherwise specified, discrete properties take their starting values below 50% timing function progress, and end values above 50% timing function progress.</del>
10911101
</ul>
10921102
<li>2012-12-12 minutes and intermediate comments <del>and 2012-12-19 minutes</del>
10931103
<ul>
@@ -1340,7 +1350,7 @@ <h2 class="no-num no-ref heading settled heading" id=property-index><span class=
13401350
<tr><th scope=row><a data-property="">animation</a><td>&lt;single-animation&gt;#<td>see individual properties<td>all elements, ::before and ::after pseudo-elements<td>no<td>N/A<td>interactive<td>no<td>per grammar<td>As specified</table></div>
13411351

13421352

1343-
</ul><h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>Do animation events fire when the duration is 0s?
1353+
</ul></ul><h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>Do animation events fire when the duration is 0s?
13441354
<a href=#issue-1275c8d8></a></div><div class=issue>If similar to animation-duration:0s, also relates to whether
13451355
animation events fire?
13461356
<a href=#issue-ef1c522a></a></div><div class=issue>Clarify whether 0s animations fire start/end events or not.

css-display/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
<pre class='metadata'>
44
Status: WD
5-
Date: 2014-08-09
6-
ED: http://dev.w3.org/csswg/css-display
5+
Date: 2014-09-11
6+
ED: http://dev.w3.org/csswg/css-display/
77
Shortname: css-display
88
Group: csswg
99
Level: 3
10+
TR: http://www.w3.org/TR/css-display-3/
11+
Previous Version: http://www.w3.org/TR/2014/WD-css-display-3-20140220/
1012
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1113
Editor: fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
1214
Abstract: This module describes how the CSS formatting box tree is generated from the document element tree and defines the 'display' and 'box-suppress' properties that control it.

0 commit comments

Comments
 (0)