diff --git a/Libraries/LibWeb/CSS/Enums.json b/Libraries/LibWeb/CSS/Enums.json index 90114f90485..e471e2584d4 100644 --- a/Libraries/LibWeb/CSS/Enums.json +++ b/Libraries/LibWeb/CSS/Enums.json @@ -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",