1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

LibWeb: Parse and propagate white-space-trim CSS property

This commit is contained in:
Callum Law 2025-05-18 02:21:42 +12:00 committed by Jelle Raaijmakers
parent 50bdd2cb85
commit 9480b1fc5c
Notes: github-actions[bot] 2025-05-29 10:06:01 +00:00
14 changed files with 151 additions and 7 deletions

View file

@ -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);