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
のものの他に)<data>
要素を操作するための特殊なプロパティを提供します。
属性
親である HTMLElement
から継承しているプロパティがあります。
HTMLDataElement.value
-
HTML の
value
属性を反映する、要素の機械可読な値が入った文字列です。
メソッド
固有のメソッドはありません。親である HTMLElement
から継承しているメソッドがあります。
仕様書
Specification |
---|
HTML # htmldataelement |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
HTMLDataElement | ||||||||||||
value |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
関連情報
- 本インターフェイスを実装する HTML 要素:
<data>
.