mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibWeb: Add HTMLTableCellElement::rowSpan
This commit is contained in:
parent
b7b647e9cd
commit
bc4974648c
Notes:
sideshowbarker
2024-07-17 16:35:57 +09:00
Author: https://github.com/skyrising
Commit: bc4974648c
Pull-request: https://github.com/SerenityOS/serenity/pull/13323
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling
4 changed files with 15 additions and 0 deletions
|
@ -18,7 +18,10 @@ public:
|
|||
virtual ~HTMLTableCellElement() override;
|
||||
|
||||
unsigned col_span() const;
|
||||
unsigned row_span() const;
|
||||
|
||||
void set_col_span(unsigned);
|
||||
void set_row_span(unsigned);
|
||||
|
||||
private:
|
||||
virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue