308
edits
(→Build Instructions: MathML now compiles, although isn't fully working) |
|||
| Line 157: | Line 157: | ||
** <s>implement fixed table layout</s> - Done [[User:Dbaron|David Baron]] 16:05, 24 June 2006 (PDT) | ** <s>implement fixed table layout</s> - Done [[User:Dbaron|David Baron]] 16:05, 24 June 2006 (PDT) | ||
** reconsider pixel rounding, at least in intrinsic width code | ** reconsider pixel rounding, at least in intrinsic width code | ||
* Sort out the behavior of <code>nsHTMLReflowState::InitConstraints</code> when <code>parentReflowState</code> is null. This happens for reflow roots and for frames being reflowed as a child of a box (via nsFrame::BoxReflow). The current behavior seems wrong. | |||
* fix bugs | * fix bugs | ||
** <s>create better communication between <code>nsHTMLReflowState</code> and <code>nsTableFrame</code> about computed widths on tables so that we can do both intrinsic sizing and specified widths correctly, for both values of <code>border-collapse</code></s>, Done [[User:Dbaron|David Baron]] 01:58, 13 April 2006 (PDT) | ** <s>create better communication between <code>nsHTMLReflowState</code> and <code>nsTableFrame</code> about computed widths on tables so that we can do both intrinsic sizing and specified widths correctly, for both values of <code>border-collapse</code></s>, Done [[User:Dbaron|David Baron]] 01:58, 13 April 2006 (PDT) | ||
edits