summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-11-25 16:55:46 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2017-11-25 17:13:36 +0000
commit637af005876a14b4c64c0b14d39e67738e76d816 (patch)
tree157702e284701678024962d64f48e9177bc7b713 /src
parentdbed3e2b11e9a7c9f3b8d7c8b18e3e6be77ede97 (diff)
downloadlibcss-637af005876a14b4c64c0b14d39e67738e76d816.tar.gz
libcss-637af005876a14b4c64c0b14d39e67738e76d816.tar.bz2
Selection: Content prop, use CSS_CONTENT_SET as condition for generator.
Diffstat (limited to 'src')
-rw-r--r--src/select/select_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/select_config.py b/src/select/select_config.py
index 468e8dc..a543542 100644
--- a/src/select/select_config.py
+++ b/src/select/select_config.py
@@ -164,7 +164,7 @@ uncommon = {
('cursor', 5, 'string_arr', None, 'CSS_CURSOR_AUTO',
'Encode cursor uri(s) as an array of string objects, terminated '
'with a blank entry'),
- ('content', 2, 'content_item', 'CSS_CONTENT_NORMAL', 'CSS_CONTENT_NORMAL',
+ ('content', 2, 'content_item', 'CSS_CONTENT_SET', 'CSS_CONTENT_NORMAL',
'Encode content as an array of content items, terminated with '
'a blank entry.', 'set')
}