summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Identifiers.json
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-09-25 15:47:40 +0200
committerAndreas Kling <kling@serenityos.org>2022-09-25 17:51:43 +0200
commit844321d89fda5fc9424f9122f030f63ee5b29a31 (patch)
tree47f093791dc8b2ba2fbd5313ef18c7ad80f8b724 /Userland/Libraries/LibWeb/CSS/Identifiers.json
parentba78fe008f0f489d23974979c9aa2b6c8783012f (diff)
downloadserenity-844321d89fda5fc9424f9122f030f63ee5b29a31.zip
LibWeb: Teach CSS::StyleProperties to create CSS::Size values
You can now use StyleProperties::size_value(CSS::PropertyID) to extract a CSS::Size for a given property.
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/Identifiers.json')
-rw-r--r--Userland/Libraries/LibWeb/CSS/Identifiers.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/Identifiers.json b/Userland/Libraries/LibWeb/CSS/Identifiers.json
index afa64db372..24c25a7f94 100644
--- a/Userland/Libraries/LibWeb/CSS/Identifiers.json
+++ b/Userland/Libraries/LibWeb/CSS/Identifiers.json
@@ -163,8 +163,10 @@
"lowercase",
"ltr",
"listbox",
+ "max-content",
"medium",
"middle",
+ "min-content",
"minimal-ui",
"monospace",
"more",