summaryrefslogtreecommitdiff
path: root/include/libcss/select.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-07-04 12:59:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-07-04 12:59:37 +0000
commit2f5753d607a93c8ae18aab3dd675b111af7d879d (patch)
treef9c2f35073806f433a1520ec2d64cbbcb2d9fc1d /include/libcss/select.h
parent39a51ce203672ead9e526592f4d35bdef5e5c728 (diff)
downloadlibcss-2f5753d607a93c8ae18aab3dd675b111af7d879d.tar.gz
libcss-2f5753d607a93c8ae18aab3dd675b111af7d879d.tar.bz2
Query client for initial values of color, font-family, quotes, and voice-family properties.
svn path=/trunk/libcss/; revision=8306
Diffstat (limited to 'include/libcss/select.h')
-rw-r--r--include/libcss/select.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libcss/select.h b/include/libcss/select.h
index 3cdaf3c..391f393 100644
--- a/include/libcss/select.h
+++ b/include/libcss/select.h
@@ -64,6 +64,11 @@ typedef struct css_select_handler {
css_error (*node_presentational_hint)(void *pw, void *node,
uint32_t property, css_hint *hint);
+
+ css_error (*ua_default_for_property)(void *pw, uint32_t property,
+ css_hint *hint);
+// css_error (*ua_font_keyword_to_size)(void *pw, uint32_t keyword,
+// css_hint *hint);
} css_select_handler;
css_error css_select_ctx_create(css_allocator_fn alloc, void *pw,