[Webkit-unassigned] [Bug 282719] New: Switch logical box properties to WritingMode instead of RenderStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 6 14:49:49 PST 2024


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

            Bug ID: 282719
           Summary: Switch logical box properties to WritingMode instead
                    of RenderStyle
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fantasai.bugs at inkedblade.net
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

RenderStyle and RenderBoxModelObject have a number of methods that map margin/border/padding from logical to physical. We should use a WritingMode object as the argument for these instead of RenderStyle, which is more efficient and also will allow easier use of these properties throughout the codebase.

-- 
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/20241106/0ddf4600/attachment.htm>


More information about the webkit-unassigned mailing list