Bug 257237
| Summary: | CSS text-wrap property should be moved out of m_rareInheritedData | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Choi <david_choi5> |
| Component: | CSS | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109743940>
David Choi
Pull request: https://github.com/WebKit/WebKit/pull/14322
David Choi
Pull request: https://github.com/WebKit/WebKit/pull/14323
EWS
Committed 264523@main (c51eba8aa009): <https://commits.webkit.org/264523@main>
Reviewed commits have been landed. Closing PR #14323 and removing active labels.