[scriptable, uuid(da83b2ec-8264-4410-8496-ada3acd2ae42)]
interface nsIDOMNSHTMLElement : nsISupports

Attributes


          
readonly attribute long clientHeight

          
readonly attribute long clientWidth

          
attribute DOMString innerHTML

          
readonly attribute long offsetHeight

          
readonly attribute long offsetLeft

          
readonly attribute nsIDOMElement offsetParent

          
readonly attribute long offsetTop

          
readonly attribute long offsetWidth

          
readonly attribute long scrollHeight

          
attribute long scrollLeft

          
attribute long scrollTop

          
readonly attribute long scrollWidth

          
attribute long tabIndex

Methods


          
void blur()

          
void focus()

          
void scrollIntoView(in boolean top)