LibWeb/CSS: Sort the entries in Enums.json

I semi-unintentionally add a checker for this in the next commit.
This commit is contained in:
Sam Atkins 2025-07-10 15:03:20 +01:00 committed by Tim Ledbetter
parent d18b0c07ca
commit 7e2fa2650d

View File

@ -40,18 +40,18 @@
"stretch",
"unsafe"
],
"animation-fill-mode": [
"backwards",
"both",
"forwards",
"none"
],
"animation-direction": [
"alternate",
"alternate-reverse",
"normal",
"reverse"
],
"animation-fill-mode": [
"backwards",
"both",
"forwards",
"none"
],
"animation-play-state": [
"paused",
"running"
@ -540,13 +540,6 @@
"lch",
"oklch"
],
"positioning": [
"absolute",
"fixed",
"relative",
"static",
"sticky"
],
"position-edge": [
"center",
"left",
@ -554,6 +547,13 @@
"top",
"bottom"
],
"positioning": [
"absolute",
"fixed",
"relative",
"static",
"sticky"
],
"referrer-policy-modifier-value": [
"no-referrer",
"no-referrer-when-downgrade",