mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 10:57:35 +00:00
LibWeb: Parse the CSS position type automatically
This means `object-position` will no longer incorrectly accept the 3-value background-position syntax. Remove the now-ambiguous and unused `position` enum while we're at it. (This enum only existed as a hack.)
This commit is contained in:
parent
19da17f07e
commit
26d6ba6f58
4 changed files with 9 additions and 19 deletions
|
@ -319,13 +319,6 @@
|
|||
"all",
|
||||
"none"
|
||||
],
|
||||
"position": [
|
||||
"left",
|
||||
"right",
|
||||
"top",
|
||||
"bottom",
|
||||
"center"
|
||||
],
|
||||
"positioning": [
|
||||
"absolute",
|
||||
"fixed",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue