HTMLDataElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017.
HTMLDataElement
接口提供特定的属性(除了常规的 HTMLElement
接口以外,它还可以通过继承来使用),用于操作 元素。
实例属性
从其父接口 HTMLElement
继承属性。
HTMLDataElement.value
-
一个反映
value
HTML 属性的字符串,包含元素值的机器可读形式。
实例方法
没有特定的方法,从其父接口 HTMLElement
继承方法。
规范
Specification |
---|
HTML # htmldataelement |