[Webkit-unassigned] [Bug 257237] New: CSS text-wrap property should be moved out of m_rareInheritedData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 23 16:09:57 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=257237

            Bug ID: 257237
           Summary: CSS text-wrap property should be moved out of
                    m_rareInheritedData
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: david_choi5 at apple.com
                CC: webkit-bug-importer at group.apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230523/d40d97dc/attachment.htm>


More information about the webkit-unassigned mailing list