diff options
author | Andreas Kling <kling@serenityos.org> | 2022-09-25 15:47:40 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-09-25 17:51:43 +0200 |
commit | 844321d89fda5fc9424f9122f030f63ee5b29a31 (patch) | |
tree | 47f093791dc8b2ba2fbd5313ef18c7ad80f8b724 /Userland/Libraries/LibWeb/CSS/Identifiers.json | |
parent | ba78fe008f0f489d23974979c9aa2b6c8783012f (diff) | |
download | serenity-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.json | 2 |
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", |