mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
LibWeb: Parse and propagate white-space-collapse
CSS property
This commit is contained in:
parent
3989059227
commit
ea30356fba
Notes:
github-actions[bot]
2025-05-29 10:06:12 +00:00
Author: https://github.com/Calme1709
Commit: ea30356fba
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4832
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
17 changed files with 321 additions and 180 deletions
|
@ -436,7 +436,7 @@ bool pseudo_element_supports_property(PseudoElement pseudo_element, PropertyID p
|
|||
// FIXME: text-wrap-mode
|
||||
// FIXME: text-wrap-style
|
||||
append_property("white-space"sv);
|
||||
// FIXME: white-space-collapse
|
||||
append_property("white-space-collapse"sv);
|
||||
// FIXME: white-space-trim
|
||||
append_property("word-break"sv);
|
||||
// FIXME: word-space-transform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue