mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
LibWeb: Fix spec link in FlexFormattingContext
This commit is contained in:
parent
9a7c9286c4
commit
e2b2115722
Notes:
github-actions[bot]
2024-11-23 01:39:17 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/e2b21157222 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2515 Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
for (auto& flex_line : m_flex_lines) {
|
||||
|
|
Loading…
Add table
Reference in a new issue