aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/element/onwheel/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/element/onwheel/index.html')
-rw-r--r--files/es/web/api/element/onwheel/index.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/files/es/web/api/element/onwheel/index.html b/files/es/web/api/element/onwheel/index.html
deleted file mode 100644
index b8f829969b..0000000000
--- a/files/es/web/api/element/onwheel/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: Element.onwheel
-slug: Web/API/Element/onwheel
-tags:
- - API
- - DOM
- - Gecko
- - Propiedad
- - Referencia
-translation_of: Web/API/GlobalEventHandlers/onwheel
----
-<p>{{ ApiRef("DOM") }}</p>
-
-<p>{{ non-standard_header() }}</p>
-
-<h3 id="Sumario">Sumario</h3>
-
-<p>La propiedad  <code>onwheel</code> devuelve el código del controlador de eventos <code>onwheel</code> en el elemento actual.</p>
-
-<h3 id="Syntax">Syntax</h3>
-
-<pre class="eval">element.onwheel = <em>event handling code</em>
-</pre>
-
-<h3 id="Notas">Notas</h3>
-
-<p>El evento <code>wheel</code> se genera cuando el usuario desplaza el contenido de un elemento.</p>
-
-<h3 id="Ver_también">Ver también</h3>
-
-<p><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18542" title="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18542">Bug 18542 – el atributo onmousewheel  debe ser reemplazado con onwheel</a></p>