mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb/CSS: Alphabetize Enums.json
This commit is contained in:
parent
edb5547e37
commit
a1fb34d7f2
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user