mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
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:
parent
d18b0c07ca
commit
7e2fa2650d
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user