From d470e7e817e07e133eb144daff3b4b3e77de4560 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Wed, 29 Dec 2021 19:41:20 +0000 Subject: [PATCH] LibWeb: Remove media-query-related identifiers from identifiers.json Having these in here was a hack to support the other hack of making media-queries use StyleValues. Now they don't do that, so we can remove these again and keep things hygienic. --- Userland/Libraries/LibWeb/CSS/Identifiers.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Userland/Libraries/LibWeb/CSS/Identifiers.json b/Userland/Libraries/LibWeb/CSS/Identifiers.json index fc6410f247..391f503623 100644 --- a/Userland/Libraries/LibWeb/CSS/Identifiers.json +++ b/Userland/Libraries/LibWeb/CSS/Identifiers.json @@ -75,7 +75,6 @@ "center", "circle", "clip", - "coarse", "col-resize", "collapse", "column", @@ -90,7 +89,6 @@ "crosshair", "currentcolor", "cursive", - "dark", "dashed", "decimal", "decimal-leading-zero", @@ -101,8 +99,6 @@ "e-resize", "ew-resize", "fantasy", - "fast", - "fine", "fixed", "flex", "flex-start", @@ -118,22 +114,17 @@ "groove", "help", "hidden", - "hover", - "infinite", "inline", "inline-block", "inline-table", "inset", "inside", - "interlace", "invert", "italic", "justify", - "landscape", "large", "larger", "left", - "light", "lighter", "line-through", "list-item", @@ -163,17 +154,12 @@ "outset", "outside", "overline", - "p3", "padding-box", - "paged", "pointer", - "portrait", "pre", "pre-line", "pre-wrap", "progress", - "progressive", - "rec2020", "relative", "repeat", "repeat-x", @@ -196,8 +182,6 @@ "se-resize", "separate", "serif", - "srgb", - "slow", "small", "small-caps", "smaller",