aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/canvasimagesource/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/canvasimagesource/index.html')
-rw-r--r--files/es/web/api/canvasimagesource/index.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/files/es/web/api/canvasimagesource/index.html b/files/es/web/api/canvasimagesource/index.html
new file mode 100644
index 0000000000..bf143d9335
--- /dev/null
+++ b/files/es/web/api/canvasimagesource/index.html
@@ -0,0 +1,42 @@
+---
+title: CanvasImageSource
+slug: Web/API/CanvasImageSource
+tags:
+ - API
+ - Auxiliar
+ - Canvas
+ - Referencia
+translation_of: Web/API/CanvasImageSource
+---
+<p>{{APIRef("Canvas API")}}</p>
+
+<p>El tipo auxiliar <code><strong>CanvasImageSource</strong></code> representa cualquiera de los siguientes tipos:</p>
+
+<ul>
+ <li>{{domxref("CSSImageValue")}}</li>
+ <li>{{domxref("HTMLImageElement")}}</li>
+ <li>{{domxref("SVGImageElement")}}</li>
+ <li>{{domxref("HTMLVideoElement")}}</li>
+ <li>{{domxref("HTMLCanvasElement")}}</li>
+ <li>{{domxref("ImageBitmap")}}</li>
+ <li>{{domxref("OffscreenCanvas")}}</li>
+</ul>
+
+<p>Este es un tipo auxiliar usado para simplificar la especificación, no es una interfáz y por ello no hay objetos implementandolo.</p>
+
+<h2 id="Especificaciones">Especificaciones</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comment</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('HTML WHATWG', "scripting.html#canvasimagesource", "CanvasImageSource")}}</td>
+ <td>{{Spec2('HTML WHATWG')}}</td>
+ <td>Definición inicial.</td>
+ </tr>
+ </tbody>
+</table>