summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 18:10:54 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 18:10:54 +0000
commit7782c74a03f19797fd5af2b015b80710c869616b (patch)
treead2cfbc53afe9d71d854d0d47ea6750e4b28ce65 /src/parse/propstrings.c
parentb1367201c557cbf33ddcea3e3c1f0efd313bd59c (diff)
downloadlibcss-7782c74a03f19797fd5af2b015b80710c869616b.tar.gz
libcss-7782c74a03f19797fd5af2b015b80710c869616b.tar.bz2
Factor out common parts of pause-after and pause-before parsers.
cue and pause shorthands svn path=/trunk/libcss/; revision=7983
Diffstat (limited to 'src/parse/propstrings.c')
-rw-r--r--src/parse/propstrings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c
index fbe2d66..34c849a 100644
--- a/src/parse/propstrings.c
+++ b/src/parse/propstrings.c
@@ -79,6 +79,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = {
{ "content", SLEN("content") },
{ "counter-increment", SLEN("counter-increment") },
{ "counter-reset", SLEN("counter-reset") },
+ { "cue", SLEN("cue") },
{ "cue-after", SLEN("cue-after") },
{ "cue-before", SLEN("cue-before") },
{ "cursor", SLEN("cursor") },
@@ -120,6 +121,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = {
{ "page-break-after", SLEN("page-break-after") },
{ "page-break-before", SLEN("page-break-before") },
{ "page-break-inside", SLEN("page-break-inside") },
+ { "pause", SLEN("pause") },
{ "pause-after", SLEN("pause-after") },
{ "pause-before", SLEN("pause-before") },
{ "pitch-range", SLEN("pitch-range") },