mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
LibWeb: Cleanup + spec comments in replaced element height computation
This commit is contained in:
parent
463ee07c00
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