mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 08:31:51 +00:00
Everywhere: Correct "FIMXE" typo
This commit is contained in:
parent
edfaa76c90
commit
d301510ab2
Notes:
github-actions[bot]
2025-04-30 16:39:48 +00:00
Author: https://github.com/AtkinsSJ
Commit: d301510ab2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4531
3 changed files with 3 additions and 3 deletions
|
@ -2197,7 +2197,7 @@ RefPtr<CSSStyleValue const> Parser::parse_paint_value(TokenStream<ComponentValue
|
|||
return OptionalNone {};
|
||||
};
|
||||
|
||||
// FIMXE: Allow context-fill/context-stroke here
|
||||
// FIXME: Allow context-fill/context-stroke here
|
||||
if (auto color_or_none = parse_color_or_none(); color_or_none.has_value())
|
||||
return *color_or_none;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue