HTMLDataElement

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

Properties

Inherits properties from its parent, HTMLElement.

HTMLDataElement.value
Is a DOMString reflecting the value HTML attribute, containing a machine-readable form of the element's value.

Methods

No specific method; inherits methods from its parent, HTMLElement.

Specifications

Specification Status Comment
HTML Living Standard
The definition of 'HTMLDataElement' in that specification.
Living Standard
HTML5
The definition of 'HTMLDataElement' in that specification.
Recommendation

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
HTMLDataElementChrome Full support 62Edge Full support ≤18Firefox Full support 22IE No support NoOpera Full support 49Safari Full support 10WebView Android Full support 62Chrome Android Full support 62Firefox Android Full support 22Opera Android Full support 46Safari iOS Full support 10Samsung Internet Android Full support 8.0
valueChrome Full support 62Edge Full support 14Firefox Full support 22IE No support NoOpera Full support 49Safari Full support 10WebView Android Full support 62Chrome Android Full support 62Firefox Android Full support 22Opera Android Full support 46Safari iOS Full support 10Samsung Internet Android Full support 8.0

Legend

Full support
Full support
No support
No support

See also

  • The HTML element implementing this interface: <data>.