1
Fork 0
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:
Egor Ananyin 2021-07-23 13:18:09 +03:00 committed by Ali Mohammad Pur
parent 495f69b76b
commit 0e6ba6e1d3
5 changed files with 23 additions and 0 deletions

View file

@ -347,6 +347,10 @@
"inherited": false,
"initial": "0"
},
"opacity": {
"inherited": false,
"initial": 1
},
"overflow": {
"longhands": [
"overflow-x",