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 thevalue
(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
- The HTML element implementing this interface:
<data>
(en-US).