From 193640287aba0c574c1a4b2fd63133f29e1b42d6 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 29 Dec 2014 18:02:56 +0000 Subject: Add comment to explain choice of defaults in the default uncommon extension block. --- src/select/propset.h | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3