mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 06:09:51 +00:00
LibWeb: Cleanup + spec comments in replaced element height computation
This commit is contained in:
parent
463ee07c00
commit
7b0cd15495
Notes:
sideshowbarker
2024-07-18 02:22:21 +09:00
Author: https://github.com/awesomekling
Commit: 7b0cd15495
2 changed files with 24 additions and 14 deletions
|
@ -40,7 +40,7 @@ protected:
|
|||
};
|
||||
|
||||
static float tentative_width_for_replaced_element(const ReplacedBox&, const CSS::Length& width);
|
||||
static float tentative_height_for_replaced_element(const ReplacedBox&, const CSS::Length& width);
|
||||
static float tentative_height_for_replaced_element(const ReplacedBox&, const CSS::Length& height);
|
||||
|
||||
ShrinkToFitResult calculate_shrink_to_fit_widths(Box&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue