mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
LibHTML: Add the CSS "position" property to CSS/Properties.json
This commit is contained in:
parent
0405ab91aa
commit
e87b9e2d7c
Notes:
sideshowbarker
2024-07-19 11:08:36 +09:00
Author: https://github.com/awesomekling
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