diff --git a/Libraries/LibWeb/CSS/Parser/PropertyParsing.cpp b/Libraries/LibWeb/CSS/Parser/PropertyParsing.cpp index 3beb4deee9b..7993aefcf4b 100644 --- a/Libraries/LibWeb/CSS/Parser/PropertyParsing.cpp +++ b/Libraries/LibWeb/CSS/Parser/PropertyParsing.cpp @@ -2974,7 +2974,7 @@ RefPtr Parser::parse_font_style_value(TokenStream Parser::parse_font_variation_settings_value(TokenStream& tokens) { // https://drafts.csswg.org/css-fonts/#propdef-font-variation-settings - // normal | [ ]# + // normal | [ ]# // normal if (auto normal = parse_all_as_single_keyword_value(tokens, Keyword::Normal)) diff --git a/Libraries/LibWeb/CSS/Parser/ValueParsing.cpp b/Libraries/LibWeb/CSS/Parser/ValueParsing.cpp index f0abf8ef1f3..c8b2b8d3a14 100644 --- a/Libraries/LibWeb/CSS/Parser/ValueParsing.cpp +++ b/Libraries/LibWeb/CSS/Parser/ValueParsing.cpp @@ -1705,7 +1705,7 @@ RefPtr Parser::parse_color_function(TokenStream Parser::parse_color_mix_function(TokenStream& tokens) { auto parse_color_interpolation_method = [this](TokenStream& function_tokens) -> Optional { - // = srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65 + // = srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | // = hsl | hwb | lch | oklch // = // = [ shorter | longer | increasing | decreasing ] hue