summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-03-12 17:16:31 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-03-12 17:16:31 +0000
commitbcb95bf5fa2c5cfd2e7c80f211f7fd6db6ce2f9a (patch)
tree74dbe0550203d2267ffab4641d834b435c420353 /src/parse/propstrings.c
parentfeb0de14741e709472952abf5f7101a28a377c07 (diff)
downloadlibcss-bcb95bf5fa2c5cfd2e7c80f211f7fd6db6ce2f9a.tar.gz
libcss-bcb95bf5fa2c5cfd2e7c80f211f7fd6db6ce2f9a.tar.bz2
CSS3 Namespaces
svn path=/trunk/libcss/; revision=11972
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 37ced63..7e15e31 100644
--- a/src/parse/propstrings.c
+++ b/src/parse/propstrings.c
@@ -14,6 +14,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = {
{ "charset", SLEN("charset") },
{ "import", SLEN("import") },
{ "media", SLEN("media") },
+ { "namespace", SLEN("namespace") },
{ "page", SLEN("page") },
{ "aural", SLEN("aural") },