Skip to content

Commit 98dc516

Browse files
committed
[css-animations-1] Fix mix of tabs and spaces in one section.
1 parent d0e109b commit 98dc516

File tree

1 file changed

+40
-41
lines changed

1 file changed

+40
-41
lines changed

css-animations-1/Overview.bs

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,46 +1324,45 @@ Working Group Resolutions that are pending editing</h2>
13241324
need to be edited in:
13251325

13261326
<ul>
1327-
<li>2014-09-09 minutes (Antibes f2f)
1328-
<ul>
1329-
<li>Issue(7335): 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>
1330-
<li><del>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</del>
1331-
<li><del>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>)
1332-
<li><del>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)
1333-
<li><del>Fire animation start/end events when animation-duration is zero, with 0 elapsedTime
1334-
<li><del>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>)
1335-
<li><del>If an animation with a negative animation delay is initially paused, the start event still fires
1336-
</ul>
1337-
1338-
<li>2012-10-29 minutes
1339-
<ul>
1340-
<li><del>Change the animation properties to be dynamically changeable
1341-
<li><del>@keyframes can be dynamically changed
1342-
<li><del>When you encounter duplicate animations names, last one wins.</del>
1343-
<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>
1344-
</ul>
1345-
<li>2012-12-12 minutes and intermediate comments <del>and 2012-12-19 minutes</del>
1346-
<ul>
1347-
<li><del>Animations only run if they contain at least one valid keyframe rule (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15251">Bug</a>)
1348-
<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>
1349-
<li><del>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>)
1350-
<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>
1351-
<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>
1352-
</ul>
1353-
<li>2013-02-20 minutes
1354-
<ul>
1355-
<li><del>Øyvind's clarification accepted</del>
1356-
<li><del>keyframe rules cascade</del>
1357-
<li><del>mark pseudoElement at-risk</del>
1358-
</ul>
1359-
<li>2013-05-30 minutes
1360-
<ul>
1361-
<li><del>expectations on animations in non-interactive media</del>
1362-
</ul>
1363-
<li>2014-01-27 minutes
1364-
<ul>
1365-
<li><del>remove text about waiting for document load</del>
1366-
</ul>
1367-
1327+
<li>2014-09-09 minutes (Antibes f2f)
1328+
<ul>
1329+
<li>Issue(7335): 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>
1330+
<li><del>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</del>
1331+
<li><del>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>)
1332+
<li><del>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)
1333+
<li><del>Fire animation start/end events when animation-duration is zero, with 0 elapsedTime
1334+
<li><del>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>)
1335+
<li><del>If an animation with a negative animation delay is initially paused, the start event still fires
1336+
</ul>
13681337

1338+
<li>2012-10-29 minutes
1339+
<ul>
1340+
<li><del>Change the animation properties to be dynamically changeable
1341+
<li><del>@keyframes can be dynamically changed
1342+
<li><del>When you encounter duplicate animations names, last one wins.</del>
1343+
<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>
1344+
</ul>
1345+
<li>2012-12-12 minutes and intermediate comments <del>and 2012-12-19 minutes</del>
1346+
<ul>
1347+
<li><del>Animations only run if they contain at least one valid keyframe rule (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15251">Bug</a>)
1348+
<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>
1349+
<li><del>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>)
1350+
<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>
1351+
<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>
1352+
</ul>
1353+
<li>2013-02-20 minutes
1354+
<ul>
1355+
<li><del>Øyvind's clarification accepted</del>
1356+
<li><del>keyframe rules cascade</del>
1357+
<li><del>mark pseudoElement at-risk</del>
1358+
</ul>
1359+
<li>2013-05-30 minutes
1360+
<ul>
1361+
<li><del>expectations on animations in non-interactive media</del>
1362+
</ul>
1363+
<li>2014-01-27 minutes
1364+
<ul>
1365+
<li><del>remove text about waiting for document load</del>
1366+
</ul>
1367+
</ul>
13691368

0 commit comments

Comments
 (0)