mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
LibWeb/CSS: Update spec comment in calc() simplification algorithm
This was corrected in 8bcf3ada9e
This commit is contained in:
parent
1cb1526178
commit
560317b3d0
Notes:
github-actions[bot]
2025-05-03 13:55:37 +00:00
Author: https://github.com/AtkinsSJ
Commit: 560317b3d0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4570
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 2 deletions
|
@ -3243,8 +3243,7 @@ NonnullRefPtr<CalculationNode const> simplify_a_calculation_tree(CalculationNode
|
|||
return ProductCalculationNode::create(move(children));
|
||||
}
|
||||
|
||||
// AD-HOC: Math-function nodes that cannot be fully simplified will reach here.
|
||||
// Spec bug: https://github.com/w3c/csswg-drafts/issues/11572
|
||||
// 10. Return root.
|
||||
return root;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue