diff options
author | Clóvis Lima Júnior <clovis.junior@gmail.com> | 2021-06-04 18:38:22 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 18:38:22 -0300 |
commit | 5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b (patch) | |
tree | 9e659893c8b94152049e062c40493478ff1fa8cd /files/pt-br/web/javascript/reference/global_objects/date | |
parent | 00f903c9cb62d4f3a8ad4b7aa051e16926021fef (diff) | |
download | translated-content-5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b.tar.gz translated-content-5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b.tar.bz2 translated-content-5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b.zip |
Remove all hidden paragraphs about Browser compatibility on pt-BR (#1104)
* chore: Remove all hidden paragraphs about Browser compabitility on pt-BR
following #1008
* chore: Continue the removal of hidden paragraphs about Browser compability
* chore: Normalize Browser compability name and id
* chore: normalize id from Browser Compatibility title
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/date')
36 files changed, 36 insertions, 102 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/@@toprimitive/index.html b/files/pt-br/web/javascript/reference/global_objects/date/@@toprimitive/index.html index bc2c7b5f35..40c2aed9eb 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/@@toprimitive/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/@@toprimitive/index.html @@ -64,9 +64,7 @@ testDate[Symbol.toPrimitive]('default'); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.@@toPrimitive")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html b/files/pt-br/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html index 2a10c9b6d6..f17e0f8315 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html @@ -54,7 +54,7 @@ var currentTimeZoneOffsetInHours = x.getTimezoneOffset() / 60; </tbody> </table> -<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getutcfullyear/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getutcfullyear/index.html index 4c6788fc72..52aeb78a29 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getutcfullyear/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getutcfullyear/index.html @@ -67,9 +67,7 @@ var year = today.getUTCFullYear(); </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.getUTCFullYear")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getutchours/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getutchours/index.html index 7f962f722e..5c76d4785a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getutchours/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getutchours/index.html @@ -49,9 +49,7 @@ var hours = today.getUTCHours(); </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.getUTCHours")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html index 9f9fd540bf..de7c346e36 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html @@ -63,9 +63,7 @@ var <code>milissegundos </code>= today.getUTCMilliseconds(); </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de 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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.getUTCMilliseconds")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getutcminutes/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getutcminutes/index.html index 98eaee648d..6f757f5467 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getutcminutes/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getutcminutes/index.html @@ -48,9 +48,7 @@ var minutes = today.getUTCMinutes(); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.getUTCMinutes")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getutcmonth/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getutcmonth/index.html index 9eeed116d8..4d7f0e8bb3 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getutcmonth/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getutcmonth/index.html @@ -63,9 +63,7 @@ var month = today.getUTCMonth(); </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de 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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.getUTCMonth")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getutcseconds/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getutcseconds/index.html index 40b747c1cb..7ac9f173e5 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getutcseconds/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getutcseconds/index.html @@ -61,9 +61,7 @@ var seconds = today.getUTCSeconds(); </tbody> </table> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com 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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.getUTCSeconds")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setdate/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setdate/index.html index 92748130fc..33cd4e41b7 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setdate/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setdate/index.html @@ -66,9 +66,7 @@ theBigDay.setDate(-50); // 1962-08-11 (11th of August 1962) </tbody> </table> -<h2 id="Compatibilidade_de_Browsers">Compatibilidade de Browsers</h2> - -<p class="hidden">A tabela de compatibilidade nessa página é gerada a partir de dados estruturados. Se você quiser contribuir com os dados, por favor veja <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um pull request.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setDate")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setfullyear/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setfullyear/index.html index 4f38399a21..4d44814c6b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setfullyear/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setfullyear/index.html @@ -65,9 +65,7 @@ theBigDay.setFullYear(1997); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setFullYear")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/sethours/index.html b/files/pt-br/web/javascript/reference/global_objects/date/sethours/index.html index 77b161e0ce..42420ff97e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/sethours/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/sethours/index.html @@ -71,9 +71,7 @@ theBigDay.setHours(7); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setHours")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setmilliseconds/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setmilliseconds/index.html index f632e02bf9..29c37d658e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setmilliseconds/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setmilliseconds/index.html @@ -60,9 +60,7 @@ theBigDay.setMilliseconds(100); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setMilliseconds")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setminutes/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setminutes/index.html index ece5608638..23f0d2cbcb 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setminutes/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setminutes/index.html @@ -70,9 +70,7 @@ theBigDay.setMinutes(45); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setMinutes")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setmonth/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setmonth/index.html index e9ac42302a..888f80ca63 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setmonth/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setmonth/index.html @@ -73,9 +73,7 @@ console.log(endOfMonth); //Wed Mar 02 2016 00:00:00 </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setMonth")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setseconds/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setseconds/index.html index b474ec29a2..d73af9c02e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setseconds/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setseconds/index.html @@ -68,9 +68,7 @@ theBigDay.setSeconds(30); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setSeconds")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/settime/index.html b/files/pt-br/web/javascript/reference/global_objects/date/settime/index.html index cc4f4472ba..bb12fbd22e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/settime/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/settime/index.html @@ -81,9 +81,7 @@ sameAsBigDay.setTime(theBigDay.getTime()); </tbody> </table> -<h2 id="Compatibilidade_nos_Browsers">Compatibilidade nos Browsers</h2> - -<p class="hidden">A tabela de compatibilidade nesta página é gerada a patir de dados estruturados. Caso queira contribuir com os dados, por favor confira <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um pull request.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setTime")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setutcdate/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setutcdate/index.html index 4190b96120..faa2d20136 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setutcdate/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setutcdate/index.html @@ -60,9 +60,7 @@ theBigDay.setUTCDate(20); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setUTCDate")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setutcfullyear/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setutcfullyear/index.html index 657b65d9aa..08e042dc01 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setutcfullyear/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setutcfullyear/index.html @@ -66,9 +66,7 @@ theBigDay.setUTCFullYear(1997); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setUTCFullYear")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setutchours/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setutchours/index.html index 5d1304b708..21862d6482 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setutchours/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setutchours/index.html @@ -68,9 +68,7 @@ theBigDay.setUTCHours(8); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setUTCHours")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setutcmilliseconds/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setutcmilliseconds/index.html index 3d52820944..66f24f2f02 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setutcmilliseconds/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setutcmilliseconds/index.html @@ -60,9 +60,7 @@ theBigDay.setUTCMilliseconds(500); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setUTCMilliseconds")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setutcminutes/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setutcminutes/index.html index d0dd60beda..cbe9182c4f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setutcminutes/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setutcminutes/index.html @@ -66,9 +66,7 @@ theBigDay.setUTCMinutes(43); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setUTCMinutes")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setutcmonth/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setutcmonth/index.html index 3dd9758665..2a6e9d9b6f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setutcmonth/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setutcmonth/index.html @@ -64,9 +64,7 @@ theBigDay.setUTCMonth(11); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setUTCMonth")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setutcseconds/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setutcseconds/index.html index 2876f9a69b..bc78ac4027 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setutcseconds/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setutcseconds/index.html @@ -64,9 +64,7 @@ theBigDay.setUTCSeconds(20); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setUTCSeconds")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/setyear/index.html b/files/pt-br/web/javascript/reference/global_objects/date/setyear/index.html index afd2bfa615..c512ccd779 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/setyear/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/setyear/index.html @@ -63,9 +63,7 @@ theBigDay.setYear(2000); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.setYear")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/todatestring/index.html b/files/pt-br/web/javascript/reference/global_objects/date/todatestring/index.html index ac4e3cbc11..5d6b1e8c0a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/todatestring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/todatestring/index.html @@ -66,7 +66,7 @@ console.log(d.toDateString()); // exibe Wed Jul 28 1993 no log </tbody> </table> -<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/togmtstring/index.html b/files/pt-br/web/javascript/reference/global_objects/date/togmtstring/index.html index 1df4801950..a1775bb4e7 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/togmtstring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/togmtstring/index.html @@ -55,9 +55,7 @@ console.log(str); // Mon, 18 Dec 1995 17:28:35 GMT </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.toGMTString")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/toisostring/index.html b/files/pt-br/web/javascript/reference/global_objects/date/toisostring/index.html index 14fb14cfc1..08334e9268 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/toisostring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/toisostring/index.html @@ -82,9 +82,7 @@ console.log(today.toISOString()) // Returna 2011-10-05T14:48:00.000Z </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.toISOString")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/tojson/index.html b/files/pt-br/web/javascript/reference/global_objects/date/tojson/index.html index d35a98c99a..be57b4bee6 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/tojson/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/tojson/index.html @@ -60,9 +60,7 @@ console.log(jsonDate); //2015-10-26T07:46:36.611Z </tbody> </table> -<h2 id="Compatibilidade_com_navagadores">Compatibilidade com navagadores</h2> - -<p class="hidden">A tabela de compatibilidade nesta página é gerada a partir de dados estruturados. Caso queira contribuir com dados confira <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos um pull request.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.toJSON")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/tolocalestring/index.html b/files/pt-br/web/javascript/reference/global_objects/date/tolocalestring/index.html index 06d9b1f30c..c8899076e5 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/tolocalestring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/tolocalestring/index.html @@ -186,9 +186,7 @@ console.log(date.toLocaleString('en-US', { hour12: false })); </tbody> </table> -<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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.toLocaleString")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/tolocaletimestring/index.html b/files/pt-br/web/javascript/reference/global_objects/date/tolocaletimestring/index.html index 9b149abb00..6f63551d7d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/tolocaletimestring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/tolocaletimestring/index.html @@ -163,9 +163,7 @@ console.log(date.toLocaleTimeString('en-US', { hour12: false })); </tbody> </table> -<h2 id="Compatibilidade_em_Browsers">Compatibilidade em Browsers</h2> - -<p class="hidden">A tabela de compatibilidade nessa página é gerada por dados estruturados. Se você deseja contribuir com esses dados, por favor confira <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um pull request.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.toLocaleTimeString")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/tosource/index.html b/files/pt-br/web/javascript/reference/global_objects/date/tosource/index.html index 62c829b7ec..946bfa5c0f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/tosource/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/tosource/index.html @@ -40,9 +40,7 @@ Date.toSource()</pre> <p>Não faz parte de nenhum padrão.</p> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.toSource")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/tostring/index.html b/files/pt-br/web/javascript/reference/global_objects/date/tostring/index.html index f06c2ab6ca..4ad224a22d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/tostring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/tostring/index.html @@ -98,9 +98,7 @@ var myVar = x.toString(); // atribui uma string em myVar no mesmo formato que es </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.toString")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/totimestring/index.html b/files/pt-br/web/javascript/reference/global_objects/date/totimestring/index.html index 852bf9ec95..81655c9d82 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/totimestring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/totimestring/index.html @@ -57,9 +57,7 @@ console.log(d.toTimeString()); // 14:39:07 GMT-0600 (PDT) </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.toTimeString")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/toutcstring/index.html b/files/pt-br/web/javascript/reference/global_objects/date/toutcstring/index.html index 470841dc1a..201e6b3f77 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/toutcstring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/toutcstring/index.html @@ -98,9 +98,7 @@ let UTCstring = today.toUTCString(); // Wed, 14 Jun 2017 07:00:00 GMT </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.toUTCString")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/utc/index.html b/files/pt-br/web/javascript/reference/global_objects/date/utc/index.html index 4684f83afa..93c7b72907 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/utc/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/utc/index.html @@ -86,7 +86,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/UTC </tbody> </table> -<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/valueof/index.html b/files/pt-br/web/javascript/reference/global_objects/date/valueof/index.html index a4e807b027..a9370535dd 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/valueof/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/valueof/index.html @@ -55,9 +55,7 @@ var myVar = x.valueOf(); // atribui -424713600000 to myVar </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</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> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Date.valueOf")}}</p> |