diff options
Diffstat (limited to 'components/layout/table.rs')
-rw-r--r-- | components/layout/table.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table.rs b/components/layout/table.rs index 9be1cda28f0..8d25e06c0f6 100644 --- a/components/layout/table.rs +++ b/components/layout/table.rs @@ -1167,7 +1167,7 @@ impl<'a> Iterator for TableRowIterator<'a> { /// for each cell /// /// Used for correctly handling table layers from -/// https://drafts.csswg.org/css2/tables.html#table-layers +/// <https://drafts.csswg.org/css2/tables.html#table-layers> struct TableCellStyleIterator<'table> { column_styles: Vec<ColumnStyle<'table>>, row_iterator: TableRowAndGroupIterator<'table>, |