67
edits
m (→Continuations in the Frame Tree: tweak phrasing) |
m (removed duplicate 1st paragraph) |
||
Line 1: | Line 1: | ||
== Continuations in the Frame Tree == | == Continuations in the Frame Tree == | ||
To render a DOM node, represented as nsIContent object, Gecko creates zero or more frames (nsIFrame objects). Each frame represents a rectangular area usually corresponding to the node's CSS box as described by the CSS specs. Simple elements are often representable with exactly one frame, but sometimes an element needs to be represented with more than one frame. For example, text breaking across lines: | To render a DOM node, represented as nsIContent object, Gecko creates zero or more frames (nsIFrame objects). Each frame represents a rectangular area usually corresponding to the node's CSS box as described by the CSS specs. Simple elements are often representable with exactly one frame, but sometimes an element needs to be represented with more than one frame. For example, text breaking across lines: |
edits