HTMLDataElement

The HTMLDataElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <data> (en-US) elements.

屬性

從它的父繼承屬性, HTMLElement.

HTMLDataElement.value (en-US)

Is a DOMString reflecting the value (en-US) HTML attribute, containing a machine-readable form of the element's value.

方法

無具體的方法; 從它的父繼承, HTMLElement.

Specifications

Specification
HTML Standard
# htmldataelement

Browser compatibility

BCD tables only load in the browser

See also