HTMLDataListElement
HTMLDataListElement
インターフェイスは、(継承元である HTMLElement
オブジェクトインターフェイスからの継承によって利用できるもの以外に) <datalist>
要素およびその内容を操作するための特別なプロパティを提供します。
インスタンスプロパティ
親である HTMLElement
から継承したプロパティがあります。
HTMLDataListElement.options
読取専用-
含まれる option 要素の集合を表す
HTMLCollection
です。
インスタンスメソッド
固有のメソッドはありません。親である HTMLElement
から継承したメソッドがあります。
仕様書
Specification |
---|
HTML # htmldatalistelement |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
HTMLDataListElement | ||||||||||||
options |
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 要素:
<datalist>