diff --git a/files/es/web/api/htmlcanvaselement/width/index.md b/files/es/web/api/htmlcanvaselement/width/index.md index f522ca93f095ca..102698a1d93c0d 100644 --- a/files/es/web/api/htmlcanvaselement/width/index.md +++ b/files/es/web/api/htmlcanvaselement/width/index.md @@ -35,9 +35,9 @@ console.log(canvas.width); // 300 {{Specifications}} -## Compatibilidad de Navegadores +## Compatibilidad con navegadores -{{Compat("api.HTMLCanvasElement.width")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/htmlcollection/index.md b/files/es/web/api/htmlcollection/index.md index f0dbac8105be03..876ddd2dba9adc 100644 --- a/files/es/web/api/htmlcollection/index.md +++ b/files/es/web/api/htmlcollection/index.md @@ -53,7 +53,7 @@ elem1 = document.forms["named.item.with.periods"]; ## Compatibilidad con navegadores -{{Compat("api.HTMLCollection")}} +{{Compat}} ## Vea también diff --git a/files/es/web/api/htmldivelement/index.md b/files/es/web/api/htmldivelement/index.md index 004b66ae05f24a..8044a2da0bf836 100644 --- a/files/es/web/api/htmldivelement/index.md +++ b/files/es/web/api/htmldivelement/index.md @@ -26,7 +26,7 @@ _No hay métodos específicos; hereda los métodos de su padre, {{domxref("HTMLE ## Compatibilidad con navegadores -{{Compat("api.HTMLDivElement")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/htmlelement/change_event/index.md b/files/es/web/api/htmlelement/change_event/index.md index bdb1f70d5c7814..dd8692420d900c 100644 --- a/files/es/web/api/htmlelement/change_event/index.md +++ b/files/es/web/api/htmlelement/change_event/index.md @@ -123,8 +123,6 @@ function updateValue(e) { {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("api.HTMLElement.change_event")}} - -Diferentes navegadores no siempre concuerdan cuando un evento `change` debería ser disparado para ciertos tipo de interacciones. Por ejemplo, navegación por teclado en en elementos {{HTMLElement("select")}} nunca disparan el evento `change` en Gecko hasta que el usuario presiona Enter o cambia el foco fuera del `