26
edits
m (→Continuations in the Frame Tree: typo) |
|||
Line 63: | Line 63: | ||
(The information in this paragraph is provided by roc) | (The information in this paragraph is provided by roc) | ||
The aStatus argument of Reflow reflects that. NS_FRAME_COMPLETE means that we reflowed all the content and no more next-in-flows are needed. At that point there may still be next in flows, but the parent will delete them. | The aStatus argument of Reflow reflects that. NS_FRAME_COMPLETE means that we reflowed all the content and no more next-in-flows are needed. At that point there may still be next in flows, but the parent will delete them. NS_FRAME_NOT_COMPLETE means "some content did not fit in this frame". NS_FRAME_NOT_COMPLETE and NS_FRAME_REFLOW_NEXTINFLOW means "some content did not fit in this frame AND it must be reflowed". | ||
== Dynamic Reflow Considerations == | == Dynamic Reflow Considerations == |
edits