mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
LibWeb/CSS: Alphabetize Enums.json
This commit is contained in:
parent
edb5547e37
commit
a1fb34d7f2
Notes:
github-actions[bot]
2025-05-03 22:23:54 +00:00
Author: https://github.com/AtkinsSJ
Commit: a1fb34d7f2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4569
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 13 additions and 13 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue