|
225 | 225 | "affects-layout": false, |
226 | 226 | "inherited": false, |
227 | 227 | "initial": "none 0s ease 1 normal running 0s none", |
228 | | - "__comment": "FIXME: animation properties should be coordinating-lists", |
229 | | - "multiplicity": "single", |
| 228 | + "multiplicity": "coordinating-list", |
230 | 229 | "longhands": [ |
231 | 230 | "animation-duration", |
232 | 231 | "animation-timing-function", |
|
246 | 245 | "initial": "replace", |
247 | 246 | "valid-types": [ |
248 | 247 | "animation-composition" |
249 | | - ] |
| 248 | + ], |
| 249 | + "multiplicity": "coordinating-list" |
250 | 250 | }, |
251 | 251 | "animation-delay": { |
252 | 252 | "affects-layout": false, |
253 | 253 | "animation-type": "none", |
254 | 254 | "inherited": false, |
255 | 255 | "initial": "0s", |
256 | | - "__comment": "FIXME: animation properties should be coordinating-lists", |
257 | | - "multiplicity": "single", |
| 256 | + "multiplicity": "coordinating-list", |
258 | 257 | "valid-types": [ |
259 | 258 | "time [-∞,∞]" |
260 | 259 | ] |
|
264 | 263 | "animation-type": "none", |
265 | 264 | "inherited": false, |
266 | 265 | "initial": "normal", |
267 | | - "__comment": "FIXME: animation properties should be coordinating-lists", |
268 | | - "multiplicity": "single", |
| 266 | + "multiplicity": "coordinating-list", |
269 | 267 | "valid-identifiers": [ |
270 | 268 | "normal", |
271 | 269 | "reverse", |
|
278 | 276 | "animation-type": "none", |
279 | 277 | "inherited": false, |
280 | 278 | "initial": "0s", |
281 | | - "__comment": "FIXME: animation properties should be coordinating-lists", |
282 | | - "multiplicity": "single", |
| 279 | + "multiplicity": "coordinating-list", |
283 | 280 | "valid-types": [ |
284 | 281 | "time [0,∞]" |
285 | 282 | ], |
|
292 | 289 | "animation-type": "none", |
293 | 290 | "inherited": false, |
294 | 291 | "initial": "none", |
295 | | - "__comment": "FIXME: animation properties should be coordinating-lists", |
296 | | - "multiplicity": "single", |
| 292 | + "multiplicity": "coordinating-list", |
297 | 293 | "valid-identifiers": [ |
298 | 294 | "none", |
299 | 295 | "forwards", |
|
306 | 302 | "animation-type": "none", |
307 | 303 | "inherited": false, |
308 | 304 | "initial": "1", |
309 | | - "__comment": "FIXME: animation properties should be coordinating-lists", |
310 | | - "multiplicity": "single", |
| 305 | + "multiplicity": "coordinating-list", |
311 | 306 | "valid-types": [ |
312 | 307 | "number [0,∞]" |
313 | 308 | ], |
|
320 | 315 | "animation-type": "none", |
321 | 316 | "inherited": false, |
322 | 317 | "initial": "none", |
323 | | - "__comment": "FIXME: animation properties should be coordinating-lists", |
324 | | - "multiplicity": "single", |
| 318 | + "multiplicity": "coordinating-list", |
325 | 319 | "valid-types": [ |
326 | 320 | "string", |
327 | 321 | "custom-ident ![none]" |
|
335 | 329 | "animation-type": "none", |
336 | 330 | "inherited": false, |
337 | 331 | "initial": "running", |
338 | | - "__comment": "FIXME: animation properties should be coordinating-lists", |
339 | | - "multiplicity": "single", |
| 332 | + "multiplicity": "coordinating-list", |
340 | 333 | "valid-identifiers": [ |
341 | 334 | "running", |
342 | 335 | "paused" |
|
356 | 349 | "auto", |
357 | 350 | "none" |
358 | 351 | ], |
359 | | - "__comment": "FIXME: animation properties should be coordinating-lists", |
360 | | - "multiplicity": "single" |
| 352 | + "multiplicity": "coordinating-list" |
361 | 353 | }, |
362 | 354 | "animation-timing-function": { |
363 | 355 | "affects-layout": false, |
364 | 356 | "animation-type": "none", |
365 | 357 | "inherited": false, |
366 | 358 | "initial": "ease", |
367 | | - "__comment": "FIXME: animation properties should be coordinating-lists", |
368 | | - "multiplicity": "single", |
| 359 | + "multiplicity": "coordinating-list", |
369 | 360 | "valid-types": [ |
370 | 361 | "easing-function", |
371 | 362 | "easing-keyword" |
|
0 commit comments