mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:17:44 +00:00
LibWeb: Parse and store the opacity property
This commit is contained in:
parent
495f69b76b
commit
0e6ba6e1d3
5 changed files with 23 additions and 0 deletions
|
@ -347,6 +347,10 @@
|
|||
"inherited": false,
|
||||
"initial": "0"
|
||||
},
|
||||
"opacity": {
|
||||
"inherited": false,
|
||||
"initial": 1
|
||||
},
|
||||
"overflow": {
|
||||
"longhands": [
|
||||
"overflow-x",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue