summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/select/propset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/select/propset.h b/src/select/propset.h
index 769d3b3..08a083a 100644
--- a/src/select/propset.h
+++ b/src/select/propset.h
@@ -16,6 +16,8 @@
/* Important: keep this file in sync with computed.h */
/** \todo Is there a better way to ensure this happens? */
+/** Default values are 'initial value', unless the property is inherited,
+ * in which case it is 'inherit'. */
static const css_computed_uncommon default_uncommon = {
{ (CSS_LETTER_SPACING_INHERIT << 2) | CSS_OUTLINE_COLOR_INVERT,
(CSS_OUTLINE_WIDTH_MEDIUM << 1) | CSS_BORDER_SPACING_INHERIT,