forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
287 lines (205 loc) · 9.95 KB
/
ChangeLog
File metadata and controls
287 lines (205 loc) · 9.95 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
2013-02-12 Sylvain Galineau <sylvaing@microsoft.com>
- Make validator happy
2013-02-10 L. David Baron <dbaron@dbaron.org>
- Make naming of event constructor
dictionary parameters more consistent with DOM-Level-3-Events.
2013-02-08 L. David Baron <dbaron@dbaron.org>
- Add missed edit from adding pseudoElement to
AnimationEvent.
2013-02-07 Sylvain Galineau <sylvaing@microsoft.com>
- Both inherit and initial are implicitly allowed as values for all
properties (bug 14791)
2013-02-04 L. David Baron <dbaron@dbaron.org>
- Add warning about dynamic
content causing seizures, with link to WCAG.
Fixes: https://www.w3.org/Bugs/Public/show_bug.cgi?id=14669
https://www.w3.org/Style/CSS/Tracker/actions/399 as resolved in:
http://lists.w3.org/Archives/Public/www-style/2011Nov/0712.html
2013-01-29 Sylvain Galineau <sylvaing@microsoft.com>
- Propdef update: animation-* properties also apply
to before/after pseudos
2013-01-28 Sylvain Galineau <sylvaing@microsoft.com>
- Add pseudoElement property to AnimationEvent (bug
15846)
2013-01-11 Sylvain Galineau <sylvaing@microsoft.com>
- Add animation-play-state sub-property to animation
shorthand (bug 14787)
- Empty keyframe rules are exexecuted as long as
duration > 0 (bug 15251)
2012-12-17 Sylvain Galineau <sylvaing@microsoft.com>
- Require one valid keyframe rule to run an
animation; add a note on the validity of empty keyframes rules (bug
15251)
- Define effect of display:none on animations (bug
14785)
- Depend on css3-transitions for timing function
definitions (bug 14774)
2012-10-04 Sylvain Galineau <sylvaing@microsoft.com>
- Scope the parsing order importance clause of the
animation shorthand to each component value of the shorthand list
(bug 14776)
- Fix CSSKeyframeRule.keyText definition to match
current implementations i.e. a comma-separated list of percentage
values (bug 18580)
2012-10-01 Sylvain Galineau <sylvaing@microsoft.com>
- Remove legacy initAnimationEvent() metod; replace
with DOM4 constructor (bug 15338)
- Resolution: !important user and author rules
override animations (bug 15249)
2012-09-20 L. David Baron <dbaron@dbaron.org>
- Make single-* productions
introduced earlier today have hyperlinks and better ids.
- Fix error I just introduced not fixing up prose
copied from transitions, and also fix another similar, preexisting
error.
- Make it clear that the comma-
separated items in the transition and animation shorthands don't
themselves contain comma-separated items (which, if you read the
grammar literally, they did). Fixes issue raised in
http://lists.w3.org/Archives/Public/www-style/2012Sep/0375.html .
- Add Percentages: lines and incorrectly reorder
Computed Value: and Animatable: lines to make the preprocessor
happy.
2012-08-07 Sylvain Galineau <sylvaing@microsoft.com>
- Ignore keyframe selectors outside [0-100%] (bug 14795)
2012-07-12 Sylvain Galineau <sylvaing@microsoft.com>
- css3-animations ED: negative transition-duration values are invalid
(bug 16806), handling of !important (bug 14792), fix property syntax
defs, fix animation-delay referenced as 'foo' in prop index
- Keyframe rule declarations marked with !important are ignored (Bug
14792)
- Update property syntax defs: reintroduce comma separators, fix *
wildcards (were converted to #)
- Make negative transition-duration and animation-duration values
invalid (Bug 16806)
2012-06-28 L. David Baron <dbaron@dbaron.org>
- Fix the definition of 'animation-fill-mode' as described in
http://lists.w3.org/Archives/Public/www-style/2012Jun/0447.html .
1. account for 'reverse' and 'alternate-reverse' animation
directions
2. account for the possibility that 'animation-iteration-count' is
not an integer
- Untabify the <pre> elements and regenerate so that we end up with
pretty much the same result as before.
2012-06-19 Sylvain Galineau <sylvaing@microsoft.com>
- Fix typo in section 3 (missing 'a')
2012-05-30 Tab Atkins Jr. <jackalmage@gmail.com>
- Massive markup rewrite to match modern conventions. No meaningful
changes.
2012-04-10 Sylvain Galineau <sylvaing@microsoft.com>
- Resolution for bug 14659 - animationiteration event and last
iteration
- Editorial changes for bugs 14784 and 14778
2012-04-04 Bert Bos <bert@w3.org>
- Fixed a mark-up error (id="id=timing..."). Added missing slash after
this-version URL.
2012-04-03 L. David Baron <dbaron@dbaron.org>
- Copy clearer wording on list repetition from css3-transitions (which
was in turn partly taken from css3-background).
- Update 'Previous Version' links to reflect today's publication as
WD.
2012-03-29 L. David Baron <dbaron@dbaron.org>
- Make the new ids better by not starting them with 'the'.
- Make better ids, and add a elements with the old ids for backwards
compatibility (but no new links).
- Reduce redirects found by the link checker.
- Remove BOM and add meta-charset.
- Fix source-only validation error and corresponding incorrect
indentation.
- Even more pairs of [] are needed for the grammar to be correct.
Thanks to Tab for pointing this out in
http://lists.w3.org/Archives/Public/www-style/2012Mar/0679.html .
2012-03-28 L. David Baron <dbaron@dbaron.org>
- Add two additional values for animation-direction: reverse and
alternate-reverse .
This is as proposed in http://lists.w3.org/Archives/Public/www-
style/2011May/0548.html and resolved in the group's 2012 March 28
teleconference per http://lists.w3.org/Archives/Public/www-
style/2012Mar/0655.html
- Fix two errors in the grammar of the steps() function: first, add
necessary [] so that the comma applies to both the start and end
values; second, add the ? that was intended to indicate the second
parameter being optional.
- Add necessary []s to grammar: since juxtaposition binds tighter
than |, [] are needed so that the comma needs to separate all the
items in the list (rather than requiring a comma to separate values
only for the first of the options).
- Use underscores instead of hyphens in grammar production names since
hyphens are not valid in Yacc identifiers.
2012-03-27 L. David Baron <dbaron@dbaron.org>
- Add 'Discussion:' line to spec header.
2012-02-17 L. David Baron <dbaron@dbaron.org>
- Spell-check the specification.
2012-02-15 L. David Baron <dbaron@dbaron.org>
- Clarify wording, as discussed in http://lists.w3.org/Archives/Public
/www-archive/2012Feb/0018.html .
- Link to issue tracking in Bugzilla.
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
2012-01-03 Elika Etemad <fantasai.cvs@inkedblade.net>
- Update style sheet to new CSSWG master.
2011-12-17 L. David Baron <dbaron@dbaron.org>
- Further tweak whitespace in keyframes grammar, both to add more
places allowed whitespace was missing, and to follow the convention
that productions allow whitespace at their end but not their start.
2011-12-17 sgalinea <sgalinea>
- Fix sylvaing email address; resolve bug 14782
- Fix for Bug 14772 -Treatment of animation-iteration-count:0
2011-11-26 L. David Baron <dbaron@dbaron.org>
- Fix two additional occurrences of unitless '0'.
- Update the "Applies To" lines to match css3-transitions, as
discussed twice: http://lists.w3.org/Archives/Public/www-
style/2009Dec/0248.html http://lists.w3.org/Archives/Public/www-
style/2011Apr/0514.html
- Add Sylvain and me as co-editors per http://www.w3.org/2011/10/31
-css-minutes.html . Also add Editor's draft, issues list, and test
suite lines to header.
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.
2010-03-10 cmarrin <cmarrin>
- Minor clarifying edits and removed the issue that we are thinking of
removing play-state. By popular demand it is staying in
2009-04-14 Bert Bos <bert@w3.org>
- Some corrections for pubrules.
2009-02-10 Dean Jackson <dino@apple.com>
- initial checkin of css animations