webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
HTMLElement Interface Reference

import"HTMLElement.idl";

Inheritance diagram for HTMLElement:
HTMLAnchorElement HTMLAppletElement HTMLAreaElement HTMLAttachmentElement HTMLBaseElement HTMLBodyElement HTMLBRElement HTMLButtonElement HTMLCanvasElement HTMLDataElement HTMLDataListElement HTMLDetailsElement HTMLDirectoryElement HTMLDivElement HTMLDListElement HTMLEmbedElement HTMLFieldSetElement HTMLFontElement HTMLFormElement HTMLFrameElement HTMLFrameSetElement HTMLHeadElement HTMLHeadingElement HTMLHRElement HTMLHtmlElement HTMLIFrameElement HTMLImageElement HTMLInputElement HTMLKeygenElement HTMLLabelElement HTMLLegendElement HTMLLIElement HTMLLinkElement HTMLMapElement HTMLMarqueeElement HTMLMediaElement HTMLMenuElement HTMLMetaElement HTMLMeterElement HTMLModElement HTMLObjectElement HTMLOListElement HTMLOptGroupElement HTMLOptionElement HTMLOutputElement HTMLParagraphElement HTMLParamElement HTMLPictureElement HTMLPreElement HTMLProgressElement HTMLQuoteElement HTMLScriptElement HTMLSelectElement HTMLSlotElement HTMLSourceElement HTMLSpanElement HTMLStyleElement HTMLTableCaptionElement HTMLTableCellElement HTMLTableColElement HTMLTableElement HTMLTableRowElement HTMLTableSectionElement HTMLTemplateElement HTMLTextAreaElement HTMLTimeElement HTMLTitleElement HTMLTrackElement HTMLUListElement HTMLUnknownElement

Public Member Functions

void click ()
 
void focus ()
 
void blur ()
 

Public Attributes

attribute DOMString title
 
attribute DOMString lang
 
attribute boolean translate
 
attribute DOMString dir
 
attribute long tabIndex
 
attribute boolean draggable
 
attribute DOMString webkitdropzone
 
attribute boolean hidden
 
attribute DOMString accessKey
 
attribute DOMString innerText
 
attribute DOMString outerText
 
attribute DOMString contentEditable
 
readonly attribute boolean isContentEditable
 
attribute boolean spellcheck
 
attribute boolean autocorrect
 
attribute DOMString autocapitalize
 
readonly attribute DOMStringMap dataset
 

Member Function Documentation

◆ blur()

void HTMLElement::blur ( )

◆ click()

void HTMLElement::click ( )

◆ focus()

void HTMLElement::focus ( )

Member Data Documentation

◆ accessKey

attribute DOMString HTMLElement::accessKey

◆ autocapitalize

attribute DOMString HTMLElement::autocapitalize

◆ autocorrect

attribute boolean HTMLElement::autocorrect

◆ contentEditable

attribute DOMString HTMLElement::contentEditable

◆ dataset

readonly attribute DOMStringMap HTMLElement::dataset

◆ dir

attribute DOMString HTMLElement::dir

◆ draggable

attribute boolean HTMLElement::draggable

◆ hidden

attribute boolean HTMLElement::hidden

◆ innerText

attribute DOMString HTMLElement::innerText

◆ isContentEditable

readonly attribute boolean HTMLElement::isContentEditable

◆ lang

attribute DOMString HTMLElement::lang

◆ outerText

attribute DOMString HTMLElement::outerText

◆ spellcheck

attribute boolean HTMLElement::spellcheck

◆ tabIndex

attribute long HTMLElement::tabIndex

◆ title

attribute DOMString HTMLElement::title

◆ translate

attribute boolean HTMLElement::translate

◆ webkitdropzone

attribute DOMString HTMLElement::webkitdropzone

The documentation for this interface was generated from the following file: