mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Mark animation-* properties as list-valued
This commit is contained in:
parent
758432c1cd
commit
953f9775a4
Notes:
github-actions[bot]
2025-12-02 12:48:37 +00:00
Author: https://github.com/Calme1709
Commit: 953f9775a4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6997
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 12 additions and 21 deletions
|
|
@ -225,8 +225,7 @@
|
|||
"affects-layout": false,
|
||||
"inherited": false,
|
||||
"initial": "none 0s ease 1 normal running 0s none",
|
||||
"__comment": "FIXME: animation properties should be coordinating-lists",
|
||||
"multiplicity": "single",
|
||||
"multiplicity": "coordinating-list",
|
||||
"longhands": [
|
||||
"animation-duration",
|
||||
"animation-timing-function",
|
||||
|
|
@ -246,15 +245,15 @@
|
|||
"initial": "replace",
|
||||
"valid-types": [
|
||||
"animation-composition"
|
||||
]
|
||||
],
|
||||
"multiplicity": "coordinating-list"
|
||||
},
|
||||
"animation-delay": {
|
||||
"affects-layout": false,
|
||||
"animation-type": "none",
|
||||
"inherited": false,
|
||||
"initial": "0s",
|
||||
"__comment": "FIXME: animation properties should be coordinating-lists",
|
||||
"multiplicity": "single",
|
||||
"multiplicity": "coordinating-list",
|
||||
"valid-types": [
|
||||
"time [-∞,∞]"
|
||||
]
|
||||
|
|
@ -264,8 +263,7 @@
|
|||
"animation-type": "none",
|
||||
"inherited": false,
|
||||
"initial": "normal",
|
||||
"__comment": "FIXME: animation properties should be coordinating-lists",
|
||||
"multiplicity": "single",
|
||||
"multiplicity": "coordinating-list",
|
||||
"valid-identifiers": [
|
||||
"normal",
|
||||
"reverse",
|
||||
|
|
@ -278,8 +276,7 @@
|
|||
"animation-type": "none",
|
||||
"inherited": false,
|
||||
"initial": "0s",
|
||||
"__comment": "FIXME: animation properties should be coordinating-lists",
|
||||
"multiplicity": "single",
|
||||
"multiplicity": "coordinating-list",
|
||||
"valid-types": [
|
||||
"time [0,∞]"
|
||||
],
|
||||
|
|
@ -292,8 +289,7 @@
|
|||
"animation-type": "none",
|
||||
"inherited": false,
|
||||
"initial": "none",
|
||||
"__comment": "FIXME: animation properties should be coordinating-lists",
|
||||
"multiplicity": "single",
|
||||
"multiplicity": "coordinating-list",
|
||||
"valid-identifiers": [
|
||||
"none",
|
||||
"forwards",
|
||||
|
|
@ -306,8 +302,7 @@
|
|||
"animation-type": "none",
|
||||
"inherited": false,
|
||||
"initial": "1",
|
||||
"__comment": "FIXME: animation properties should be coordinating-lists",
|
||||
"multiplicity": "single",
|
||||
"multiplicity": "coordinating-list",
|
||||
"valid-types": [
|
||||
"number [0,∞]"
|
||||
],
|
||||
|
|
@ -320,8 +315,7 @@
|
|||
"animation-type": "none",
|
||||
"inherited": false,
|
||||
"initial": "none",
|
||||
"__comment": "FIXME: animation properties should be coordinating-lists",
|
||||
"multiplicity": "single",
|
||||
"multiplicity": "coordinating-list",
|
||||
"valid-types": [
|
||||
"string",
|
||||
"custom-ident ![none]"
|
||||
|
|
@ -335,8 +329,7 @@
|
|||
"animation-type": "none",
|
||||
"inherited": false,
|
||||
"initial": "running",
|
||||
"__comment": "FIXME: animation properties should be coordinating-lists",
|
||||
"multiplicity": "single",
|
||||
"multiplicity": "coordinating-list",
|
||||
"valid-identifiers": [
|
||||
"running",
|
||||
"paused"
|
||||
|
|
@ -356,16 +349,14 @@
|
|||
"auto",
|
||||
"none"
|
||||
],
|
||||
"__comment": "FIXME: animation properties should be coordinating-lists",
|
||||
"multiplicity": "single"
|
||||
"multiplicity": "coordinating-list"
|
||||
},
|
||||
"animation-timing-function": {
|
||||
"affects-layout": false,
|
||||
"animation-type": "none",
|
||||
"inherited": false,
|
||||
"initial": "ease",
|
||||
"__comment": "FIXME: animation properties should be coordinating-lists",
|
||||
"multiplicity": "single",
|
||||
"multiplicity": "coordinating-list",
|
||||
"valid-types": [
|
||||
"easing-function",
|
||||
"easing-keyword"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue