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

import"HTMLEmbedElement.idl";

Inheritance diagram for HTMLEmbedElement:
HTMLElement

Public Member Functions

Document getSVGDocument ()
 
- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Public Attributes

attribute DOMString align
 
attribute DOMString height
 
attribute DOMString name
 
attribute USVString src
 
attribute DOMString type
 
attribute DOMString width
 
- Public Attributes inherited from HTMLElement
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

◆ getSVGDocument()

Document HTMLEmbedElement::getSVGDocument ( )

Member Data Documentation

◆ align

attribute DOMString HTMLEmbedElement::align

◆ height

attribute DOMString HTMLEmbedElement::height

◆ name

attribute DOMString HTMLEmbedElement::name

◆ src

attribute USVString HTMLEmbedElement::src

◆ type

attribute DOMString HTMLEmbedElement::type

◆ width

attribute DOMString HTMLEmbedElement::width

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