The HTMLDataElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <data> elements.
Inherits properties from its parent, HTMLElement.
HTMLDataElement.valueA string reflecting the value HTML attribute, containing a machine-readable form of the element's value.
No specific method; inherits methods from its parent, HTMLElement.
<data>.