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

LibWeb: Implement text-wrap CSS property

This resolves an issue introduced in 94f5a51 with the
tab-size-text-wrap test
This commit is contained in:
Callum Law 2025-05-31 20:40:39 +12:00 committed by Sam Atkins
parent 9ba74316d2
commit 50cce72ab9
Notes: github-actions[bot] 2025-06-04 11:49:35 +00:00
12 changed files with 248 additions and 17 deletions

View file

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