mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00: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: 64842fd0ac
Pull-request: https://github.com/SerenityOS/serenity/pull/917
Reviewed-by: https://github.com/awesomekling ✅
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue