NEW 258233
Replace usages of RenderStyle::whiteSpace() with respective longhand functions
https://bugs.webkit.org/show_bug.cgi?id=258233
Summary Replace usages of RenderStyle::whiteSpace() with respective longhand functions
Tim Nguyen (:ntim)
Reported 2023-06-17 00:36:16 PDT
We should entirely remove RenderStyle::whiteSpace() and replace it with RenderStyle::whiteSpaceCollapse() & RenderStyle::textWrap() at the relevant call sites. This will allow getting proper layout support for the two longhand properties, notably for currently unsupported configurations like text-wrap: balance.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-06-17 00:36:39 PDT
Note You need to log in before you can comment on or make changes to this bug.