mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
LibWeb: Fix spec link in FlexFormattingContext
This commit is contained in:
parent
9a7c9286c4
commit
e2b2115722
|
|
@ -1201,7 +1201,7 @@ void FlexFormattingContext::calculate_cross_size_of_each_flex_line()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://www.w3.org/TR/css-flexbox-1/#cross-sizing
|
// https://www.w3.org/TR/css-flexbox-1/#algo-stretch
|
||||||
void FlexFormattingContext::determine_used_cross_size_of_each_flex_item()
|
void FlexFormattingContext::determine_used_cross_size_of_each_flex_item()
|
||||||
{
|
{
|
||||||
for (auto& flex_line : m_flex_lines) {
|
for (auto& flex_line : m_flex_lines) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user