Jonathan wrote: > Can you please tell me what are the differences between GetNextInFlow, > GetNextContinuation and GetNextSibling?
See https://wiki.mozilla.org/Gecko:Continuation_Model > I assume GetNextSibling returns the next frame which mirrors the DOM > hierarchy. That's not at all correct, in fact. GetNextSibling returns the next element of the linked list, period. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

