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

import"HTMLImageElement.idl";

Inheritance diagram for HTMLImageElement:
HTMLElement

Public Attributes

attribute DOMString name
 
attribute DOMString align
 
attribute DOMString alt
 
attribute DOMString border
 
attribute DOMString crossOrigin
 
attribute unsigned long height
 
attribute unsigned long hspace
 
attribute boolean isMap
 
attribute USVString longDesc
 
attribute USVString src
 
attribute USVString srcset
 
attribute DOMString sizes
 
readonly attribute USVString currentSrc
 
attribute DOMString useMap
 
attribute unsigned long vspace
 
attribute unsigned long width
 
readonly attribute boolean complete
 
attribute USVString lowsrc
 
readonly attribute long naturalHeight
 
readonly attribute long naturalWidth
 
readonly attribute long x
 
readonly attribute long y
 
- 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
 

Additional Inherited Members

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

Member Data Documentation

◆ align

attribute DOMString HTMLImageElement::align

◆ alt

attribute DOMString HTMLImageElement::alt

◆ border

attribute DOMString HTMLImageElement::border

◆ complete

readonly attribute boolean HTMLImageElement::complete

◆ crossOrigin

attribute DOMString HTMLImageElement::crossOrigin

◆ currentSrc

readonly attribute USVString HTMLImageElement::currentSrc

◆ height

attribute unsigned long HTMLImageElement::height

◆ hspace

attribute unsigned long HTMLImageElement::hspace

◆ isMap

attribute boolean HTMLImageElement::isMap

◆ longDesc

attribute USVString HTMLImageElement::longDesc

◆ lowsrc

attribute USVString HTMLImageElement::lowsrc

◆ name

attribute DOMString HTMLImageElement::name

◆ naturalHeight

readonly attribute long HTMLImageElement::naturalHeight

◆ naturalWidth

readonly attribute long HTMLImageElement::naturalWidth

◆ sizes

attribute DOMString HTMLImageElement::sizes

◆ src

attribute USVString HTMLImageElement::src

◆ srcset

attribute USVString HTMLImageElement::srcset

◆ useMap

attribute DOMString HTMLImageElement::useMap

◆ vspace

attribute unsigned long HTMLImageElement::vspace

◆ width

attribute unsigned long HTMLImageElement::width

◆ x

readonly attribute long HTMLImageElement::x

◆ y

readonly attribute long HTMLImageElement::y

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