mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
LibWeb: Add support for table caption
Adds layout support and the CSS caption-side property.
This commit is contained in:
parent
656f72adc0
commit
940d9b98ae
Notes:
sideshowbarker
2024-07-17 02:39:10 +09:00
Author: https://github.com/axgallo
Commit: 940d9b98ae
Pull-request: https://github.com/SerenityOS/serenity/pull/19295
Reviewed-by: https://github.com/awesomekling
15 changed files with 353 additions and 21 deletions
|
@ -28,6 +28,8 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
CSSPixels run_caption_layout(LayoutMode, CSS::CaptionSide);
|
||||
CSSPixels compute_capmin();
|
||||
void calculate_row_column_grid(Box const&);
|
||||
void compute_table_measures();
|
||||
void compute_table_width();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue