1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00

LibHTML: Add the CSS "position" property to CSS/Properties.json

This commit is contained in:
Andreas Kling 2019-11-19 18:20:54 +01:00
parent 0405ab91aa
commit e87b9e2d7c

View file

@ -261,6 +261,10 @@
"inherited": false,
"initial": "0"
},
"position": {
"inherited": false,
"initial": "static"
},
"right": {
"inherited": false,
"initial": "auto"