mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
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:
parent
082abf9998
commit
240fb93cf1
1 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue