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   

David Choi
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-05-23 16:10:09 PDT
David Choi
Comment 2 2023-05-24 19:14:35 PDT
David Choi
Comment 3 2023-05-24 19:18:03 PDT
EWS
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.