Skip to content

Commit 953f977

Browse files
Calme1709AtkinsSJ
authored andcommitted
LibWeb: Mark animation-* properties as list-valued
1 parent 758432c commit 953f977

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

Libraries/LibWeb/CSS/Properties.json

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@
225225
"affects-layout": false,
226226
"inherited": false,
227227
"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",
230229
"longhands": [
231230
"animation-duration",
232231
"animation-timing-function",
@@ -246,15 +245,15 @@
246245
"initial": "replace",
247246
"valid-types": [
248247
"animation-composition"
249-
]
248+
],
249+
"multiplicity": "coordinating-list"
250250
},
251251
"animation-delay": {
252252
"affects-layout": false,
253253
"animation-type": "none",
254254
"inherited": false,
255255
"initial": "0s",
256-
"__comment": "FIXME: animation properties should be coordinating-lists",
257-
"multiplicity": "single",
256+
"multiplicity": "coordinating-list",
258257
"valid-types": [
259258
"time [-∞,∞]"
260259
]
@@ -264,8 +263,7 @@
264263
"animation-type": "none",
265264
"inherited": false,
266265
"initial": "normal",
267-
"__comment": "FIXME: animation properties should be coordinating-lists",
268-
"multiplicity": "single",
266+
"multiplicity": "coordinating-list",
269267
"valid-identifiers": [
270268
"normal",
271269
"reverse",
@@ -278,8 +276,7 @@
278276
"animation-type": "none",
279277
"inherited": false,
280278
"initial": "0s",
281-
"__comment": "FIXME: animation properties should be coordinating-lists",
282-
"multiplicity": "single",
279+
"multiplicity": "coordinating-list",
283280
"valid-types": [
284281
"time [0,∞]"
285282
],
@@ -292,8 +289,7 @@
292289
"animation-type": "none",
293290
"inherited": false,
294291
"initial": "none",
295-
"__comment": "FIXME: animation properties should be coordinating-lists",
296-
"multiplicity": "single",
292+
"multiplicity": "coordinating-list",
297293
"valid-identifiers": [
298294
"none",
299295
"forwards",
@@ -306,8 +302,7 @@
306302
"animation-type": "none",
307303
"inherited": false,
308304
"initial": "1",
309-
"__comment": "FIXME: animation properties should be coordinating-lists",
310-
"multiplicity": "single",
305+
"multiplicity": "coordinating-list",
311306
"valid-types": [
312307
"number [0,∞]"
313308
],
@@ -320,8 +315,7 @@
320315
"animation-type": "none",
321316
"inherited": false,
322317
"initial": "none",
323-
"__comment": "FIXME: animation properties should be coordinating-lists",
324-
"multiplicity": "single",
318+
"multiplicity": "coordinating-list",
325319
"valid-types": [
326320
"string",
327321
"custom-ident ![none]"
@@ -335,8 +329,7 @@
335329
"animation-type": "none",
336330
"inherited": false,
337331
"initial": "running",
338-
"__comment": "FIXME: animation properties should be coordinating-lists",
339-
"multiplicity": "single",
332+
"multiplicity": "coordinating-list",
340333
"valid-identifiers": [
341334
"running",
342335
"paused"
@@ -356,16 +349,14 @@
356349
"auto",
357350
"none"
358351
],
359-
"__comment": "FIXME: animation properties should be coordinating-lists",
360-
"multiplicity": "single"
352+
"multiplicity": "coordinating-list"
361353
},
362354
"animation-timing-function": {
363355
"affects-layout": false,
364356
"animation-type": "none",
365357
"inherited": false,
366358
"initial": "ease",
367-
"__comment": "FIXME: animation properties should be coordinating-lists",
368-
"multiplicity": "single",
359+
"multiplicity": "coordinating-list",
369360
"valid-types": [
370361
"easing-function",
371362
"easing-keyword"

0 commit comments

Comments
 (0)