mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
LibWeb/CSS: Disallow negative time values for transition-duration
This commit is contained in:
parent
b80c0d2114
commit
37eb2be348
Notes:
github-actions[bot]
2025-03-14 07:53:33 +00:00
Author: https://github.com/tcl3
Commit: 37eb2be348
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3919
Reviewed-by: https://github.com/gmta ✅
3 changed files with 33 additions and 1 deletions
|
@ -2848,7 +2848,7 @@
|
|||
"inherited": false,
|
||||
"initial": "0s",
|
||||
"valid-types": [
|
||||
"time"
|
||||
"time [0,∞]"
|
||||
]
|
||||
},
|
||||
"transition-property": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue