From f2b626dabab7c2ca62c8b1f4e2358ad400ed97aa Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 6 Oct 2021 16:39:44 +0200 Subject: [PATCH] LibWeb: Add a handful of missing CSS "display" value identifiers --- Userland/Libraries/LibWeb/CSS/Identifiers.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Userland/Libraries/LibWeb/CSS/Identifiers.json b/Userland/Libraries/LibWeb/CSS/Identifiers.json index 058cdaa5d8..85d3163a59 100644 --- a/Userland/Libraries/LibWeb/CSS/Identifiers.json +++ b/Userland/Libraries/LibWeb/CSS/Identifiers.json @@ -83,6 +83,7 @@ "contain", "content", "content-box", + "contents", "context-menu", "copy", "crosshair", @@ -104,11 +105,14 @@ "flex", "flex-start", "flex-end", + "flow", + "flow-root", "from-font", "full-size-kana", "full-width", "grab", "grabbing", + "grid", "groove", "help", "hidden", @@ -177,6 +181,12 @@ "row-resize", "row-reverse", "rtl", + "ruby", + "ruby-base", + "ruby-base-container", + "ruby-text", + "ruby-text-container", + "run-in", "sans-serif", "scroll", "se-resize",