aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/htmlelement/change_event
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/htmlelement/change_event')
-rw-r--r--files/es/web/api/htmlelement/change_event/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/api/htmlelement/change_event/index.html b/files/es/web/api/htmlelement/change_event/index.html
index 25642a5322..74bd3707ef 100644
--- a/files/es/web/api/htmlelement/change_event/index.html
+++ b/files/es/web/api/htmlelement/change_event/index.html
@@ -43,7 +43,7 @@ translation_of: Web/API/HTMLElement/change_event
<li>Cuando un elemento pierde el foco después de que su valor haya sido cambiado, pero no confirmado (es decir, despues de editar el valor de un elemento {{HTMLElement("textarea")}} o <code>&lt;input type="text"&gt;</code>).</li>
</ul>
-<p>La especificaciones HTML listan <a href="https://html.spec.whatwg.org/multipage/forms.html#concept-input-apply" title="https://html.spec.whatwg.org/multipage/forms.html#concept-input-apply">los tipos de <code>&lt;input&gt;</code> que deberían disparar el evento <code>change</code></a>.</p>
+<p>La especificaciones HTML listan <a href="https://html.spec.whatwg.org/multipage/forms.html#concept-input-apply">los tipos de <code>&lt;input&gt;</code> que deberían disparar el evento <code>change</code></a>.</p>
<h2 id="Ejemplos">Ejemplos</h2>