summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-19 10:44:47 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-19 10:44:47 +0000
commitcc4d98bb8bf6177c523e0fbbc0b8385891528198 (patch)
tree0822ad09ef5d6a2759d718019529d24beeb8f4b1 /src/parse/propstrings.c
parent2a4f3b8fc1e09fa982d3fc9cf97451b5ad1ca04d (diff)
downloadlibcss-cc4d98bb8bf6177c523e0fbbc0b8385891528198.tar.gz
libcss-cc4d98bb8bf6177c523e0fbbc0b8385891528198.tar.bz2
Parse background shorthand property
svn path=/trunk/libcss/; revision=7874
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 208b384..2098b60 100644
--- a/src/parse/propstrings.c
+++ b/src/parse/propstrings.c
@@ -43,6 +43,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = {
{ "after", SLEN("after") },
{ "azimuth", SLEN("azimuth") },
+ { "background", SLEN("background") },
{ "background-attachment", SLEN("background-attachment") },
{ "background-color", SLEN("background-color") },
{ "background-image", SLEN("background-image") },