summaryrefslogtreecommitdiff
path: root/src/select/computed.h
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-04-27 11:57:37 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-04-27 11:57:37 +0100
commit8d583fbe94b801353faec8e3a5a6729e3fe767a5 (patch)
tree76f7e72bbf31a9adf3271f0d95672e41eec2802a /src/select/computed.h
parent24f23765517bd02445835dd543a07b1a883ca316 (diff)
downloadlibcss-8d583fbe94b801353faec8e3a5a6729e3fe767a5.tar.gz
libcss-8d583fbe94b801353faec8e3a5a6729e3fe767a5.tar.bz2
Selection: Add support for the CSS3 box-sizing property.
Diffstat (limited to 'src/select/computed.h')
-rw-r--r--src/select/computed.h5
1 files changed, 3 insertions, 2 deletions
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 | <unused>
+ * 24 bbbbboss padding-bottom | opacity | box-sizing
* 25 lllllttt padding-left | text-transform
* 26 tttttwww text-indent | white-space
* 27 bbbbbbbb background-position