summaryrefslogtreecommitdiff
path: root/src/select/computed.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-11-16 11:59:13 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-11-16 13:31:20 +0000
commit32d6b37b16f9c8a840ccc2b6d4d7ef4b706097f4 (patch)
treeb01fa6c634577140c03fcf48836d06fd878c4c92 /src/select/computed.h
parent9914d06fcc48c87a46d47e6a47ffb80817981258 (diff)
downloadlibcss-32d6b37b16f9c8a840ccc2b6d4d7ef4b706097f4.tar.gz
libcss-32d6b37b16f9c8a840ccc2b6d4d7ef4b706097f4.tar.bz2
Add column_rule_style to computed styles.
Diffstat (limited to 'src/select/computed.h')
-rw-r--r--src/select/computed.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/select/computed.h b/src/select/computed.h
index 2f90985..71a3916 100644
--- a/src/select/computed.h
+++ b/src/select/computed.h
@@ -21,12 +21,13 @@ typedef struct css_computed_uncommon {
* column_fill 2 0
* column_gap 2 + 4 4
* column_rule_color 2 4
+ * column_rule_style 4 0
* letter_spacing 2 + 4 4
* outline_color 2 4
* outline_width 3 + 4 4
* word_spacing 2 + 4 4
* --- ---
- * 64 bits 52 bytes
+ * 68 bits 52 bytes
*
* Encode counter_increment and _reset as an array of name, value pairs,
* terminated with a blank entry.
@@ -50,7 +51,7 @@ typedef struct css_computed_uncommon {
* 2 bits sizeof(ptr)
*
* ___ ___
- * 73 bits 52 + 4sizeof(ptr) bytes
+ * 81 bits 52 + 4sizeof(ptr) bytes
*
* 10 bytes 52 + 4sizeof(ptr) bytes
* ===================
@@ -67,7 +68,7 @@ typedef struct css_computed_uncommon {
* 6 cccccccc clip
* 7 cccccccc clip
* 8 ccccccoo clip | content
- * 9 ccff.... column_count | column-fill | <unused>
+ * 9 ccffssss column_count | column-fill | column-rule-style
* 10 ggggggcc column-gap | column-rule-color
*/
uint8_t bits[10];