forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-animations-1.json
192 lines (192 loc) · 7.93 KB
/
css-animations-1.json
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
{
"spec": {
"title": "CSS Animations Level 1",
"url": "https://drafts.csswg.org/css-animations/"
},
"links": {
"https://www.w3.org/TR/CSS/": [
"future-proofing",
"unstable",
"proprietary-extension"
],
"https://github.com/w3c/csswg-drafts/issues": [],
"https://lists.w3.org/Archives/Public/public-css-archive/": [],
"https://lists.w3.org/Archives/Public/www-style/": [],
"https://www.w3.org/2020/Process-20200915/": [],
"https://www.w3.org/TR/CSS2/": [
"property-defs"
],
"https://www.w3.org/TR/css-values-3/": [
"value-defs"
],
"https://drafts.csswg.org/css-values-4/": [
"css-wide-keywords",
"identifier-value",
"string-value",
"percentage-value",
"comb-one",
"mult-comma",
"number-value",
"comb-any"
],
"https://drafts.csswg.org/css-will-change-1/": [
"propdef-will-change"
],
"https://drafts.csswg.org/css2/": [
"propdef-display"
],
"https://drafts.csswg.org/css-display-3/": [
"valdef-display-none"
],
"https://developer.mozilla.org/en-US/docs/Web/CSS/@keyframes": [],
"https://drafts.csswg.org/css-syntax-3/": [
"typedef-rule-list",
"typedef-declaration-list",
"identifier"
],
"https://drafts.csswg.org/css-shapes-2/": [
"valdef-shape-to"
],
"https://drafts.csswg.org/css-position-3/": [
"propdef-left"
],
"https://drafts.csswg.org/css-transitions/": [
"application"
],
"https://developer.mozilla.org/en-US/docs/Web/CSS/animation-name": [],
"https://drafts.csswg.org/css-backgrounds-3/": [
"propdef-background-image"
],
"https://www.w3.org/TR/css-values/": [
"value-defs",
"percentages"
],
"https://www.w3.org/TR/css-cascade/": [
"initial-values",
"inherited-property",
"computed"
],
"https://www.w3.org/TR/css-pseudo/": [
"generated-content"
],
"https://www.w3.org/TR/web-animations/": [
"animation-type"
],
"https://developer.mozilla.org/en-US/docs/Web/CSS/animation-duration": [],
"https://drafts.csswg.org/css-values-3/": [
"time-value"
],
"https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timing-function": [],
"https://drafts.csswg.org/css-easing-1/": [
"input-progress-value",
"step-easing-function",
"step-position",
"valdef-steps-start",
"output-progress-value",
"typedef-easing-function",
"valdef-cubic-bezier-easing-function-ease-in",
"valdef-cubic-bezier-easing-function-ease-out"
],
"https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count": [],
"https://developer.mozilla.org/en-US/docs/Web/CSS/animation-direction": [],
"https://developer.mozilla.org/en-US/docs/Web/CSS/animation-play-state": [],
"https://developer.mozilla.org/en-US/docs/Web/CSS/animation-delay": [],
"https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode": [],
"https://developer.mozilla.org/en-US/docs/Web/CSS/animation": [],
"https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent": [],
"https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent/AnimationEvent": [],
"https://heycam.github.io/webidl/": [
"Exposed",
"idl-double",
"idl-unsigned-short",
"SameObject",
"PutForwards",
"syntaxerror",
"idl-undefined"
],
"https://dom.spec.whatwg.org/": [
"event",
"dictdef-eventinit",
"constructing-events",
"document"
],
"https://drafts.csswg.org/cssom-1/": [
"cssomstring",
"cssrule",
"dom-cssstyledeclaration-csstext",
"cssstyledeclaration",
"cssstyledeclaration-declarations",
"concept-declarations-specified-order",
"cssstyledeclaration-parent-css-rule",
"cssstyledeclaration-owner-node",
"cssrulelist"
],
"https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent/animationName": [],
"https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent/elapsedTime": [],
"https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent/pseudoElement": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Document/animationstart_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/animationstart_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Window/animationstart_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Document/animationend_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/animationend_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Window/animationend_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Document/animationiteration_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/animationiteration_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Window/animationiteration_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Document/animationcancel_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/animationcancel_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Window/animationcancel_event": [],
"https://html.spec.whatwg.org/": [
"event-handlers",
"event-handler-event-type",
"html-elements",
"event-handler-content-attributes",
"event-handler-idl-attributes",
"window",
"globaleventhandlers",
"eventhandler"
],
"https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onanimationstart": [],
"https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onanimationiteration": [],
"https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onanimationend": [],
"https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onanimationcancel": [],
"https://developer.mozilla.org/en-US/docs/Web/API/CSSKeyframeRule": [],
"https://developer.mozilla.org/en-US/docs/Web/API/CSSKeyframeRule/keyText": [],
"https://developer.mozilla.org/en-US/docs/Web/API/CSSKeyframeRule/style": [],
"https://www.w3.org/TR/cssom-1/": [
"cssstyledeclaration-readonly-flag"
],
"https://developer.mozilla.org/en-US/docs/Web/API/CSSKeyframesRule": [],
"https://developer.mozilla.org/en-US/docs/Web/API/CSSKeyframesRule/name": [],
"https://developer.mozilla.org/en-US/docs/Web/API/CSSKeyframesRule/cssRules": [],
"https://developer.mozilla.org/en-US/docs/Web/API/CSSKeyframesRule/appendRule": [],
"https://developer.mozilla.org/en-US/docs/Web/API/CSSKeyframesRule/deleteRule": [],
"https://developer.mozilla.org/en-US/docs/Web/API/CSSKeyframesRule/findRule": [],
"https://lists.w3.org/Archives/Public/www-style/2015Jul/0391.html": [],
"https://lists.w3.org/Archives/Public/www-style/2014Aug/0132.html": [],
"https://www.w3.org/Bugs/Public/show_bug.cgi?id=14713": [],
"https://lists.w3.org/Archives/Public/www-style/2014Sep/0056.html": [],
"https://www.w3.org/Bugs/Public/show_bug.cgi?id=15251": [],
"https://www.w3.org/Bugs/Public/show_bug.cgi?id=14785": [],
"https://www.w3.org/Bugs/Public/show_bug.cgi?id=14774": [],
"https://www.w3.org/Bugs/Public/show_bug.cgi?id=14786": [],
"https://www.w3.org/TR/CSS21/": [
"style-sheet",
"user-agent",
"ignore"
],
"https://www.w3.org/Style/CSS/Test/": [],
"https://lists.w3.org/Archives/Public/public-css-testsuite": [],
"https://www.w3.org/TR/css-display-3/": [],
"https://www.w3.org/TR/css-easing-1/": [],
"https://www.w3.org/TR/css-syntax-3/": [],
"https://www.w3.org/TR/css-values-4/": [],
"https://www.w3.org/TR/css-will-change-1/": [],
"https://www.w3.org/TR/css-cascade-3/": [],
"https://datatracker.ietf.org/doc/html/rfc2119": [],
"https://www.w3.org/TR/WCAG20/": [],
"https://www.w3.org/TR/css-backgrounds-3/": [],
"https://www.w3.org/TR/css-position-3/": [],
"https://www.w3.org/TR/css-transitions-1/": []
}
}