LibWeb: Support "start" and "end" values for justify-content

This commit is contained in:
implicitfield 2022-12-20 21:16:29 +02:00 committed by Andreas Kling
commit e75eb21a54
Notes: sideshowbarker 2024-07-17 04:09:56 +09:00
3 changed files with 20 additions and 0 deletions

View file

@ -142,6 +142,8 @@
"optimizequality=smooth"
],
"justify-content": [
"start",
"end",
"flex-start",
"flex-end",
"center",

View file

@ -109,6 +109,7 @@
"double",
"e-resize",
"enabled",
"end",
"ew-resize",
"fantasy",
"fast",
@ -249,6 +250,7 @@
"srgb",
"standalone",
"standard",
"start",
"static",
"sticky",
"stretch",