diff --git a/Libraries/LibWeb/CSS/StyleValues/CalculatedStyleValue.h b/Libraries/LibWeb/CSS/StyleValues/CalculatedStyleValue.h index 54a5ea8602b..564de779bfc 100644 --- a/Libraries/LibWeb/CSS/StyleValues/CalculatedStyleValue.h +++ b/Libraries/LibWeb/CSS/StyleValues/CalculatedStyleValue.h @@ -25,7 +25,7 @@ namespace Web::CSS { class CalculationNode; -// https://drafts.csswg.org/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%91%A7 +// https://drafts.csswg.org/css-values-4/#calc-context // Contains the context available at parse-time. struct CalculationContext { Optional percentages_resolve_as {};