krithika wrote: > Can someone let me how to go about iterating , to get the page's last > frame?.
What do you mean by "last frame"? Frames are a tree, not a list. Which node in the tree do you want? You could try looking for the last frame in a depth-first preorder traversal (so "rendering order") which has a non-null GetNextInFlow(), I guess... Does that do what you want? -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

