mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
LibWeb: Rename get_inherit_value
to get_non_animated_inherit_value
This more acurately represents what it does.
This commit is contained in:
parent
3b6d17cd42
commit
b80e6a4d30
Notes:
github-actions[bot]
2025-09-19 09:09:28 +00:00
Author: https://github.com/Calme1709
Commit: b80e6a4d30
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6072
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 6 additions and 6 deletions
|
@ -71,7 +71,7 @@ static NonnullRefPtr<StyleValue const> with_keyword_values_resolved(DOM::Element
|
|||
case Keyword::Unset:
|
||||
return property_initial_value(property_id);
|
||||
case Keyword::Inherit:
|
||||
return StyleComputer::get_inherit_value(property_id, { element });
|
||||
return StyleComputer::get_non_animated_inherit_value(property_id, { element });
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue