mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-04 07:09:41 +00:00
LibWeb: Parse anchor()
function for inset properties
This commit is contained in:
parent
ba6b82464c
commit
1d9e4a6f62
Notes:
github-actions[bot]
2025-08-03 20:10:50 +00:00
Author: https://github.com/tcl3
Commit: 1d9e4a6f62
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5691
Reviewed-by: https://github.com/gmta ✅
17 changed files with 2725 additions and 5 deletions
|
@ -384,6 +384,9 @@ Optional<Parser::PropertyAndValue> Parser::parse_css_value_for_properties(Readon
|
|||
if (auto parsed = parse_for_type(ValueType::Paint); parsed.has_value())
|
||||
return parsed.release_value();
|
||||
|
||||
if (auto parsed = parse_for_type(ValueType::Anchor); parsed.has_value())
|
||||
return parsed.release_value();
|
||||
|
||||
return OptionalNone {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue