mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
LibHTML: Remove fixed FIXME
This commit is contained in:
parent
bbf878e987
commit
64842fd0ac
Notes:
sideshowbarker
2024-07-19 10:39:40 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/64842fd0ac6 Pull-request: https://github.com/SerenityOS/serenity/pull/917 Reviewed-by: https://github.com/awesomekling ✅
@ -19,7 +19,6 @@ static Optional<Color> parse_css_color(const StringView& view)
|
||||
if (color.has_value())
|
||||
return color;
|
||||
|
||||
// FIXME: Parse all valid color strings :^)
|
||||
return {};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user