goog.dom.HtmlElement
Provided By | |
---|---|
Extends |
|
All Implemented Interfaces |
|
This subclass of HTMLElement is used when only a HTMLElement is possible and not any of its subclasses. Normally, a type can refer to an instance of itself or an instance of any subtype. More concretely, if HTMLElement is used then the compiler must assume that it might still be e.g. HTMLScriptElement. With this, the type check knows that it couldn't be any special element.
new HtmlElement()
Parameters | None. |
---|
Instance Methods
this.addBehavior( sUrl ) → number
number
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://msdn.microsoft.com/en-us/library/ms535922(VS.85).aspx |
this.addEventListener<THIS>( type, listener, opt_options ) → void
void
Overrides |
| ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Specified by |
| ||||||||||||
Parameters |
| ||||||||||||
See Also | https://dom.spec.whatwg.org/#dom-eventtarget-addeventlistener |
this.adoptedCallback( oldDocument, newDocument ) → void
void
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
|
this.after( ...nodes ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also |
this.animate( frames, options ) → Animation
Animation
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
| ||||||||
See Also | https://www.w3.org/TR/web-animations/#the-animatable-interface-mixin |
this.append( ...nodes ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also |
this.appendChild( newChild ) → Node
Node
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-appendChild |
this.attachEvent( event, handler ) → void
void
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
See Also | http://msdn.microsoft.com/en-us/library/mm536343(v=vs.85).aspx |
this.attachInternals() → ElementInternals
ElementInternals
Defined by |
| |
---|---|---|
Parameters | None. | |
Returns |
|
this.attachShadow( options ) → ShadowRoot
ShadowRoot
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
|
this.attachedCallback() → void
void
No information.
this.attributeChangedCallback( attributeName, oldValue, newValue, namespace ) → void
void
this.before( ...nodes ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also |
this.blur() → void
void
No information.
this.click() → void
void
Defined by |
|
---|---|
Overrides |
|
Parameters | None. |
See Also | https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/click |
this.cloneNode<THIS>( deep ) → THIS
THIS
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-cloneNode |
this.closest( selectors ) → (Element|null)
(Element|null)
https://dom.spec.whatwg.org/#dom-element-closest https://developer.mozilla.org/en-US/docs/Web/API/Element.closest
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
|
this.compareDocumentPosition( other ) → number
number
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-compareDocumentPosition |
this.componentFromPoint( iCoordX, iCoordY ) → string
string
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
| ||||||||
See Also | http://msdn.microsoft.com/en-us/library/ms536375(VS.85).aspx |
this.contains( n ) → boolean
boolean
Note: In IE, the contains() method only exists on Elements, not Nodes. Therefore, it is recommended that you use the Conformance framework to prevent calling this on Nodes which are not Elements.
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | https://connect.microsoft.com/IE/feedback/details/780874/node-contains-is-incorrect https://developer.mozilla.org/en-US/docs/Web/API/Node.contains |
this.createShadowRoot() → ShadowRoot
ShadowRoot
Defined by |
| |
---|---|---|
Parameters | None. | |
Returns |
| |
See Also |
this.createTextRange() → (TextRange|null)
(TextRange|null)
Defined by |
| |
---|---|---|
Parameters | None. | |
Returns |
| |
See Also | http://msdn.microsoft.com/en-us/library/ms536401(VS.85).aspx |
this.createdCallback() → void
void
No information.
this.detachEvent( event, handler ) → void
void
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
See Also | http://msdn.microsoft.com/en-us/library/ie/ms536411(v=vs.85).aspx |
this.detachedCallback() → void
void
No information.
this.dispatchEvent( evt ) → boolean
boolean
Overrides |
| ||||
---|---|---|---|---|---|
Specified by |
| ||||
Parameters |
| ||||
Returns |
| ||||
See Also |
this.doScroll( opt_action ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also | http://msdn.microsoft.com/en-us/library/ms536414%28VS.85%29.aspx |
this.focus( options ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also | https://html.spec.whatwg.org/multipage/interaction.html#dom-focus |
this.formAssociatedCallback( form ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also | https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-face-example |
this.formDisabledCallback( disabled ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also | https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-face-example |
this.formStateRestoreCallback( state, reason ) → void
void
this.getAnimations() → Array<Animation>
Array<Animation>
Defined by |
| |
---|---|---|
Parameters | None. | |
Returns |
|
this.getAttribute( name, flags ) → string
string
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
| ||||||||
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-getAttribute http://msdn.microsoft.com/en-us/library/ms536429(VS.85).aspx |
this.getAttributeNS( namespaceURI, localName ) → string
string
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
| ||||||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-ElGetAttrNS |
this.getAttributeNode( name ) → (Attr|null)
(Attr|null)
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-getAttributeNode |
this.getAttributeNodeNS( namespaceURI, localName ) → (Attr|null)
(Attr|null)
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
| ||||||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-ElGetAtNodeNS |
this.getBoundingClientRect() → DOMRect
DOMRect
Defined by |
| |
---|---|---|
Parameters | None. | |
Returns |
| |
See Also | http://www.w3.org/TR/cssom-view/#dom-element-getboundingclientrect |
this.getClientRects() → ClientRectList
ClientRectList
Defined by |
| |
---|---|---|
Parameters | None. | |
Returns |
| |
See Also |
this.getDestinationInsertionPoints() → NodeList<Node>
NodeList<Node>
Defined by |
| |
---|---|---|
Parameters | None. | |
Returns |
| |
See Also |
this.getElementsByClassName( classNames ) → HTMLCollection<Element>
HTMLCollection<Element>
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | https://dom.spec.whatwg.org/#dom-element-getelementsbyclassname-classnames-classnames |
this.getElementsByTagName( tagname ) → NodeList<Element>
NodeList<Element>
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#ID-1938918D |
this.getElementsByTagNameNS( namespaceURI, localName ) → NodeList<Element>
NodeList<Element>
this.getFeature( feature, version ) → (Object|null)
(Object|null)
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
| ||||||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-getFeature |
this.getRootNode( opt_options ) → Node
Node
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also |
this.getUserData( key ) → (Object|null)
(Object|null)
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-getUserData |
this.hasAttribute( name ) → boolean
boolean
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-ElHasAttr |
this.hasAttributeNS( namespaceURI, localName ) → boolean
boolean
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
| ||||||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-ElHasAttrNS |
this.hasAttributes() → boolean
boolean
Defined by |
| |
---|---|---|
Parameters | None. | |
Returns |
| |
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-NodeHasAttrs |
this.hasChildNodes() → boolean
boolean
Defined by |
| |
---|---|---|
Parameters | None. | |
Returns |
| |
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-hasChildNodes |
this.hasPointerCapture( pointerId ) → boolean
boolean
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | https://www.w3.org/TR/pointerevents/#dom-element-haspointercapture |
this.insertAdjacentElement( where, element ) → Element
Element
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
| ||||||||
Throws |
| ||||||||
See Also | https://dom.spec.whatwg.org/#dom-element-insertadjacentelement |
this.insertAdjacentHTML( sWhere, sText ) → void
void
Inserts the given HTML text into the element at the location.
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
See Also | http://msdn.microsoft.com/en-us/library/ms536452(VS.85).aspx |
this.insertAdjacentText( where, data ) → void
void
this.insertBefore( newChild, refChild ) → Node
Node
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
| ||||||||
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-insertBefore |
this.isDefaultNamespace( namespaceURI ) → boolean
boolean
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isDefaultNamespace |
this.isEqualNode( arg ) → boolean
boolean
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isEqualNode |
this.isSameNode( other ) → boolean
boolean
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isSameNode |
this.lookupNamespaceURI( prefix ) → string
string
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespaceURI |
this.lookupPrefix( namespaceURI ) → string
string
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespacePrefix |
this.matches( selectors ) → boolean
boolean
this.matchesSelector( selectors, refNodes ) → boolean
boolean
this.mozMatchesSelector( selectors ) → boolean
boolean
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | https://developer.mozilla.org/en/DOM/Node.mozMatchesSelector |
this.mozRequestFullScreen() → void
void
No information.
this.mozRequestFullScreenWithKeys() → void
void
No information.
this.msMatchesSelector( selectors ) → boolean
boolean
this.msReleasePointerCapture( pointerId ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also |
this.msRequestFullscreen() → void
void
No information.
this.msSetPointerCapture( pointerId ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also | http://msdn.microsoft.com/en-us/library/ie/hh771882(v=vs.85).aspx |
this.normalize() → void
void
No information.
this.oMatchesSelector( selectors ) → boolean
boolean
this.prepend( ...nodes ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also |
this.querySelector( selectors ) → (Element|null)
(Element|null)
Defined by |
| ||||
---|---|---|---|---|---|
Overrides |
| ||||
Parameters |
| ||||
Returns |
|
this.querySelectorAll( selectors ) → NodeList<Element>
NodeList<Element>
Defined by |
| ||||
---|---|---|---|---|---|
Overrides |
| ||||
Parameters |
| ||||
Returns |
|
this.releaseCapture() → void
void
No information.
this.releasePointerCapture( pointerId ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also | https://www.w3.org/TR/pointerevents/#widl-Element-releasePointerCapture-void-long-pointerId |
this.remove() → void
void
No information.
this.removeAttribute( name ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-removeAttribute |
this.removeAttributeNS( namespaceURI, localName ) → void
void
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-ElRemAtNS |
this.removeAttributeNode( oldAttr ) → (Attr|null)
(Attr|null)
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-removeAttributeNode |
this.removeBehavior( iID ) → boolean
boolean
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://msdn.microsoft.com/en-us/library/ms536700(VS.85).aspx |
this.removeChild( oldChild ) → Node
Node
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-removeChild |
this.removeEventListener<THIS>( type, listener, opt_options ) → void
void
Overrides |
| ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Specified by |
| ||||||||||||
Parameters |
| ||||||||||||
See Also | https://dom.spec.whatwg.org/#dom-eventtarget-removeeventlistener |
this.removeNode( opt_bRemoveChildren ) → (Node|null)
(Node|null)
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://msdn.microsoft.com/en-us/library/ms536708(VS.85).aspx |
this.replaceChild( newChild, oldChild ) → Node
Node
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
| ||||||||
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-replaceChild |
this.replaceChildren( ...nodes ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also |
this.replaceWith( ...nodes ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also |
this.requestFullscreen( options ) → Promise<undefined>
Promise<undefined>
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | https://fullscreen.spec.whatwg.org/#dom-element-requestfullscreen |
this.requestPointerLock( options ) → (Promise<undefined>|undefined)
(Promise<undefined>|undefined)
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | https://w3c.github.io/pointerlock/#widl-Element-requestPointerLock-void |
this.save( sStoreName ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also | http://msdn.microsoft.com/en-us/library/ms531403(v=vs.85).aspx |
this.scrollIntoView( top ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also |
this.scrollIntoViewIfNeeded( opt_center ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also |
this.scrollTo( scrollToOptionsOrX, opt_y ) → void
void
this.selectNodes( expression ) → NodeList<Node>
NodeList<Node>
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://msdn.microsoft.com/en-us/library/ms754523(VS.85).aspx |
this.selectSingleNode( expression ) → (Node|null)
(Node|null)
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://msdn.microsoft.com/en-us/library/ms757846(VS.85).aspx |
this.setAttribute( name, value ) → void
void
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-setAttribute |
this.setAttributeNS( namespaceURI, qualifiedName, value ) → void
void
this.setAttributeNode( newAttr ) → (Attr|null)
(Attr|null)
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-setAttributeNode |
this.setAttributeNodeNS( newAttr ) → (Attr|null)
(Attr|null)
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-ElSetAtNodeNS |
this.setCapture( opt_bContainerCapture ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also | http://msdn.microsoft.com/en-us/library/ms536742(VS.85).aspx |
this.setPointerCapture( pointerId ) → void
void
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
See Also | https://www.w3.org/TR/pointerevents/#widl-Element-setPointerCapture-void-long-pointerId |
this.toggleAttribute( name, force ) → boolean
boolean
this.transformNode( stylesheet ) → string
string
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
| ||||
See Also | http://msdn.microsoft.com/en-us/library/ms761399(VS.85).aspx |
this.transformNodeToObject( stylesheet, outputObject ) → (Object|null)
(Object|null)
Defined by |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
| ||||||||
See Also | http://msdn.microsoft.com/en-us/library/ms766561(VS.85).aspx |
this.webkitCreateShadowRoot() → ShadowRoot
ShadowRoot
Defined by |
| |
---|---|---|
Parameters | None. | |
Returns |
| |
See Also |
this.webkitMatchesSelector( selectors ) → boolean
boolean
this.webkitRequestFullScreen( opt_allowKeyboardInput ) → void
void
The current fullscreen element for the document is set to this element. Valid only for Webkit browsers.
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
|
this.webkitRequestFullscreen( opt_allowKeyboardInput ) → void
void
The current fullscreen element for the document is set to this element. Valid only for Webkit browsers.
Defined by |
| ||||
---|---|---|---|---|---|
Parameters |
|
Instance Properties
this.ALLOW_KEYBOARD_INPUT → number
number
No information.
this.assignedSlot → (HTMLSlotElement|null)
(HTMLSlotElement|null)
No information.
this.attributes → NamedNodeMap<Attr>
NamedNodeMap<Attr>
An Element always contains a non-null NamedNodeMap containing the attributes of this node.
Defined by |
|
---|---|
Overrides |
|
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#attribute-attributes |
this.baseName → string
string
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms767570(VS.85).aspx |
this.baseURI → (string|null)
(string|null)
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-baseURI |
this.canHaveChildren → boolean
boolean
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms533546(VS.85).aspx |
this.childElementCount → number
number
Defined by |
|
---|---|
See Also | https://developer.mozilla.org/En/DOM/Element.childElementCount |
this.childNodes → NodeList<Node>
NodeList<Node>
this.children → NodeList<Element>
NodeList<Element>
Defined by |
|
---|---|
See Also |
this.classList → DOMTokenList
DOMTokenList
A better interface to CSS classes than className.
Defined by |
|
---|---|
See Also | https://developer.mozilla.org/en-US/docs/Web/API/Element/classList |
this.className → string
string
Defined by |
|
---|---|
Overrides |
|
See Also | http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/html.html#ID-95362176 |
this.classid → string
string
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms533559(v=vs.85).aspx |
this.clientHeight → number
number
Defined by |
|
---|---|
See Also |
this.clientLeft → number
number
Defined by |
|
---|---|
See Also |
this.clientTop → number
number
Defined by |
|
---|---|
See Also |
this.clientWidth → number
number
Defined by |
|
---|---|
See Also |
this.connectedCallback → (function(): ?|undefined)
(function(): ?|undefined)
No information.
TODO(tjgq): Make this string once existing usages have been migrated.
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms533690(VS.85).aspx |
this.contextMenu → (Element|null)
(Element|null)
No information.
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/bb263836(VS.85).aspx |
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/bb263837(VS.85).aspx |
this.currentStyle → (CSSStyleDeclaration|null)
(CSSStyleDeclaration|null)
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms535231(VS.85).aspx |
this.dataType → (string|null)
(string|null)
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms762763(VS.85).aspx |
Dataset collection. This is really a DOMStringMap but it behaves close enough to an object to pass as an object.
this.definition → (Node|null)
(Node|null)
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms764733(VS.85).aspx |
this.dir → string
string
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/html.html#ID-52460740 |
this.disconnectedCallback → (function(): ?|undefined)
(function(): ?|undefined)
No information.
this.document → (Document|null)
(Document|null)
IE5 used document instead of ownerDocument. Old versions of WebKit used document instead of contentDocument.
this.draggable → boolean
boolean
No information.
this.dropzone → (Object|null)
(Object|null)
This is actually a DOMSettableTokenList property. However since that interface isn't currently defined and no known browsers implement this feature, just define the property for now.
this.fillcolor → string
string
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/bb263839(VS.85).aspx |
this.filled → boolean
boolean
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/bb263840(VS.85).aspx |
this.filters → (HTMLFiltersCollection|null)
(HTMLFiltersCollection|null)
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms537452(v=vs.85).aspx |
this.fireEvent → ?
?
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms536423(VS.85).aspx |
this.firebugIgnore → boolean
boolean
Firebug sets this property on elements it is inserting into the DOM.
this.firstChild → (Node|null)
(Node|null)
this.firstElementChild → (Element|null)
(Element|null)
Defined by |
|
---|---|
See Also | https://developer.mozilla.org/En/DOM/Element.firstElementChild |
this.formResetCallback → (function(): ?|undefined)
(function(): ?|undefined)
Defined by |
|
---|---|
See Also | https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-face-example |
this.hidden → boolean
boolean
No information.
this.hideFocus → boolean
boolean
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms533783(VS.85).aspx |
this.id → string
string
Defined by |
|
---|---|
See Also |
this.inert → boolean
boolean
No information.
this.innerHTML → string
string
Defined by |
|
---|---|
See Also | https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML |
this.innerText → string
string
Defined by |
|
---|---|
See Also |
this.isConnected → boolean
boolean
No information.
this.isContentEditable → boolean
boolean
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms537838(VS.85).aspx |
this.lang → string
string
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/html.html#ID-59132807 |
this.lastChild → (Node|null)
(Node|null)
this.lastElementChild → (Element|null)
(Element|null)
Defined by |
|
---|---|
See Also | https://developer.mozilla.org/En/DOM/Element.lastElementChild |
this.load → ?
?
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms531395(v=vs.85).aspx |
this.localName → string
string
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-NodeNSLocalN |
this.name → string
string
Note: According to the spec, name is defined on specific types of HTMLElements, rather than on Node, Element, or HTMLElement directly. Ignore this.
this.namespaceURI → string
string
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-NodeNSname |
this.nextElementSibling → (Element|null)
(Element|null)
Defined by |
|
---|---|
See Also | https://developer.mozilla.org/En/DOM/Element.nextElementSibling |
this.nextSibling → (Node|null)
(Node|null)
this.nodeName → string
string
this.nodePrincipal → ?
?
No information.
this.nodeType → number
number
this.nodeTypeString → string
string
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms757895(VS.85).aspx |
this.nodeTypedValue → *
*
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms762308(VS.85).aspx |
this.nodeValue → string
string
this.nonce → (string|null)
(string|null)
Cryptographic nonce used by Content Security Policy.
Defined by |
|
---|---|
See Also | https://html.spec.whatwg.org/multipage/dom.html#elements-in-the-dom:noncedelement |
this.offsetHeight → number
number
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/cssom-view/#dom-htmlelement-offsetheight |
this.offsetLeft → number
number
Defined by |
|
---|---|
See Also |
this.offsetParent → (Element|null)
(Element|null)
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/cssom-view/#dom-htmlelement-offsetparent |
this.offsetTop → number
number
Defined by |
|
---|---|
See Also |
this.offsetWidth → number
number
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/cssom-view/#dom-htmlelement-offsetwidth |
this.onabort → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onbeforedeactivate → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms536903(v=vs.85).aspx |
this.onbeforeinput → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onbeforeunload → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onblur → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onchange → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onclick → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.oncompositionend → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.oncompositionstart → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.oncompositionupdate → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.oncontextmenu → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.oncopy → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.oncut → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.ondblclick → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onerror → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onfocus → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onfocusin → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onfocusout → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.ongesturechange → (function(GestureEvent): ?|null)
(function(GestureEvent): ?|null)
Specifies the JavaScript method to invoke when fingers are moved during a gesture.
this.ongestureend → (function(GestureEvent): ?|null)
(function(GestureEvent): ?|null)
Specifies the JavaScript method to invoke when a gesture ends (when there are 0 or 1 fingers touching the surface).
this.ongesturestart → (function(GestureEvent): ?|null)
(function(GestureEvent): ?|null)
Specifies the JavaScript method to invoke when a gesture is started by two or more fingers touching the surface.
this.oninput → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onkeydown → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onkeypress → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onkeyup → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onload → (function((Event|null)): undefined|null)
(function((Event|null)): undefined|null)
No information.
this.onmousedown → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onmouseenter → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms536945(VS.85).aspx |
this.onmouseleave → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms536946(VS.85).aspx |
this.onmousemove → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onmouseout → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onmouseover → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onmouseup → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onmousewheel → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onpaste → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onreset → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onresize → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onscroll → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onselect → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.onselectionchange → (function(Event): undefined|null)
(function(Event): undefined|null)
Defined by |
|
---|---|
See Also | https://w3c.github.io/selection-api/#dom-globaleventhandlers-onselectionchange |
this.onselectstart → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
TODO(tjgq): Clean up internal usages and make this ?function(!Event): void
per the spec.
Defined by |
|
---|---|
See Also | https://w3c.github.io/selection-api/#dom-globaleventhandlers-onselectstart |
this.onsubmit → (function((Event|null)=): ?|null)
(function((Event|null)=): ?|null)
No information.
this.ontextinput → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.ontouchcancel → (function(TouchEvent): ?|null)
(function(TouchEvent): ?|null)
Specifies the JavaScript method to invoke when the system cancels tracking for the touch.
this.ontouchend → (function(TouchEvent): ?|null)
(function(TouchEvent): ?|null)
Specifies the JavaScript method to invoke when a given event lifts from the surface.
this.ontouchmove → (function(TouchEvent): ?|null)
(function(TouchEvent): ?|null)
Specifies the JavaScript method to invoke when a finger for a given event moves on the surface.
this.ontouchstart → (function(TouchEvent): ?|null)
(function(TouchEvent): ?|null)
Specifies the JavaScript method to invoke when a finger for a given event touches the surface.
this.onunload → (function((Event|null)): undefined|null)
(function((Event|null)): undefined|null)
No information.
this.onwheel → (function((Event|null)): ?|null)
(function((Event|null)): ?|null)
No information.
this.outerHTML → string
string
Defined by |
|
---|---|
See Also | https://w3c.github.io/DOM-Parsing/#extensions-to-the-element-interface |
this.ownerDocument → (Document|null)
(Document|null)
this.parentElement → (Element|null)
(Element|null)
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms534327(VS.85).aspx |
this.parentNode → (Node|null)
(Node|null)
this.parsed → boolean
boolean
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms762237(VS.85).aspx |
this.path → string
string
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/bb263871(VS.85).aspx |
this.prefix → string
string
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-NodeNSPrefix |
this.previousElementSibling → (Element|null)
(Element|null)
Defined by |
|
---|---|
See Also | https://developer.mozilla.org/En/DOM/Element.previousElementSibling |
this.previousSibling → (Node|null)
(Node|null)
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/bb263877(VS.85).aspx |
this.runtimeStyle → ?
?
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/aa703996(VS.85).aspx |
this.scrollHeight → number
number
Defined by |
|
---|---|
See Also |
this.scrollLeft → number
number
Defined by |
|
---|---|
See Also |
this.scrollTop → number
number
Defined by |
|
---|---|
See Also |
this.scrollWidth → number
number
Defined by |
|
---|---|
See Also |
this.shadowRoot → (ShadowRoot|null)
(ShadowRoot|null)
Defined by |
|
---|---|
See Also |
this.slot → string
string
Defined by |
|
---|---|
See Also |
this.sourceIndex → ?
?
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms534635(VS.85).aspx |
this.specified → boolean
boolean
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms753816(VS.85).aspx |
this.spellcheck → boolean
boolean
No information.
this.strokecolor → string
string
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/bb263881(VS.85).aspx |
this.stroked → boolean
boolean
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/bb263882(VS.85).aspx |
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/bb263883(VS.85).aspx |
this.style → CSSStyleDeclaration
CSSStyleDeclaration
Defined by |
|
---|---|
Overrides |
|
See Also | http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-ElementCSSInlineStyle |
this.tabIndex → number
number
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/html.html#ID-40676705 |
this.tagName → string
string
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#attribute-tagName |
this.text → string
string
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms762687(VS.85).aspx |
this.textContent → string
string
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-textContent |
this.title → string
string
Defined by |
|
---|---|
See Also | http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/html.html#ID-78276800 |
this.unselectable → string
string
Defined by |
|
---|---|
See Also |
this.xml → string
string
Defined by |
|
---|---|
See Also | http://msdn.microsoft.com/en-us/library/ms755989(VS.85).aspx |