308
edits
| Line 160: | Line 160: | ||
** <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 | ||
** Implement fixed table layout looking at cols and colgroups. See http://lxr.mozilla.org/seamonkey/source/layout/html/tests/formctls/bugs/bug44000.html for a testcase. | |||
* 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. | * 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 | ||
edits