diff --git a/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp b/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp index c9df4f7fbc..c68e5603a3 100644 --- a/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp +++ b/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp @@ -2430,10 +2430,6 @@ RefPtr Parser::parse_linear_gradient_function(ComponentValue const& // = // , [ ? , ]# - // FIXME: Support multi-position color stops - // https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient#gradient_with_multi-position_color_stops - // These are shown on MDN... Though do not appear in the W3 spec(?) - enum class ElementType { Garbage, ColorStop,