diff --git a/components/layout/table_cell.rs b/components/layout/table_cell.rs index 92e503d3019..00823aa89f8 100644 --- a/components/layout/table_cell.rs +++ b/components/layout/table_cell.rs @@ -40,7 +40,7 @@ pub struct TableCellFlow { /// The column span of this cell. pub column_span: u32, - + /// Whether this cell is visible. If false, the value of `empty-cells` means that we must not /// display this cell. pub visible: bool, diff --git a/components/layout/table_row.rs b/components/layout/table_row.rs index 5b6e1909a26..bcc0bda925e 100644 --- a/components/layout/table_row.rs +++ b/components/layout/table_row.rs @@ -544,7 +544,7 @@ impl CollapsedBorder { provenance: CollapsedBorderProvenance::FromTable, } } - + /// Creates a collapsed border from the block-start border described in the given CSS style /// object. fn top(css_style: &ComputedValues, provenance: CollapsedBorderProvenance)