mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 15:49:15 +00:00
LibWeb/CSS: Parse mask-clip property
This commit is contained in:
parent
eea6792cf7
commit
f953196cb4
Notes:
github-actions[bot]
2025-08-06 22:10:35 +00:00
Author: https://github.com/InvalidUsernameException
Commit: f953196cb4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5511
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/Calme1709
7 changed files with 21 additions and 2 deletions
|
@ -664,6 +664,7 @@ Parser::ParseErrorOr<NonnullRefPtr<CSSStyleValue const>> Parser::parse_css_value
|
|||
if (auto parsed_value = parse_math_depth_value(tokens); parsed_value && !tokens.has_next_token())
|
||||
return parsed_value.release_nonnull();
|
||||
return ParseError::SyntaxError;
|
||||
case PropertyID::MaskClip:
|
||||
case PropertyID::MaskComposite:
|
||||
case PropertyID::MaskMode:
|
||||
case PropertyID::MaskOrigin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue