mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
LibWeb: Take rowspan into account while table formatting
This commit is contained in:
parent
1c6783cd7e
commit
dbf76e8ae1
3 changed files with 9 additions and 1 deletions
|
@ -22,6 +22,7 @@ public:
|
|||
TableCellBox const* next_cell() const { return next_sibling_of_type<TableCellBox>(); }
|
||||
|
||||
size_t colspan() const;
|
||||
size_t rowspan() const;
|
||||
|
||||
static CSS::Display static_display() { return CSS::Display { CSS::Display::Internal::TableCell }; }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue