LibWeb: Parse and propagate text-wrap-mode CSS property

This commit is contained in:
Callum Law 2025-05-18 00:49:25 +12:00 committed by Jelle Raaijmakers
commit 50bdd2cb85
Notes: github-actions[bot] 2025-05-29 10:06:06 +00:00
16 changed files with 333 additions and 183 deletions

View file

@ -433,7 +433,7 @@ bool pseudo_element_supports_property(PseudoElement pseudo_element, PropertyID p
// FIXME: text-spacing-trim
append_property("text-transform"sv);
// FIXME: text-wrap
// FIXME: text-wrap-mode
append_property("text-wrap-mode"sv);
// FIXME: text-wrap-style
append_property("white-space"sv);
append_property("white-space-collapse"sv);