LibWeb/CSS: Disallow negative time values for transition-duration

This commit is contained in:
Tim Ledbetter 2025-03-12 16:30:19 +00:00 committed by Jelle Raaijmakers
commit 37eb2be348
Notes: github-actions[bot] 2025-03-14 07:53:33 +00:00
3 changed files with 33 additions and 1 deletions

View file

@ -2848,7 +2848,7 @@
"inherited": false,
"initial": "0s",
"valid-types": [
"time"
"time [0,∞]"
]
},
"transition-property": {