mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibWeb: Remove outdated FIXME about path() in basic-shape parser
Remove a FIXME stating that path() was not implemented in basic-shape parsing, as it is now supported.
This commit is contained in:
Notes:
github-actions[bot]
2026-03-21 02:45:56 +00:00
Author: https://github.com/mikiubo Commit: https://github.com/LadybirdBrowser/ladybird/commit/b5e90e0350f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8442 Reviewed-by: https://github.com/Calme1709 Reviewed-by: https://github.com/tcl3 ✅
@@ -4103,7 +4103,6 @@ RefPtr<StyleValue const> Parser::parse_basic_shape_value(TokenStream<ComponentVa
|
||||
return {};
|
||||
};
|
||||
|
||||
// FIXME: Implement path(). See: https://www.w3.org/TR/css-shapes-1/#basic-shape-functions
|
||||
if (function_name.equals_ignoring_ascii_case("inset"sv)) {
|
||||
// inset() = inset( <length-percentage>{1,4} [ round <'border-radius'> ]? )
|
||||
auto arguments_tokens = TokenStream { component_value.function().value };
|
||||
|
||||
Reference in New Issue
Block a user