Bug 257237

Summary: CSS text-wrap property should be moved out of m_rareInheritedData
Product: WebKit Reporter: David Choi <david_choi5>
Component: CSSAssignee: David Choi <david_choi5>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description David Choi 2023-05-23 16:09:57 PDT
Currently, the CSS text-wrap property is placed inside m_rareInheritedData. However, text-wrap is a longhand of the white-space shorthand, which is frequently set. Therefore, interactions with text-wrap are not rare, and should be moved from m_rareInheritedData to m_inheritedFlags.
Comment 1 Radar WebKit Bug Importer 2023-05-23 16:10:09 PDT
<rdar://problem/109743940>
Comment 2 David Choi 2023-05-24 19:14:35 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14322
Comment 3 David Choi 2023-05-24 19:18:03 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14323
Comment 4 EWS 2023-05-25 10:25:17 PDT
Committed 264523@main (c51eba8aa009): <https://commits.webkit.org/264523@main>

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