mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-23 04:52:39 +00:00
Solves conflict in layout tree "type system" when elements <label> (or <button>) can't have `display: table` because Box can't be Layout::Label (or Layout::ButtonBox) and Layout::TableBox at the same time.
9 lines
674 B
Plaintext
9 lines
674 B
Plaintext
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
|
|
BlockContainer <body> at (8,8) content-size 784x210 children: not-inline
|
|
TableWrapper <(anonymous)> at (8,8) content-size 584x210 [BFC] children: not-inline
|
|
Box <table.table> at (108,108) content-size 584x10 [TFC] children: not-inline
|
|
TableRowGroupBox <tbody> at (108,108) content-size 584x10 children: not-inline
|
|
TableRowBox <tr> at (108,108) content-size 584x10 children: not-inline
|
|
TableCellBox <td.cell> at (109,113) content-size 582x0 [BFC] children: not-inline
|