mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
layout: Add documentation about table layout (#31535)
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
dd6c929cc6
commit
7e8a1503ba
2 changed files with 61 additions and 6 deletions
|
@ -73,7 +73,7 @@ struct ColumnLayout {
|
|||
/// A helper struct that performs the layout of the box tree version
|
||||
/// of a table into the fragment tree version. This implements
|
||||
/// <https://drafts.csswg.org/css-tables/#table-layout-algorithm>
|
||||
struct TableLayout<'a> {
|
||||
pub(crate) struct TableLayout<'a> {
|
||||
table: &'a Table,
|
||||
pbm: PaddingBorderMargin,
|
||||
rows: Vec<RowLayout>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue