summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-11-03 08:56:43 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2022-11-03 08:56:43 +0000
commit3c0c6b6def402f0c0b654974e193c8c4bf55047f (patch)
tree4dd033ef20d2480380a85e1f156152fbc49ebba7 /src/parse/propstrings.c
parent0275dec0dff54eefd03d9302af4562c4024fb993 (diff)
downloadlibcss-3c0c6b6def402f0c0b654974e193c8c4bf55047f.tar.gz
libcss-3c0c6b6def402f0c0b654974e193c8c4bf55047f.tar.bz2
properties: position: Add support for 'sticky' value
Diffstat (limited to 'src/parse/propstrings.c')
-rw-r--r--src/parse/propstrings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c
index 2cac65f..786a3b7 100644
--- a/src/parse/propstrings.c
+++ b/src/parse/propstrings.c
@@ -488,6 +488,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = {
SMAP("infinite"),
SMAP("grid"),
SMAP("inline-grid"),
+ SMAP("sticky"),
SMAP("aliceblue"),
SMAP("antiquewhite"),