Bug 260351 - [text-wrap] Disable `text-wrap: balance` when not supported
Summary: [text-wrap] Disable `text-wrap: balance` when not supported
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Choi
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-17 09:19 PDT by David Choi
Modified: 2023-08-17 19:05 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Choi 2023-08-17 09:19:35 PDT
Currently, text-wrap: balance does not support certain CSS interactions (including preserved tabs, hyphens: manual/auto, and box-decoration-break: clone). The balancing logic should not run whenever these styles are used in inline content.
Comment 1 Radar WebKit Bug Importer 2023-08-17 09:20:06 PDT
<rdar://problem/114031168>
Comment 2 David Choi 2023-08-17 13:26:50 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16801
Comment 3 David Choi 2023-08-17 13:29:21 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16802
Comment 4 EWS 2023-08-17 19:05:21 PDT
Committed 267025@main (fbfd1da04360): <https://commits.webkit.org/267025@main>

Reviewed commits have been landed. Closing PR #16802 and removing active labels.