mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
LibHTML: Add the CSS "position" property to CSS/Properties.json
This commit is contained in:
parent
0405ab91aa
commit
e87b9e2d7c
1 changed files with 4 additions and 0 deletions
|
@ -261,6 +261,10 @@
|
|||
"inherited": false,
|
||||
"initial": "0"
|
||||
},
|
||||
"position": {
|
||||
"inherited": false,
|
||||
"initial": "static"
|
||||
},
|
||||
"right": {
|
||||
"inherited": false,
|
||||
"initial": "auto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue