summaryrefslogtreecommitdiff
path: root/src/select/computed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/computed.h')
-rw-r--r--src/select/computed.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/select/computed.h b/src/select/computed.h
index 39904f9..05ea5fa 100644
--- a/src/select/computed.h
+++ b/src/select/computed.h
@@ -23,12 +23,13 @@ typedef struct css_computed_uncommon {
* column_rule_color 2 4
* column_rule_style 4 0
* column_rule_width 3 + 4 4
+ * column_span 2 0
* letter_spacing 2 + 4 4
* outline_color 2 4
* outline_width 3 + 4 4
* word_spacing 2 + 4 4
* --- ---
- * 75 bits 56 bytes
+ * 77 bits 56 bytes
*
* Encode counter_increment and _reset as an array of name, value pairs,
* terminated with a blank entry.
@@ -52,11 +53,11 @@ typedef struct css_computed_uncommon {
* 2 bits sizeof(ptr)
*
* ___ ___
- * 88 bits 58 + 4sizeof(ptr) bytes
+ * 90 bits 58 + 4sizeof(ptr) bytes
*
- * 11 bytes 58 + 4sizeof(ptr) bytes
+ * 12 bytes 58 + 4sizeof(ptr) bytes
* ===================
- * 67 + 4sizeof(ptr) bytes
+ * 68 + 4sizeof(ptr) bytes
*
* Bit allocations:
*
@@ -72,8 +73,9 @@ typedef struct css_computed_uncommon {
* 9 ccffssss column_count | column-fill | column-rule-style
* 10 ggggggcc column-gap | column-rule-color
* 11 wwwwwww. column-rule-width
+ * 12 ss...... column-span
*/
- uint8_t bits[11];
+ uint8_t bits[12];
css_fixed border_spacing[2];