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

import"HTMLProgressElement.idl";

Inheritance diagram for HTMLProgressElement:
HTMLElement

Public Attributes

attribute double value
 
attribute double max
 
readonly attribute double position
 
readonly attribute NodeList labels
 
- 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

◆ labels

readonly attribute NodeList HTMLProgressElement::labels

◆ max

attribute double HTMLProgressElement::max

◆ position

readonly attribute double HTMLProgressElement::position

◆ value

attribute double HTMLProgressElement::value

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