[Webkit-unassigned] [Bug 249207] New: [margin-trim] Implement margin trims for floats within a block container

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 22:28:10 PST 2022


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

            Bug ID: 249207
           Summary: [margin-trim] Implement margin trims for floats within
                    a block container
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sgill26 at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

It also affects floats for which the block container is a containing block by:

- Discarding the block-start margin of any float whose block-start outer edge coincides with the block-start inner edge of the container.
- Discarding the inline-start/inline-end margin of an inline-start/inline-end float (or equivalent) whose outer edge on that side coincides with the inner edge of the container.
- Zeroing the inline-axis margins of a float for the purpose of calculating its intrinsic size contributions or its size in the container’s inline axis.
- Trimming the block-end margins of a float to the extent necessary to prevent such a margin from extending the block size of a block formatting context root.

https://w3c.github.io/csswg-drafts/css-box-4/#margin-trim-block

-- 
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/20221213/7e6c0ff2/attachment-0001.htm>


More information about the webkit-unassigned mailing list