diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-06-22 07:55:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 13:55:45 +0200 |
commit | 325a9a16506132e984a82bbfce18f9220e81fbb0 (patch) | |
tree | 91bc3309b5569ffc128143fa3babe8c04bd9e88c /files/es/web/api/htmlmediaelement | |
parent | 54dab32379dd4758a25387f0736a04067383688b (diff) | |
download | translated-content-325a9a16506132e984a82bbfce18f9220e81fbb0.tar.gz translated-content-325a9a16506132e984a82bbfce18f9220e81fbb0.tar.bz2 translated-content-325a9a16506132e984a82bbfce18f9220e81fbb0.zip |
remove hidden bcd table from 'es' (#1271)
Diffstat (limited to 'files/es/web/api/htmlmediaelement')
5 files changed, 5 insertions, 5 deletions
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> |