mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 11:47:35 +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,
|
"inherited": false,
|
||||||
"initial": "0"
|
"initial": "0"
|
||||||
},
|
},
|
||||||
|
"position": {
|
||||||
|
"inherited": false,
|
||||||
|
"initial": "static"
|
||||||
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"inherited": false,
|
"inherited": false,
|
||||||
"initial": "auto"
|
"initial": "auto"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue