mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Serialize transition as a coordinating list shorthand
This commit is contained in:
parent
2e6988d681
commit
bb7d5747e7
Notes:
github-actions[bot]
2025-10-23 09:11:18 +00:00
Author: https://github.com/Calme1709
Commit: bb7d5747e7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6508
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 15 additions and 14 deletions
|
|
@ -838,6 +838,8 @@ String ShorthandStyleValue::to_string(SerializationMode mode) const
|
|||
|
||||
return builder.to_string_without_validation();
|
||||
}
|
||||
case PropertyID::Transition:
|
||||
return coordinating_value_list_shorthand_to_string("all"sv);
|
||||
case PropertyID::WhiteSpace: {
|
||||
auto white_space_collapse_property = longhand(PropertyID::WhiteSpaceCollapse);
|
||||
auto text_wrap_mode_property = longhand(PropertyID::TextWrapMode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue