mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
LibWeb: Parse and propagate white-space-trim CSS property
This commit is contained in:
committed by
Jelle Raaijmakers
parent
50bdd2cb85
commit
9480b1fc5c
Notes:
github-actions[bot]
2025-05-29 10:06:01 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/9480b1fc5c8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4832 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/gmta ✅
@@ -437,7 +437,7 @@ bool pseudo_element_supports_property(PseudoElement pseudo_element, PropertyID p
|
||||
// FIXME: text-wrap-style
|
||||
append_property("white-space"sv);
|
||||
append_property("white-space-collapse"sv);
|
||||
// FIXME: white-space-trim
|
||||
append_property("white-space-trim"sv);
|
||||
append_property("word-break"sv);
|
||||
// FIXME: word-space-transform
|
||||
append_property("word-spacing"sv);
|
||||
|
||||
Reference in New Issue
Block a user