Gecko:Miscellaneous Notes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(add a link to Karnaze's tech talk)
(make a debugging tools page to dump bz's notes)
Line 18: Line 18:


* [http://lxr.mozilla.org/seamonkey/source/layout/doc/table_reflow_slides.html Karnaze's 2002 Tech Talk] covers reflow and pagination, with special focus on tables.
* [http://lxr.mozilla.org/seamonkey/source/layout/doc/table_reflow_slides.html Karnaze's 2002 Tech Talk] covers reflow and pagination, with special focus on tables.
* [[Gecko:Debugging Tools]]

Revision as of 05:23, 15 June 2007

  • There are notes about the Gecko Gecko:Continuation Model, which handles situations where a single DOM node needs to be split across lines, pages, columns, etc...