[scriptable, uuid(f0aef489-18c5-4de6-99d5-58b3758b098c)]
Attributes
Returns the number of child nodes that are nsIDOMElements. Defined by the ElementTraversal spec.
Returns a live nsIDOMNodeList of the current child elements.
The width in CSS pixels of the element's padding box. If the element is scrollable, the scroll bars are included inside this height.
The width in CSS pixels of the element's left border and scrollbar if it is present on the left side.
The height in CSS pixels of the element's padding box. If the element is scrollable, the scroll bars are included inside this width.
Similar as the attributes on nsIDOMNode, but navigates just elements rather than all nodes. Defined by the ElementTraversal spec.
The height of the scrollable area of the element. If the element is not scrollable, scrollHeight is equivalent to the offsetHeight.
The horizontal scroll position of the element, or 0 if the element is not scrollable. This property may be assigned a value to change the horizontal scroll position.
The vertical scroll position of the element, or 0 if the element is not scrollable. This property may be assigned a value to change the vertical scroll position.
Methods
Returns the union of all rectangles in the getClientRects() list. Empty rectangles are ignored, except that if all rectangles are empty, we return an empty rectangle positioned at the top-left of the first rectangle in getClientRects().
Compare to:
