From 4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 11:33:49 -0400 Subject: Remove link title attributes thats just the href es (#1737) * remove link 'title' attributes that's just the 'href' (es) * a couple more --- files/es/web/api/globaleventhandlers/oninput/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/es/web/api/globaleventhandlers/oninput') diff --git a/files/es/web/api/globaleventhandlers/oninput/index.html b/files/es/web/api/globaleventhandlers/oninput/index.html index 18785b9fe3..add6d41f5d 100644 --- a/files/es/web/api/globaleventhandlers/oninput/index.html +++ b/files/es/web/api/globaleventhandlers/oninput/index.html @@ -24,7 +24,7 @@ window.addEventListener('input', function (e) {

Especificaciones

-

HTML - APIs de elementos de entrada comunes (input)

+

HTML - APIs de elementos de entrada comunes (input)

Compatibilidad con navegadores

@@ -81,6 +81,6 @@ window.addEventListener('input', function (e) { -- cgit v1.2.3-54-g00ecf