diff --git a/Libraries/LibWeb/CSS/StyleValues/CalculatedStyleValue.cpp b/Libraries/LibWeb/CSS/StyleValues/CalculatedStyleValue.cpp index f7f87535265..c819cce6f72 100644 --- a/Libraries/LibWeb/CSS/StyleValues/CalculatedStyleValue.cpp +++ b/Libraries/LibWeb/CSS/StyleValues/CalculatedStyleValue.cpp @@ -3243,8 +3243,7 @@ NonnullRefPtr 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; }