mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 23:27:44 +00:00
LibWeb: Add initial version of pointer-events CSS property
This commit is contained in:
parent
fe5c2b7bb9
commit
ec43f7a2b0
7 changed files with 53 additions and 7 deletions
|
@ -1073,7 +1073,11 @@
|
|||
},
|
||||
"pointer-events": {
|
||||
"inherited": true,
|
||||
"initial": "auto"
|
||||
"initial": "auto",
|
||||
"valid-identifiers": [
|
||||
"auto",
|
||||
"none"
|
||||
]
|
||||
},
|
||||
"position": {
|
||||
"inherited": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue