RESOLVED FIXED 200656
[LFC][TFC] Introduce TableGrid
https://bugs.webkit.org/show_bug.cgi?id=200656
Summary [LFC][TFC] Introduce TableGrid
zalan
Reported 2019-08-12 21:13:57 PDT
Table grid -> A matrix containing as many rows and columns as needed to describe the position of all the table-rows and table-cells of a table-root, as determined by the grid-dimensioning algorithm. Each row of the grid might correspond to a table-row, and each column to a table-column. https://www.w3.org/TR/css-tables-3/#terminology
Attachments
Patch (19.78 KB, patch)
2019-08-12 21:22 PDT, zalan
no flags
Patch (20.46 KB, patch)
2019-08-13 08:44 PDT, zalan
no flags
Radar WebKit Bug Importer
Comment 1 2019-08-12 21:14:33 PDT
zalan
Comment 2 2019-08-12 21:22:46 PDT
Antti Koivisto
Comment 3 2019-08-13 07:38:47 PDT
Comment on attachment 376136 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=376136&action=review > Source/WebCore/layout/tableformatting/TableGrid.h:63 > + SlotInfo(CellInfo*); Reference? > Source/WebCore/layout/tableformatting/TableGrid.h:65 > + CellInfo* cell { nullptr }; WeakPtr?
zalan
Comment 4 2019-08-13 08:42:46 PDT
(In reply to Antti Koivisto from comment #3) > Comment on attachment 376136 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=376136&action=review > > > Source/WebCore/layout/tableformatting/TableGrid.h:63 > > + SlotInfo(CellInfo*); > > Reference? > > > Source/WebCore/layout/tableformatting/TableGrid.h:65 > > + CellInfo* cell { nullptr }; > > WeakPtr? rookie mistake.
zalan
Comment 5 2019-08-13 08:44:19 PDT
WebKit Commit Bot
Comment 6 2019-08-13 10:05:26 PDT
Comment on attachment 376168 [details] Patch Clearing flags on attachment: 376168 Committed r248596: <https://trac.webkit.org/changeset/248596>
WebKit Commit Bot
Comment 7 2019-08-13 10:05:27 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.