diff options
Diffstat (limited to 'files/es/web/api')
51 files changed, 42 insertions, 62 deletions
diff --git a/files/es/web/api/audiobuffer/index.html b/files/es/web/api/audiobuffer/index.html index 1909323a6d..d0386b27dd 100644 --- a/files/es/web/api/audiobuffer/index.html +++ b/files/es/web/api/audiobuffer/index.html @@ -96,7 +96,7 @@ source.start(); <h2 id="Compatibilidad_de_navegadores">Compatibilidad de navegadores</h2> <div> -<div class="hidden">La tabla de compatibilidades en esta página está generada por una data estructurada. Si te gustaria contribuir incluyendo data, por favor reviza <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envianos un pull request.</div> + <p>{{Compat("api.AudioBuffer")}}</p> </div> diff --git a/files/es/web/api/beforeunloadevent/index.html b/files/es/web/api/beforeunloadevent/index.html index 5bd5e2204f..131f92d6b8 100644 --- a/files/es/web/api/beforeunloadevent/index.html +++ b/files/es/web/api/beforeunloadevent/index.html @@ -53,8 +53,6 @@ window.addEventListener("beforeunload", function( event ) { <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> <div> -<div class="hidden">La table de compatibilidad en esta página se genera a partir de los datos estructurados. Si le gustaría contrubuir con los datos, por favor revise <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos un un pull request.</div> - <p>{{Compat("api.BeforeUnloadEvent")}}</p> </div> diff --git a/files/es/web/api/body/formdata/index.html b/files/es/web/api/body/formdata/index.html index 6915954d6e..b095fba9b3 100644 --- a/files/es/web/api/body/formdata/index.html +++ b/files/es/web/api/body/formdata/index.html @@ -59,7 +59,7 @@ translation_of: Web/API/Body/formData <h2 id="Compatibilidad_en_navegadores">Compatibilidad en navegadores</h2> -<div class="hidden">La tabla de compatibilidad en esta página es generada por datos estructurados. Si te gustaría contribuir con los datos, por favor revisar <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos un pull request.</div> + <p>{{Compat("api.Body.formData")}}</p> diff --git a/files/es/web/api/canvasrenderingcontext2d/getimagedata/index.html b/files/es/web/api/canvasrenderingcontext2d/getimagedata/index.html index 4f0c72afd0..eb37372ce1 100644 --- a/files/es/web/api/canvasrenderingcontext2d/getimagedata/index.html +++ b/files/es/web/api/canvasrenderingcontext2d/getimagedata/index.html @@ -90,7 +90,7 @@ console.log(ctx.getImageData(50, 50, 100, 100)); <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 datos estructurados. Si desea contribuir con los datos, visite <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos una solicitud de extracción.</div> + <p>{{Compat("api.CanvasRenderingContext2D.getImageData")}}</p> diff --git a/files/es/web/api/canvasrenderingcontext2d/rotate/index.html b/files/es/web/api/canvasrenderingcontext2d/rotate/index.html index 009b280c4c..888fcf6d0f 100644 --- a/files/es/web/api/canvasrenderingcontext2d/rotate/index.html +++ b/files/es/web/api/canvasrenderingcontext2d/rotate/index.html @@ -126,7 +126,7 @@ ctx.fillRect(80, 60, 140, 30); <h2 id="Compatibilidad_con_exploradores">Compatibilidad con exploradores</h2> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si desea contribuir a estos datos, vaya a <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y haga un pull request.</div> + <p>{{Compat("api.CanvasRenderingContext2D.rotate")}}</p> diff --git a/files/es/web/api/clipboard_api/index.html b/files/es/web/api/clipboard_api/index.html index 1f434f1b9f..648be6ed7b 100644 --- a/files/es/web/api/clipboard_api/index.html +++ b/files/es/web/api/clipboard_api/index.html @@ -58,7 +58,7 @@ original_slug: Web/API/API_del_portapapeles <h3 id="ClipboardEvent">ClipboardEvent</h3> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> + <p>{{Compat("api.ClipboardEvent")}}</p> diff --git a/files/es/web/api/comment/index.html b/files/es/web/api/comment/index.html index b1c6a89de9..14532af08e 100644 --- a/files/es/web/api/comment/index.html +++ b/files/es/web/api/comment/index.html @@ -64,7 +64,7 @@ translation_of: Web/API/Comment <h2 id="Compatibilidad_entre_navegadores">Compatibilidad entre navegadores</h2> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si desea contribuir a 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.Comment")}}</p> diff --git a/files/es/web/api/console/timeend/index.html b/files/es/web/api/console/timeend/index.html index ad452782ab..3af2e47538 100644 --- a/files/es/web/api/console/timeend/index.html +++ b/files/es/web/api/console/timeend/index.html @@ -45,7 +45,7 @@ translation_of: Web/API/Console/timeEnd <h2 id="Compatibilidad_con_Navegadores">Compatibilidad con Navegadores</h2> <div> -<div class="hidden">La tabla de compatibilidad en esta página es generada automáticamente. Si deseas contribuir con información, por favor visita <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envianos un pull request.</div> + <p>{{Compat("api.Console.timeEnd")}}</p> </div> diff --git a/files/es/web/api/crypto/index.html b/files/es/web/api/crypto/index.html index 3eb118b7b7..4e85f7eedb 100644 --- a/files/es/web/api/crypto/index.html +++ b/files/es/web/api/crypto/index.html @@ -54,7 +54,7 @@ translation_of: Web/API/Crypto <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> <div> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si desea contribuir a los datos, por favor, compruebe <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.Crypto")}}</p> </div> 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> diff --git a/files/es/web/api/dragevent/index.html b/files/es/web/api/dragevent/index.html index 8599ef6b93..14e4922d44 100644 --- a/files/es/web/api/dragevent/index.html +++ b/files/es/web/api/dragevent/index.html @@ -101,7 +101,7 @@ translation_of: Web/API/DragEvent <h2 id="Compatibilidad_entre_navegadores">Compatibilidad entre navegadores</h2> -<div class="hidden">La tabla de compatibilidad en esta pagina es generado desde datos estructurados. Si gustas contribuir a los datos, por favor revisa <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos un solicitud de cambios.</div> + <p>{{Compat("api.DragEvent")}}</p> diff --git a/files/es/web/api/element/computedstylemap/index.html b/files/es/web/api/element/computedstylemap/index.html index 656312b1f5..d1489b4182 100644 --- a/files/es/web/api/element/computedstylemap/index.html +++ b/files/es/web/api/element/computedstylemap/index.html @@ -94,6 +94,6 @@ for (const [prop, val] of allComputedStyles) { <h2 id="Compatibilidad_con_navedadores">Compatibilidad con navedadores</h2> -<div class="hidden">La tabla de compatibilidad en esta página es generada desde datos estructurados, por favor revisa <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una "pull request".</div> + <p>{{Compat("api.Element.computedStyleMap")}}</p> diff --git a/files/es/web/api/gamepad_api/index.html b/files/es/web/api/gamepad_api/index.html index ea16ef2b62..dd67ed8951 100644 --- a/files/es/web/api/gamepad_api/index.html +++ b/files/es/web/api/gamepad_api/index.html @@ -83,7 +83,7 @@ translation_of: Web/API/Gamepad_API <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> -<div class="hidden">La tabla de compatibilidad es generada de datos estructurados. Si desea contribuir a los datos, por favor, echa un vistazo <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envienos una pull request.</div> + <p>{{Compat("api.Gamepad")}}</p> diff --git a/files/es/web/api/geolocationposition/index.html b/files/es/web/api/geolocationposition/index.html index 23c3881e5c..1fa0b2d5f7 100644 --- a/files/es/web/api/geolocationposition/index.html +++ b/files/es/web/api/geolocationposition/index.html @@ -51,7 +51,7 @@ translation_of: Web/API/GeolocationPosition <h2 id="Compatibilidad_de_navegadores">Compatibilidad de navegadores</h2> -<div class="hidden">La tabla de compatibilidad de esta página está generada a partir de datos estructurados. Si quieres contribuir con datos, por favor, revisa <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una pull request.</div> + <p>{{Compat("api.Position")}}</p> diff --git a/files/es/web/api/globaleventhandlers/index.html b/files/es/web/api/globaleventhandlers/index.html index c9b5217f69..9b91fe41cc 100644 --- a/files/es/web/api/globaleventhandlers/index.html +++ b/files/es/web/api/globaleventhandlers/index.html @@ -258,7 +258,7 @@ translation_of: Web/API/GlobalEventHandlers <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> <div> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si deseas contribuir con los datos, consulta <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una solicitud de extracción.</div> + <p>{{Compat("api.GlobalEventHandlers")}}</p> </div> diff --git a/files/es/web/api/globaleventhandlers/onclose/index.html b/files/es/web/api/globaleventhandlers/onclose/index.html index 20ddb639f5..474c5a4cdf 100644 --- a/files/es/web/api/globaleventhandlers/onclose/index.html +++ b/files/es/web/api/globaleventhandlers/onclose/index.html @@ -46,7 +46,5 @@ translation_of: Web/API/GlobalEventHandlers/onclose <h2 id="Compatibilidad_con_Navegadores">Compatibilidad con Navegadores</h2> <div> -<div class="hidden">La tabla de compatibilidad en esta pagina es generada de datos estructurados. Si te gustaría contribuir a los datos, por favor haz check out de <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envianos una petición pull.</div> - <p>{{Compat("api.GlobalEventHandlers.onclose")}}</p> </div> diff --git a/files/es/web/api/history/length/index.html b/files/es/web/api/history/length/index.html index f8d8bd65ba..89b31204ce 100644 --- a/files/es/web/api/history/length/index.html +++ b/files/es/web/api/history/length/index.html @@ -45,7 +45,7 @@ translation_of: Web/API/History/length <h2 id="Compatibilidad_de_Navegadores">Compatibilidad de Navegadores</h2> -<div class="hidden">La tabla de compatibilidad en esta página es generada desde datos estructurados. Si te gustaría contribuir a los datos, por favor revisa <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una <em>pull request</em>.</div> + <p>{{Compat("api.History.length")}}</p> diff --git a/files/es/web/api/history/pushstate/index.html b/files/es/web/api/history/pushstate/index.html index 29de4cf521..3f1bf0d1e5 100644 --- a/files/es/web/api/history/pushstate/index.html +++ b/files/es/web/api/history/pushstate/index.html @@ -85,7 +85,7 @@ history.pushState(state, title, url)</pre> <h2 id="Compatibilidad_en_Navegadores">Compatibilidad en Navegadores</h2> -<div class="hidden">La tabla de compatibilidad en esta páginas es generada desde datos estructurados. Si te gustaría contribuir a los datos, por favor revisa <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una <em>pull request</em>.</div> + <p>{{Compat("api.History.pushState")}}</p> diff --git a/files/es/web/api/htmlcanvaselement/todataurl/index.html b/files/es/web/api/htmlcanvaselement/todataurl/index.html index 30e2fdd71a..462c1be504 100644 --- a/files/es/web/api/htmlcanvaselement/todataurl/index.html +++ b/files/es/web/api/htmlcanvaselement/todataurl/index.html @@ -147,7 +147,7 @@ function quitarColor() { <h2 id="Compatibilidad_de_navegadores">Compatibilidad de navegadores</h2> -<div class="hidden">La tabla de compatibilidad de esta página se genera de datos estructurados. Si te gustaría contribuir a los datos, por favor revisa <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y haznos una pull request.</div> + <p>{{Compat("api.HTMLCanvasElement.toDataURL")}}</p> diff --git a/files/es/web/api/htmlelement/click/index.html b/files/es/web/api/htmlelement/click/index.html index 0f6d7983c7..d303e7f5f0 100644 --- a/files/es/web/api/htmlelement/click/index.html +++ b/files/es/web/api/htmlelement/click/index.html @@ -40,8 +40,6 @@ translation_of: Web/API/HTMLElement/click <h2 id="Compatibilidad_en_navegadores">Compatibilidad en navegadores</h2> -<div class="hidden">La tabla de compatibilidad en esta página se genera a partir de datos estructurados. Si desea contribuir a los datos, consulte <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos un pull request.</div> - <p>{{Compat("api.HTMLElement.click")}}</p> diff --git a/files/es/web/api/htmlelement/offsetparent/index.html b/files/es/web/api/htmlelement/offsetparent/index.html index 4fb14be33d..d3434b8ec2 100644 --- a/files/es/web/api/htmlelement/offsetparent/index.html +++ b/files/es/web/api/htmlelement/offsetparent/index.html @@ -47,6 +47,6 @@ translation_of: Web/API/HTMLElement/offsetParent <h2 id="Compatibility" name="Compatibility">Compatibilidad de Browser</h2> -<div class="hidden">La tabla de compatibilidad de esta página es generada desde datos estructurados. Si gusta contribuir a los datos, por favor revise <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.HTMLElement.offsetParent")}}</p> diff --git a/files/es/web/api/htmlheadelement/index.html b/files/es/web/api/htmlheadelement/index.html index 0327683cbe..d64d72d057 100644 --- a/files/es/web/api/htmlheadelement/index.html +++ b/files/es/web/api/htmlheadelement/index.html @@ -61,7 +61,7 @@ translation_of: Web/API/HTMLHeadElement <h2 id="Compatibilidad_con_Navegadores">Compatibilidad con Navegadores</h2> -<div class="hidden">La tabla de compatibilidad de esta página es generada a partir de datos estructurados. Si desea contribuir con los datos, por favor consulte <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos una solicitud.</div> + <p>{{Compat("api.HTMLHeadElement")}}</p> diff --git a/files/es/web/api/htmllabelelement/index.html b/files/es/web/api/htmllabelelement/index.html index 50df0281c2..c31283fc4c 100644 --- a/files/es/web/api/htmllabelelement/index.html +++ b/files/es/web/api/htmllabelelement/index.html @@ -68,7 +68,7 @@ translation_of: Web/API/HTMLLabelElement <h2 id="Compatibilidad_de_Navegador_Web">Compatibilidad de Navegador Web</h2> <div> -<div class="hidden">La tabla de compatibilidad en esta página es generada por datos estructurados. si ud. desea contribuir a estos datos, por favor ingrese al siguiente link: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envienos un requerimeinto (pull request)</div> + <p>{{Compat("api.HTMLLabelElement")}}</p> </div> diff --git a/files/es/web/api/htmlmediaelement/index.html b/files/es/web/api/htmlmediaelement/index.html index 963a71498d..ff5f4179fd 100644 --- a/files/es/web/api/htmlmediaelement/index.html +++ b/files/es/web/api/htmlmediaelement/index.html @@ -208,7 +208,7 @@ translation_of: Web/API/HTMLMediaElement <h2 id="Browser_compatibility">Browser compatibility</h2> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si desea contribuir con los datos, visite <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos una solicitud de extracción.</div> + <p>{{Compat("api.HTMLMediaElement")}}</p> diff --git a/files/es/web/api/htmlmediaelement/loadeddata_event/index.html b/files/es/web/api/htmlmediaelement/loadeddata_event/index.html index 6606275c6a..07c2b146ab 100644 --- a/files/es/web/api/htmlmediaelement/loadeddata_event/index.html +++ b/files/es/web/api/htmlmediaelement/loadeddata_event/index.html @@ -93,7 +93,7 @@ video.onloadeddata = (event) => { <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 una solicitud de extracción.</div> + <p>{{Compat("api.HTMLMediaElement.loadeddata_event")}}</p> diff --git a/files/es/web/api/htmlmediaelement/pause/index.html b/files/es/web/api/htmlmediaelement/pause/index.html index 10e276e508..00da33c3b2 100644 --- a/files/es/web/api/htmlmediaelement/pause/index.html +++ b/files/es/web/api/htmlmediaelement/pause/index.html @@ -47,6 +47,6 @@ translation_of: Web/API/HTMLMediaElement/pause <h2 id="Compatibilidad_de_navegadores">Compatibilidad de 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, 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.HTMLMediaElement.pause")}}</p> diff --git a/files/es/web/api/htmlmediaelement/paused/index.html b/files/es/web/api/htmlmediaelement/paused/index.html index 3bf4430dae..6e5378d994 100644 --- a/files/es/web/api/htmlmediaelement/paused/index.html +++ b/files/es/web/api/htmlmediaelement/paused/index.html @@ -45,7 +45,7 @@ console.log(obj.paused); // true <h2 id="Compatibilidad_con_navegadores">Compatibilidad con navegadores</h2> -<div class="hidden">La tabla de compatibilidad de esta página es generada a partir de datos estructurados. Si te gustaría contribuir con la información, por favor verifícalo en <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envianos un pull request.</div> + <p>{{Compat("api.HTMLMediaElement.paused")}}</p> diff --git a/files/es/web/api/htmlmediaelement/play/index.html b/files/es/web/api/htmlmediaelement/play/index.html index 3931470b78..5f07be2423 100644 --- a/files/es/web/api/htmlmediaelement/play/index.html +++ b/files/es/web/api/htmlmediaelement/play/index.html @@ -110,7 +110,7 @@ function handlePlayButton() { <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, 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.HTMLMediaElement.play")}}</p> diff --git a/files/es/web/api/htmlselectelement/checkvalidity/index.html b/files/es/web/api/htmlselectelement/checkvalidity/index.html index fe4755de95..6bcb8b99ff 100644 --- a/files/es/web/api/htmlselectelement/checkvalidity/index.html +++ b/files/es/web/api/htmlselectelement/checkvalidity/index.html @@ -42,8 +42,6 @@ translation_of: Web/API/HTMLSelectElement/checkValidity <h2 id="Compatibilidad_en_navegadores">Compatibilidad en navegadores</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.HTMLSelectElement.checkValidity")}}</p> <h2 id="Ver también" name="Ver también">Ver también</h2> diff --git a/files/es/web/api/htmlselectelement/index.html b/files/es/web/api/htmlselectelement/index.html index 058aabd1e2..80c49a7d5e 100644 --- a/files/es/web/api/htmlselectelement/index.html +++ b/files/es/web/api/htmlselectelement/index.html @@ -141,8 +141,6 @@ console.log(select.options[select.selectedIndex].value) // Second <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.HTMLSelectElement")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/es/web/api/htmlselectelement/setcustomvalidity/index.html b/files/es/web/api/htmlselectelement/setcustomvalidity/index.html index b5477a5ed0..6644de4a11 100644 --- a/files/es/web/api/htmlselectelement/setcustomvalidity/index.html +++ b/files/es/web/api/htmlselectelement/setcustomvalidity/index.html @@ -41,8 +41,6 @@ translation_of: Web/API/HTMLSelectElement/setCustomValidity <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.HTMLSelectElement.setCustomValidity")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/es/web/api/imagebitmaprenderingcontext/index.html b/files/es/web/api/imagebitmaprenderingcontext/index.html index 4fb6f8816f..fd4145b698 100644 --- a/files/es/web/api/imagebitmaprenderingcontext/index.html +++ b/files/es/web/api/imagebitmaprenderingcontext/index.html @@ -25,7 +25,7 @@ translation_of: Web/API/ImageBitmapRenderingContext <h2 id="Compatibilidad_del_Buscador">Compatibilidad del Buscador</h2> <div> -<div class="hidden">La compatibilidad de la tabla en esta página es generada de datos estructurales. Si quiere contribuir en los datos, cheque <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos un "pull request" (requicisión).</div> + <p>{{Compat("api.ImageBitmapRenderingContext")}}</p> </div> diff --git a/files/es/web/api/location/reload/index.html b/files/es/web/api/location/reload/index.html index 2c7cedccab..e073d72bd9 100644 --- a/files/es/web/api/location/reload/index.html +++ b/files/es/web/api/location/reload/index.html @@ -63,7 +63,7 @@ reload.addEventListener('click', _ => { // el _ es para indicar la ausencia d <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 una solicitud de extracción.</div> + <p>{{Compat("api.Location.reload")}}</p> diff --git a/files/es/web/api/mutationobserver/mutationobserver/index.html b/files/es/web/api/mutationobserver/mutationobserver/index.html index faf72f1db3..a67b9b226f 100644 --- a/files/es/web/api/mutationobserver/mutationobserver/index.html +++ b/files/es/web/api/mutationobserver/mutationobserver/index.html @@ -93,6 +93,6 @@ observer.observe(targetNode, observerOptions);</pre> <h2 id="Compatibilidad">Compatibilidad</h2> -<div class="hidden">La tabla de compatibilidad de esta página ha sido generada utilizando datos estructurados. Si desea contribuir, compruebe nuestra <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data </a>y envienos una petición de actualizacion</div> + <p>{{Compat("api.MutationObserver.MutationObserver")}}</p> diff --git a/files/es/web/api/network_information_api/index.html b/files/es/web/api/network_information_api/index.html index 07b3d3e3a7..8ec53cb796 100644 --- a/files/es/web/api/network_information_api/index.html +++ b/files/es/web/api/network_information_api/index.html @@ -74,13 +74,13 @@ if (connection) { <h3 id="NetworkInformation">NetworkInformation</h3> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si usted desea contribuir con datos, por favor acceda a <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos una solicitud de pull.</div> + <p>{{Compat("api.NetworkInformation")}}</p> <h3 id="Navigator.connection">Navigator.connection</h3> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si usted desea contribuir con datos, por favor acceda a <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos una solicitud de pull.</div> + <p>{{Compat("api.Navigator.connection")}}</p> diff --git a/files/es/web/api/nodelist/foreach/index.html b/files/es/web/api/nodelist/foreach/index.html index 4cb55533e1..3df8a59fba 100644 --- a/files/es/web/api/nodelist/foreach/index.html +++ b/files/es/web/api/nodelist/foreach/index.html @@ -120,7 +120,7 @@ list.forEach( <h2 id="Compatibilidad_en_Navegadores">Compatibilidad en Navegadores</h2> -<div class="hidden">La tabla de compatibilidades en esta página es generada con datos estructurados. Si quisieras contribuir a los datos, revisa<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>y envíanos una solicitud de pull.</div> + <p>{{Compat("api.NodeList.forEach")}}</p> diff --git a/files/es/web/api/payment_request_api/index.html b/files/es/web/api/payment_request_api/index.html index 376a9899c2..a97cd9b134 100644 --- a/files/es/web/api/payment_request_api/index.html +++ b/files/es/web/api/payment_request_api/index.html @@ -118,7 +118,7 @@ translation_of: Web/API/Payment_Request_API <h3 id="Interfaz_PaymentRequest">Interfaz PaymentRequest</h3> <div> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si desea contribuir con los datos, consulte https://github.com/mdn/browser-compat-data y envíenos un "pull request".</div> + <p>{{Compat("api.PaymentRequest", 0)}}</p> </div> diff --git a/files/es/web/api/response/response/index.html b/files/es/web/api/response/response/index.html index f967d677f2..9475876d8b 100644 --- a/files/es/web/api/response/response/index.html +++ b/files/es/web/api/response/response/index.html @@ -62,7 +62,7 @@ var miRespuesta = new Response(miBlob,opciones);</pre> <h2 id="Compatibilidad_en_navegadores">Compatibilidad en navegadores</h2> -<div class="hidden">La tabla de compatibilidad de esta página está generada a partir de datos estructurados. Si deseas contribuir a los datos, por favor échale un vistazo a <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos un pull request.</div> + <p>{{Compat("api.Response.Response")}}</p> diff --git a/files/es/web/api/response/status/index.html b/files/es/web/api/response/status/index.html index eecaf02967..86cefd4614 100644 --- a/files/es/web/api/response/status/index.html +++ b/files/es/web/api/response/status/index.html @@ -60,7 +60,7 @@ fetch(myRequest).then(function(response) { <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 a los datos, consulte <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos una solicitud de extracción.</div> + <p>{{Compat("api.Response.status")}}</p> diff --git a/files/es/web/api/subtlecrypto/digest/index.html b/files/es/web/api/subtlecrypto/digest/index.html index 48669844b6..036fb5cad9 100644 --- a/files/es/web/api/subtlecrypto/digest/index.html +++ b/files/es/web/api/subtlecrypto/digest/index.html @@ -119,7 +119,7 @@ console.log(digestHex); <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si desea contribuir a los datos, por favor, revise <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.SubtleCrypto.digest")}}</p> diff --git a/files/es/web/api/texttrack/cuechange_event/index.html b/files/es/web/api/texttrack/cuechange_event/index.html index 4a667535fc..b5197d4208 100644 --- a/files/es/web/api/texttrack/cuechange_event/index.html +++ b/files/es/web/api/texttrack/cuechange_event/index.html @@ -98,8 +98,6 @@ textTrackElem.oncuechange = (event) => { <h2 id="Compatibilidad_de_los_navegadores">Compatibilidad de los navegadores</h2> -<div class="hidden">La tabla de compatibilidad en esta página está generada desde datos estructurados. Si quieres contribuir a los datos, por favor visita <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una pull request.</div> - <p>{{Compat("api.TextTrack.cuechange_event")}}</p> <h2 id="Ver_también">Ver también</h2> diff --git a/files/es/web/api/url/port/index.html b/files/es/web/api/url/port/index.html index fea61df62a..c7eb961c14 100644 --- a/files/es/web/api/url/port/index.html +++ b/files/es/web/api/url/port/index.html @@ -44,8 +44,6 @@ var result = url.port; // Devuelve:'80' <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 https://github.com/mdn/browser-compat-data y envíenos una solicitud de extracción.</div> - <p>{{Compat("api.URL.port")}}</p> <h2 id="Ver_también">Ver también</h2> diff --git a/files/es/web/api/url/url/index.html b/files/es/web/api/url/url/index.html index 978a7de9f9..a668c6a4d6 100644 --- a/files/es/web/api/url/url/index.html +++ b/files/es/web/api/url/url/index.html @@ -88,8 +88,6 @@ var d = new URL('/en-US/docs', b); // = <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 https://github.com/mdn/browser-compat-data y envíenos una solicitud de extracción.</div> - <p>{{Compat("api.URL.URL")}}</p> <h2 id="Ver_también">Ver también</h2> diff --git a/files/es/web/api/urlsearchparams/urlsearchparams/index.html b/files/es/web/api/urlsearchparams/urlsearchparams/index.html index 0cfe5f28df..20e49565cd 100644 --- a/files/es/web/api/urlsearchparams/urlsearchparams/index.html +++ b/files/es/web/api/urlsearchparams/urlsearchparams/index.html @@ -72,7 +72,7 @@ var params4 = new URLSearchParams({"foo" : 1 , "bar" : 2}); <h2 id="Compatibilidad_de_browsers">Compatibilidad de browsers</h2> <div> -<div class="hidden">La tabla de compatibilidad en esta página es generada desde datos estructurados. Si te gustaría contribuir a estos datos, por favor clona el repositorio <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos un pull request.</div> + <p>{{Compat("api.URLSearchParams.URLSearchParams")}}</p> </div> diff --git a/files/es/web/api/web_speech_api/index.html b/files/es/web/api/web_speech_api/index.html index 0a8de49da3..b6057a6930 100644 --- a/files/es/web/api/web_speech_api/index.html +++ b/files/es/web/api/web_speech_api/index.html @@ -106,7 +106,7 @@ translation_of: Web/API/Web_Speech_API <h3 id="SpeechSynthesis"><code>SpeechSynthesis</code></h3> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> + <p>{{Compat("api.SpeechSynthesis", 0)}}</p> diff --git a/files/es/web/api/webvtt_api/index.html b/files/es/web/api/webvtt_api/index.html index b7142d1dce..7a54969a31 100644 --- a/files/es/web/api/webvtt_api/index.html +++ b/files/es/web/api/webvtt_api/index.html @@ -888,7 +888,7 @@ Sur les <i.foreignphrase><lang en>playground</lang></i>, <h3 id="TextTrack_interface"><code>TextTrack</code> interface</h3> <div> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> + <p>{{Compat("api.TextTrack", 0)}}</p> diff --git a/files/es/web/api/window/innerheight/index.html b/files/es/web/api/window/innerheight/index.html index ef563d9e97..3e7e4ff9a6 100644 --- a/files/es/web/api/window/innerheight/index.html +++ b/files/es/web/api/window/innerheight/index.html @@ -68,8 +68,6 @@ var alturaViewport = self.innerHeight; <p><br> <font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif"><span style="font-size: 37.3333px;"><strong>Compatibilidad del navegador</strong></span></font></p> -<p class="hidden"><span class="seoSummary">La compatibilidad de la tabla en esta pagina es generada por la estructura de datos. Si tú gustas contribuir, por favor dirigete a <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envia un pull Request</span></p> - <h2 id="Tambien_me_intersa">Tambien me intersa</h2> <ul> diff --git a/files/es/web/api/xmlhttprequest/timeout/index.html b/files/es/web/api/xmlhttprequest/timeout/index.html index a9fec94792..4d7978aea8 100644 --- a/files/es/web/api/xmlhttprequest/timeout/index.html +++ b/files/es/web/api/xmlhttprequest/timeout/index.html @@ -62,6 +62,6 @@ xhr.send(null);</pre> <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, consulte <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos un <em>pull request</em>.</div> + <p>{{Compat("api.XMLHttpRequest.timeout")}}</p> |