diff options
Diffstat (limited to 'files/es/web/api/document')
4 files changed, 4 insertions, 4 deletions
diff --git a/files/es/web/api/document/adoptnode/index.html b/files/es/web/api/document/adoptnode/index.html index 0a90679756..ef449b67c8 100644 --- a/files/es/web/api/document/adoptnode/index.html +++ b/files/es/web/api/document/adoptnode/index.html @@ -50,7 +50,7 @@ iframeImages.forEach(function(imgEl) { <h2 id="Compatibilidad_con_navegadores">Compatibilidad con navegadores</h2> -<div class="hidden">La tabla de compatibilidad en esta página se genera a partir de datos estructurados .Si desea contribuir con los datos, por favor ingrese a <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envie una solicitud para adicionar los datos.</div> + <p>{{Compat("api.Document.adoptNode")}}</p> diff --git a/files/es/web/api/document/createattribute/index.html b/files/es/web/api/document/createattribute/index.html index 7b6ac22dc5..8f629caec1 100644 --- a/files/es/web/api/document/createattribute/index.html +++ b/files/es/web/api/document/createattribute/index.html @@ -81,7 +81,7 @@ console.log(nodo.getAttribute("miAtributo")); // "nuevoVal" <h2 id="Compatibilidad_del_buscador">Compatibilidad del buscador</h2> -<div class="hidden">La tabla de compatibilidad en esta página es generada desde estructuras de datos. Sí le gustaría contribuir con estos datos, por favor revisar <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y enviarnos un pull request.</div> + <p>{{Compat("api.Document.createAttribute")}}</p> diff --git a/files/es/web/api/document/embeds/index.html b/files/es/web/api/document/embeds/index.html index 865efdb2fd..0c2e83440a 100644 --- a/files/es/web/api/document/embeds/index.html +++ b/files/es/web/api/document/embeds/index.html @@ -43,6 +43,6 @@ translation_of: Web/API/Document/embeds <h2 id="Compatibilidad_con_Navegadores">Compatibilidad con Navegadores</h2> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de structured data. Si usted quiere contribuir, por favor visite <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos un pull request.</div> + <div>{{Compat("api.Document.embeds")}}</div> diff --git a/files/es/web/api/document/exitfullscreen/index.html b/files/es/web/api/document/exitfullscreen/index.html index cd90147d82..e2816f25d8 100644 --- a/files/es/web/api/document/exitfullscreen/index.html +++ b/files/es/web/api/document/exitfullscreen/index.html @@ -59,7 +59,7 @@ translation_of: Web/API/Document/exitFullscreen <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> -<div class="hidden">La tabla de compatibilidad en esta página se genera a partir de datos estructurados. Si desea contribuir con los datos, consulte <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos un pull request.</div> + <p>{{Compat("api.Document.exitFullscreen")}}</p> |