LibWeb: Add box-shadow as a known ValueID

This commit is contained in:
Tobias Christiansen 2021-07-23 21:21:39 +02:00 committed by Andreas Kling
commit 36e6f559c5
Notes: sideshowbarker 2024-07-18 08:23:09 +09:00

View file

@ -175,6 +175,10 @@
"inherited": false,
"initial": "auto"
},
"box-shadow":{
"inherited": false,
"initial": "none"
},
"caption-side": {
"inherited": true,
"initial": "top"