From 8d583fbe94b801353faec8e3a5a6729e3fe767a5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 27 Apr 2017 11:57:37 +0100 Subject: Selection: Add support for the CSS3 box-sizing property. --- src/select/computed.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/select/computed.h') diff --git a/src/select/computed.h b/src/select/computed.h index f77bda2..d2301f5 100644 --- a/src/select/computed.h +++ b/src/select/computed.h @@ -159,8 +159,9 @@ struct css_computed_style_i { * unicode_bidi 2 * visibility 2 * white_space 3 + * box_sizing 2 * --- - * 84 bits + * 86 bits * * Colours are 32bits of AARRGGBB * Dimensions are encoded as a fixed point value + 4 bits of unit data @@ -250,7 +251,7 @@ struct css_computed_style_i { * 21 mmmmmccc min-width | clear * 22 tttttxxx padding-top | overflow-x * 23 rrrrrppp padding-right | position - * 24 bbbbbo.. padding-bottom | opacity | + * 24 bbbbboss padding-bottom | opacity | box-sizing * 25 lllllttt padding-left | text-transform * 26 tttttwww text-indent | white-space * 27 bbbbbbbb background-position -- cgit v1.2.3