LibWeb: Remove FIXME for double-position linear-gradient() color stops

I added these in #14977, but forgot to remove this FIXME.
This commit is contained in:
MacDue 2022-10-01 01:48:10 +01:00 committed by Andreas Kling
parent 082abf9998
commit 240fb93cf1
Notes: sideshowbarker 2024-07-17 06:30:32 +09:00

View file

@ -2430,10 +2430,6 @@ RefPtr<StyleValue> Parser::parse_linear_gradient_function(ComponentValue const&
// <color-stop-list> =
// <linear-color-stop> , [ <linear-color-hint>? , <linear-color-stop> ]#
// 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,