1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00

LibWeb/CSS: Alphabetize Enums.json

This commit is contained in:
Sam Atkins 2025-05-02 13:52:17 +01:00 committed by Tim Ledbetter
parent edb5547e37
commit a1fb34d7f2
Notes: github-actions[bot] 2025-05-03 22:23:54 +00:00

View file

@ -514,19 +514,6 @@
"to-zero",
"up"
],
"table-layout": [
"auto",
"fixed"
],
"text-anchor": [
"start",
"middle",
"end"
],
"text-overflow": [
"clip",
"ellipsis"
],
"scrollbar-gutter": [
"auto",
"stable",
@ -547,6 +534,10 @@
"round",
"bevel"
],
"table-layout": [
"auto",
"fixed"
],
"text-align": [
"center",
"justify",
@ -559,6 +550,11 @@
"-libweb-left",
"-libweb-right"
],
"text-anchor": [
"start",
"middle",
"end"
],
"text-decoration-line": [
"none",
"underline",
@ -582,6 +578,10 @@
"inter-character",
"distribute=inter-character"
],
"text-overflow": [
"clip",
"ellipsis"
],
"text-transform": [
"capitalize",
"full-size-kana",