-
Notifications
You must be signed in to change notification settings - Fork 791
Expand file tree
/
Copy pathChangeLog
More file actions
63 lines (44 loc) · 2.28 KB
/
ChangeLog
File metadata and controls
63 lines (44 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
2012-02-08 simon.fraser@apple.com
Fix https://www.w3.org/Bugs/Public/show_bug.cgi?id=14797 - make Animation events non-cancelable.
2012-01-31 simon.fraser@apple.com
Removed unused style, which broke the propdef tables
Go back to the Editors Draft stylesheet.
2012-01-30 simon.fraser@apple.com
Editorial only; change all <span class=""> to <code> to get default.css styling,
and minor reformatting.
2012-01-30 simon.fraser@apple.com
- Clarify behavior of missing properties in keyframes:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=14636
https://www.w3.org/Style/CSS/Tracker/actions/389
2011-07-24 dino@apple.com
- Zero times now have the unit specifier (dbaron feedback 11 April)
2011-04-05 dino@apple.com
Changes from David Baron's feedback
- describe that animationstart event fires after delay has expired
either with a zero elapsedTime (in the case where delay >= 0) or
-1 * delay (in the case where delay < 0)
- if the same property is animated in multiple animations, then the
animation-name closest to the end of the list wins.
- animation-name is the dominant property for lists. Every other property
repeats to fill whatever animation-name requires.
- insertRule is now appendRule (always appends, does not replace)
- describe that animations with a 0 duration still respect fill mode, delay
and fire events.
2011-03-21 simon.fraser@apple.com
- Removed "Module Level 3" from the title.
2011-01-20 simon.fraser@apple.com
- copy prose from transitions related to disambiguation of animation-duration
and animation-delay in the shorthand.
2010-08-19 dino@apple.com
- add animation-fill-mode property
- list stepped timing functions
2010-03-23 simon.fraser@apple.com
- Better start to the Keyframes section
- Example 1 changed to use an identifier, rather than a string for the keyframes name.
- Changed paragraph stating that 'from' and 'to' keyframes are required to say that these
are implied if missing, using the computed values. Added ISSUE related to repeating animations.
- Added NOTE to clarify behavior when a property is not specified in all keyframes.
- Move the contents Animation Behavior section into the Animation section, so we introduce general
animation behavior before diving into keyframes.
2010-03-10 simon.fraser@apple.com
- enhance the Abstract and Introduction.