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.
Die HTMLPictureElement
-Schnittstelle repräsentiert ein <picture>
HTML-Element. Sie implementiert keine spezifischen Eigenschaften oder Methoden.
Instanz-Eigenschaften
Keine spezifische Eigenschaft, aber erbt Eigenschaften von ihrem Elternteil, HTMLElement
.
Instanz-Methoden
Keine spezifische Methode, aber erbt Methoden von ihrem Elternteil, HTMLElement
.
Spezifikationen
Specification |
---|
HTML # htmlpictureelement |
Browser-Kompatibilität
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.
Siehe auch
- Das
<picture>
HTML-Element, das sie implementiert. - Die
HTMLImageElement
undHTMLSourceElement
Schnittstellen, die oft zusammen mit einem<picture>
-Element verwendet werden.