canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,334
edits
| Line 159: | Line 159: | ||
* 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) | ||
** rename nsHTMLReflowState::mIsResize to mHResize, and add an mVResize so that ShouldReflowAllKids doesn't optimize away vertical resizes | ** <s>rename nsHTMLReflowState::mIsResize to mHResize, and add an mVResize so that ShouldReflowAllKids doesn't optimize away vertical resizes</s> - Done [[User:Dbaron|David Baron]] 23:42, 22 June 2006 (PDT) | ||
** test vertical resizes more carefully | |||
** HR elements don't resize | ** HR elements don't resize | ||
** hit CachedIsEmpty and other assertions loading [http://webstandards.org/files/acid2/test.html acid2], although it displays fine | ** hit CachedIsEmpty and other assertions loading [http://webstandards.org/files/acid2/test.html acid2], although it displays fine | ||
| Line 165: | Line 166: | ||
** fix [http://dbaron.org/css/test/sec1704 side captions] in nsTableOuterFrame or nsHTMLReflowState | ** fix [http://dbaron.org/css/test/sec1704 side captions] in nsTableOuterFrame or nsHTMLReflowState | ||
** consider going back to old top/bottom caption behavior in nsTableOuterFrame or nsHTMLReflowState | ** consider going back to old top/bottom caption behavior in nsTableOuterFrame or nsHTMLReflowState | ||
** <s>incremental reflow bug on Firefox start page</s> - Done [[User:Dbaron|David Baron]] 23:39, 22 June 2006 (PDT) | ** <s>incremental reflow bug (images blank) on Firefox start page</s> - Done [[User:Dbaron|David Baron]] 23:39, 22 June 2006 (PDT) | ||
** incremental reflow bug (small gaps) on Firefox start page | |||
** make width on tables not override intrinsic minimum width [Is this done at this point?] | ** make width on tables not override intrinsic minimum width [Is this done at this point?] | ||
** Firefox and Seamonkey print preview doesn't make the print preview tall enough. | ** Firefox and Seamonkey print preview doesn't make the print preview tall enough. | ||