diff options
Diffstat (limited to 'files/es/web/api/htmlelement')
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> |