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-style CSS property

This commit is contained in:
Callum Law 2025-05-31 20:31:07 +12:00 committed by Sam Atkins
parent 7d99a92135
commit 9ba74316d2
Notes: github-actions[bot] 2025-06-04 11:49:41 +00:00
14 changed files with 140 additions and 5 deletions

View file

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