diff -r 000000000000 -r 6474c204b198 layout/doc/table_reflow_slides.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/layout/doc/table_reflow_slides.html Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,888 @@ + + + + + +
++ | ||||||
+ | nsTableOuter Frame | |||||
↙ | ↘ | |||||
nsTable Frame | nsTableCaption Frame | |||||
↙ | ↘ | ↓ | ||||
nsTableCol GroupFrame | nsTableRow GroupFrame | nsBlockFrame | ||||
↓ | ↓ | |||||
nsTableCol Frame | nsTableRow Frame | |||||
↓ | ||||||
nsTableCell Frame | ||||||
↓ | ||||||
nsBlock Frame |
+ +tblO 030176CC r=0 a=8940,UC c=0,0 cnt=429 + tbl 030178C4 r=0 a=8940,UC c=4470,UC cnt=430 + rowG 03017A7C r=0 a=UC,UC c=UC,UC cnt=431 + row 03017C08 r=0 a=UC,UC c=UC,UC cnt=432 + cell 03017DA8 r=0 a=UC,UC c=UC,UC cnt=433 + block 03017E08 r=0 a=UC,UC c=UC,UC cnt=434 + block 03017E08 d=870,300 me=480 + cell 03017DA8 d=930,360 me=540 + cell 0301A8CC r=0 a=UC,UC c=UC,UC cnt=436 + block 0301A92C r=0 a=UC,UC c=UC,UC cnt=437 + block 0301A92C d=1335,300 me=465 + cell 0301A8CC d=1395,360 me=525 + row 03017C08 d=UC,360 + rowG 03017A7C d=UC,360 + rowG 03017A7C r=2 a=4470,UC c=4470,UC cnt=442 + row 03017C08 r=2 a=4470,UC c=4470,UC cnt=443 + cell 03017DA8 r=2 a=1755,UC c=1695,UC cnt=444 + block 03017E08 r=2 a=1695,UC c=1695,UC cnt=445 + block 03017E08 d=1695,300 + cell 03017DA8 d=1755,360 + cell 0301A8CC r=2 a=2625,UC c=2565,UC cnt=446 + block 0301A92C r=2 a=2565,UC c=2565,UC cnt=447 + block 0301A92C d=2565,300 + cell 0301A8CC d=2625,360 + row 03017C08 d=4470,360 + rowG 03017A7C d=4470,360 + tbl 030178C4 d=4500,450 + tblO 030176CC d=4500,450 + + frame reflow debugging gives instructions + for turning this on. ++ |
+
+ +<table width=300> + <tr> + <td>foo</td> + <td>bar zap</td> + </tr> +</table> ++ + + +Key: + + r = reflow reason, + 0 (initial), + 2 (resize) + a = avail w, h + c = computed w, h + d = desired w, h + me = max elem w ++ |
+
+ +<table border=2 width=300> + <tr> + <td> + This cell's width is + constrained by the + table and image widths. + Its exact height is + hard to determine. + </td> + <td> + <img src=raptor.jpg + width=200 height=100%> + </td> + </tr> +</table> ++ |
+
+
|
nsSimplePageSequence | ||||||||||||||||||||
+
+
|
+