Function layout_2013::table_wrapper::initial_computed_inline_size

source ยท
fn initial_computed_inline_size(
    block: &mut BlockFlow,
    containing_block_inline_size: Au,
    minimum_width_of_all_columns: Au,
    preferred_width_of_all_columns: Au,
    table_border_padding: Au,
) -> MaybeAuto
Expand description

Returns the computed inline size of the table wrapper represented by block.

table_border_padding is the sum of the sizes of all border and padding in the inline direction of the table contained within this table wrapper.