RESOLVED FIXED 211996
[LFC][BFC] Introduce TableWrapperBlockFormattingContext
https://bugs.webkit.org/show_bug.cgi?id=211996
Summary [LFC][BFC] Introduce TableWrapperBlockFormattingContext
zalan
Reported 2020-05-17 07:15:32 PDT
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.
Attachments
Patch (28.16 KB, patch)
2020-05-17 07:54 PDT, zalan
no flags
Patch (28.75 KB, patch)
2020-05-17 08:33 PDT, zalan
no flags
zalan
Comment 1 2020-05-17 07:54:48 PDT
zalan
Comment 2 2020-05-17 08:33:27 PDT
EWS
Comment 3 2020-05-17 09:17:49 PDT
Committed r261793: <https://trac.webkit.org/changeset/261793> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399591 [details].
Radar WebKit Bug Importer
Comment 4 2020-05-17 09:18:19 PDT
Note You need to log in before you can comment on or make changes to this bug.