aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/htmlelement
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/api/htmlelement
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/web/api/htmlelement')
-rw-r--r--files/es/web/api/htmlelement/accesskey/index.html3
-rw-r--r--files/es/web/api/htmlelement/animationend_event/index.html3
-rw-r--r--files/es/web/api/htmlelement/transitioncancel_event/index.html3
-rw-r--r--files/es/web/api/htmlelement/transitionend_event/index.html3
4 files changed, 8 insertions, 4 deletions
diff --git a/files/es/web/api/htmlelement/accesskey/index.html b/files/es/web/api/htmlelement/accesskey/index.html
index 7d73c395fc..4d77ae4133 100644
--- a/files/es/web/api/htmlelement/accesskey/index.html
+++ b/files/es/web/api/htmlelement/accesskey/index.html
@@ -1,12 +1,13 @@
---
title: Element.accessKey
-slug: Web/API/Element/accessKey
+slug: Web/API/HTMLElement/accessKey
tags:
- API
- Propiedad
- necesidades de contenido
translation_of: Web/API/HTMLElement/accessKey
translation_of_original: Web/API/Element/accessKey
+original_slug: Web/API/Element/accessKey
---
<div>{{APIRef("DOM")}}</div>
diff --git a/files/es/web/api/htmlelement/animationend_event/index.html b/files/es/web/api/htmlelement/animationend_event/index.html
index 8bca8b046f..55a49ff105 100644
--- a/files/es/web/api/htmlelement/animationend_event/index.html
+++ b/files/es/web/api/htmlelement/animationend_event/index.html
@@ -1,7 +1,8 @@
---
title: animationend
-slug: Web/Events/animationend
+slug: Web/API/HTMLElement/animationend_event
translation_of: Web/API/HTMLElement/animationend_event
+original_slug: Web/Events/animationend
---
<p>El evento <code>animationend</code> es lanzado cuando una animación CSS se ha completado.</p>
diff --git a/files/es/web/api/htmlelement/transitioncancel_event/index.html b/files/es/web/api/htmlelement/transitioncancel_event/index.html
index 3f9c622bd2..9bc3f53e51 100644
--- a/files/es/web/api/htmlelement/transitioncancel_event/index.html
+++ b/files/es/web/api/htmlelement/transitioncancel_event/index.html
@@ -1,12 +1,13 @@
---
title: transitioncancel
-slug: Web/Events/transitioncancel
+slug: Web/API/HTMLElement/transitioncancel_event
tags:
- DOM
- Evento
- Referencia
- eventos
translation_of: Web/API/HTMLElement/transitioncancel_event
+original_slug: Web/Events/transitioncancel
---
<p>{{SeeCompatTable}}</p>
diff --git a/files/es/web/api/htmlelement/transitionend_event/index.html b/files/es/web/api/htmlelement/transitionend_event/index.html
index 8370f0e39e..3005798cae 100644
--- a/files/es/web/api/htmlelement/transitionend_event/index.html
+++ b/files/es/web/api/htmlelement/transitionend_event/index.html
@@ -1,6 +1,6 @@
---
title: transitionend
-slug: Web/Events/transitionend
+slug: Web/API/HTMLElement/transitionend_event
tags:
- DOM
- Event
@@ -10,6 +10,7 @@ tags:
- TransitionEvent
- transitionend
translation_of: Web/API/HTMLElement/transitionend_event
+original_slug: Web/Events/transitionend
---
<p>El evento <code>transitionend</code> es lanzado cuando una <a href="/en-US/docs/CSS/Using_CSS_transitions">transición CSS</a> se ha completado. Si la transición es eliminada antes de haberse completado, como cuando {{cssxref("transition-property")}} es eliminado o {{cssxref("display")}} se establece a <code>"none"</code>, entonces el evento no será generado.</p>