-
Notifications
You must be signed in to change notification settings - Fork 706
/
Copy pathChangeLog
105 lines (74 loc) · 3.45 KB
/
ChangeLog
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
2014-04-05 Tab Atkins Jr. <[email protected]>
- Added marked-up definitions of property values to
every property. Added a few issues.
2014-04-04 Tab Atkins Jr. <[email protected]>
- Minor fixups.
2014-04-04 Sylvain Galineau <[email protected]>
- [css-animations][bikeshed] Minor bikeshed content and markup fixes
- [css-animations][bikeshed] Add missing example 4
- [css-animations][bikeshed] Add dbaron's list of pending resolutions
as section 8
- [css-animations][bikeshed] Fix event dfn type; add section 6 (DOM
Interfaces) and 7 (Acknowledgements)
- [css-animations][bikeshed] Fix ambiguous <time> ref warning
- [css-animations][bikeshed] Add section 5 (events)
2014-04-03 Sylvain Galineau <[email protected]>
- In-progress Bikeshed version of the spec; sections
1-4 inclusive
2014-04-02 L. David Baron <[email protected]>
- Add list of pending edits that I know about.
2014-01-29 L. David Baron <[email protected]>
- Spell check.
2014-01-22 L. David Baron <[email protected]>
- And remove the issue that the previous change was
addressing.
- Change ordering requirements for parsing keywords
within the animation shorthand to prioritize animation-name lowest,
and also require nonambiguous serialization with allowance for being
non-minimal (which we could perhaps tighten later).
Fixes: http://lists.w3.org/Archives/Public/www-
style/2014Jan/0325.html http://lists.w3.org/Archives/Public/www-
style/2011Apr/0344.html
- Remove issue proposing alternative syntax for times
in animation shorthand, which is no longer practical at this point.
- Define the term "animation properties" and also
cite the rules on list matching in the definition of the animation
shorthand.
Fixes the remainder of http://lists.w3.org/Archives/Public/www-
style/2011Oct/0408.html which was partly fixed by the previous
commit.
- Use term "animation properties" consistently.
- Make it clear that "first value" and "second value"
refer to being within a <single-animation>.
Fixes http://lists.w3.org/Archives/Public/www-
style/2011Oct/0410.html
2014-01-08 L. David Baron <[email protected]>
- Have 2 separate links for issues
list, the first excluding issues deferred to next level.
2013-09-10 L. David Baron <[email protected]>
- Describe how animations interact with the cascade
in a slightly more formally-correct way, and a way more similar to
transitions.
- Cite cascade spec for cascading rules.
2013-09-05 Rebecca Hauck <[email protected]>
- added test annotations & test suite links
2013-05-06 L. David Baron <[email protected]>
- Actually, since we don't have
init*Event, there's no point worrying about document.createEvent, so
so we can just put the defaults in the init dict.
- Define initial values of event
properties. (Using the initializers in the init dict is not
sufficient because of CreateEvent.) Also fix link to DOM Core.
2013-04-04 L. David Baron <[email protected]>
- Fix double-brackets (an escaped set and an incorrectly unescaped
set) in the feedback mailto: URLs.
This fixes a mistake introduced in: changeset: 7856:589545d6b465
user: Tab Atkins Jr. <[email protected]> date:
Thu Mar 28 18:31:31 2013 -0700 summary: Change feedback
shortnames.
2013-03-29 L. David Baron <[email protected]>
- Fix changelog links in response to spec renaming (and don't use
SHORTNAME since SHORTNAME is broken).
2013-03-28 Tab Atkins Jr. <[email protected]>
- Change feedback shortnames.
- THE GREAT RENAMING