[Webkit-unassigned] [Bug 211996] New: [LFC][BFC] Introduce TableWrapperBlockFormattingContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 17 07:15:32 PDT 2020


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

            Bug ID: 211996
           Summary: [LFC][BFC] Introduce
                    TableWrapperBlockFormattingContext
           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: zalan at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

The table generates a principal block container box called the table wrapper box that contains the table box itself and any caption boxes
(in document order). The table box is a block-level box that contains the table's internal table boxes.
The caption boxes are principal block-level boxes that retain their own content, padding, margin, and border areas, and are rendered
as normal block boxes inside the table wrapper box.

The table wrapper box is block-level for 'display: table', and inline-level; for 'display: inline-table'. The table wrapper box establishes a block formatting context, and the table box establishes a table formatting context.

-- 
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/20200517/71d1a0e6/attachment-0001.htm>


More information about the webkit-unassigned mailing list