mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 02:17:45 +00:00
LibWeb: Add 'object-position' property and 'position' enum
This patch adds the 'object-position' CSS property description to the json for code generation. Also the 'position' enum is added. The values of this enum are the valid inputs to the object-position property from CSS Values-4.
This commit is contained in:
parent
6602b1ddb1
commit
7e11de272f
2 changed files with 19 additions and 0 deletions
|
@ -319,6 +319,13 @@
|
|||
"all",
|
||||
"none"
|
||||
],
|
||||
"position": [
|
||||
"left",
|
||||
"right",
|
||||
"top",
|
||||
"bottom",
|
||||
"center"
|
||||
],
|
||||
"positioning": [
|
||||
"absolute",
|
||||
"fixed",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue