Skip to content

Commit 93d72a9

Browse files
committed
[css-animations-1] Add Changes list since 2018, w3c#8464
1 parent 8ba1098 commit 93d72a9

1 file changed

Lines changed: 38 additions & 5 deletions

File tree

css-animations-1/Overview.bs

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
Title: CSS Animations Level 1
1616
Status: ED
1717
Work Status: Refining
18+
Prepare for TR: no
1819
Shortname: css-animations
1920
Level: 1
2021
Group: csswg
@@ -31,7 +32,9 @@ Editor: Brian Birtles, Invited Expert, brian@birchill.co.jp, w3cid 43194
3132
Former Editor: David Hyatt, Apple Inc.
3233
Former Editor: Chris Marrin, Apple Inc.
3334
Former Editor: Sylvain Galineau, Adobe, galineau@adobe.com
34-
!Issues List: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&list_id=36653&product=CSS&query_format=advanced&resolution=---">In Bugzilla</a>
35+
!Issues List: https://github.com/w3c/csswg-drafts/labels/css-animations-1
36+
37+
<!-- <a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&list_id=36653&product=CSS&query_format=advanced&resolution=---">In Bugzilla</a> -->
3538
3639
Abstract: This CSS module describes a way for authors to animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their duration, number of repeats, and repeating behavior.
3740
@@ -1324,10 +1327,40 @@ partial interface mixin GlobalEventHandlers {
13241327
</pre>
13251328

13261329

1327-
<h2 id="priv-sec">
1328-
Privacy and Security Considerations</h2>
1329-
1330-
This specification introduces no new privacy or security considerations.
1330+
<h2 id="priv">
1331+
Privacy Considerations</h2>
1332+
1333+
No privacy concerns have been reported on this specification.
1334+
1335+
<h2 id="sec">
1336+
Security Considerations</h2>
1337+
1338+
No security concerns have been reported on this specification.
1339+
1340+
<h2 id="changes">Changes</h2>
1341+
1342+
<h3 id="changes-20181011">Changes since the <a href="https://www.w3.org/TR/2018/WD-css-animations-1-20181011/">Working Draft of 11 October 2018</a></h3>
1343+
1344+
The following substantive changes were made:
1345+
1346+
<ul>
1347+
<li>Defined indexed property getter for CSSKeyframesRule</li>
1348+
<li>Added constructor type on AnimationEvent's definition </li>
1349+
<li>Added required unit for dimension in range notation </li>
1350+
<li>Applied range definition notation to descriptor and rule's prelude values </li>
1351+
<li>Applied range definition notation to property values </li>
1352+
<li>Associated event definitions with their EventHandler container </li>
1353+
<li>Better markup for productions</li>
1354+
<li>Corrected typo (rule to be found, not rule to be deleted)</li>
1355+
<li>Made value definition reference consistent with other CSS specifications</li>
1356+
<li>IDL aligned with Web IDL specification</li>
1357+
<li>Added default dictionary value to constructor</li>
1358+
<li>Rewrote confusing example (<a href="https://github.com/w3c/csswg-drafts/issues/4118">#4118</a>)</li>
1359+
<li>Clarified handling of zero-duration animations</li>
1360+
<li>Use "not animatable" rather than "none"</li>
1361+
<li>Timing functions now called easing functions</li>
1362+
<li>Changed GlobalEventHandlers to be a mixin</li>
1363+
</ul>
13311364

13321365

13331366
<h2 id="acknowledgements">

0 commit comments

Comments
 (0)