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:
parent
9ba74316d2
commit
50cce72ab9
Notes:
github-actions[bot]
2025-06-04 11:49:35 +00:00
Author: https://github.com/Calme1709
Commit: 50cce72ab9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4943
Reviewed-by: https://github.com/AtkinsSJ ✅
12 changed files with 248 additions and 17 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue