HTMLPictureElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2016.
HTMLPictureElement
インターフェイスは、HTML の <picture>
要素を表します。これは固有のプロパティやメソッドを実装していません。
プロパティ
固有のプロパティはありませんが、親要素である HTMLElement
から継承したプロパティがあります。
メソッド
固有のメソッドはありませんが、親要素である HTMLElement
から継承したメソッドがあります。
仕様書
Specification |
---|
HTML # htmlpictureelement |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
HTMLPictureElement |
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.
関連情報
- これを実装している
<picture>
HTML 要素。 HTMLImageElement
とHTMLSourceElement
は、しばしば<picture>
要素と同時に使用されます。