Skip to content

Commit 1fb760c

Browse files
author
Sylvain Galineau
committed
[css-animations] Fix borked UL structure
--HG-- extra : rebase_source : 800a5493e6e62e1f93c99ee8ad48d0998c216ca4
1 parent 8822e5d commit 1fb760c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

css-animations/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,7 @@ Working Group Resolutions that are pending editing</h2>
10751075
<li>Fire animation start/end events when animation-duration is zero, with 0 elapsedTime
10761076
<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>)
10771077
<li>If an animation with a negative animation delay is initially paused, the start event still fires
1078+
</ul>
10781079

10791080
<li>2012-10-29 minutes
10801081
<ul>

css-animations/Overview.html

Lines changed: 3 additions & 2 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=20140910>10 September 2014</span></span></span></h2>
59+
<span class=dt-updated><span class=value-title title=20140915>15 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>
@@ -1091,6 +1091,7 @@ <h2 class="heading settled heading" data-level=8 id=wg-resolutions-pending><span
10911091
<li>Fire animation start/end events when animation-duration is zero, with 0 elapsedTime
10921092
<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>)
10931093
<li>If an animation with a negative animation delay is initially paused, the start event still fires
1094+
</ul>
10941095

10951096
<li>2012-10-29 minutes
10961097
<ul>
@@ -1350,7 +1351,7 @@ <h2 class="no-num no-ref heading settled heading" id=property-index><span class=
13501351
<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>
13511352

13521353

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?
1354+
</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?
13541355
<a href=#issue-1275c8d8></a></div><div class=issue>If similar to animation-duration:0s, also relates to whether
13551356
animation events fire?
13561357
<a href=#issue-ef1c522a></a></div><div class=issue>Clarify whether 0s animations fire start/end events or not.

0 commit comments

Comments
 (0)