mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 09:48:56 +00:00
LibWeb: Add box-shadow as a known ValueID
This commit is contained in:
parent
2fdae3b0ca
commit
36e6f559c5
Notes:
sideshowbarker
2024-07-18 08:23:09 +09:00
Author: https://github.com/TobyAsE
Commit: 36e6f559c5
Pull-request: https://github.com/SerenityOS/serenity/pull/8968
1 changed files with 4 additions and 0 deletions
|
@ -175,6 +175,10 @@
|
||||||
"inherited": false,
|
"inherited": false,
|
||||||
"initial": "auto"
|
"initial": "auto"
|
||||||
},
|
},
|
||||||
|
"box-shadow":{
|
||||||
|
"inherited": false,
|
||||||
|
"initial": "none"
|
||||||
|
},
|
||||||
"caption-side": {
|
"caption-side": {
|
||||||
"inherited": true,
|
"inherited": true,
|
||||||
"initial": "top"
|
"initial": "top"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue