Bug 257237 - CSS text-wrap property should be moved out of m_rareInheritedData
Summary: CSS text-wrap property should be moved out of m_rareInheritedData
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Choi
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-23 16:09 PDT by David Choi
Modified: 2023-05-25 10:25 PDT (History)
1 user (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-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.