summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.c
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2017-02-05 12:18:11 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-03-10 13:42:03 +0000
commit38cad9c5adc597448c9ea73ece67d36c012a2cd8 (patch)
treef9afb40a8a85b99a7ab451698edb4c3dfc93792b /src/parse/propstrings.c
parente47d8dcc95f8fbe830a2b7852ba0af0d60f1a29b (diff)
downloadlibcss-38cad9c5adc597448c9ea73ece67d36c012a2cd8.tar.gz
libcss-38cad9c5adc597448c9ea73ece67d36c012a2cd8.tar.bz2
Propstrings: add AND, ONLY, OR
Diffstat (limited to 'src/parse/propstrings.c')
-rw-r--r--src/parse/propstrings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c
index bfd2965..dc32ce9 100644
--- a/src/parse/propstrings.c
+++ b/src/parse/propstrings.c
@@ -439,6 +439,9 @@ const stringmap_entry stringmap[LAST_KNOWN] = {
{ "column-reverse", SLEN("column-reverse") },
{ "wrap", SLEN("wrap") },
{ "wrap-reverse", SLEN("wrap-reverse") },
+ { "and", SLEN("and") },
+ { "or", SLEN("or") },
+ { "only", SLEN("only") },
{ "aliceblue", SLEN("aliceblue") },
{ "antiquewhite", SLEN("antiquewhite") },