From 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 Mon Sep 17 00:00:00 2001 From: Clóvis Lima Júnior Date: Sat, 17 Jul 2021 00:14:43 -0300 Subject: [pt-BR] Normalize titles and ids from the Browser_compatibility (#1115) * [pt-BR] Normalize titles and ids from the Browser_compatibility This change was done to maintaina pattern and ease-in future modifications * pt-br: Remove extra closing span tags --- .../web/javascript/reference/global_objects/date/getdate/index.html | 2 +- .../web/javascript/reference/global_objects/date/getday/index.html | 2 +- .../web/javascript/reference/global_objects/date/getfullyear/index.html | 2 +- .../web/javascript/reference/global_objects/date/gethours/index.html | 2 +- .../javascript/reference/global_objects/date/getmilliseconds/index.html | 2 +- .../web/javascript/reference/global_objects/date/getminutes/index.html | 2 +- .../web/javascript/reference/global_objects/date/getmonth/index.html | 2 +- .../web/javascript/reference/global_objects/date/getseconds/index.html | 2 +- .../web/javascript/reference/global_objects/date/gettime/index.html | 2 +- .../web/javascript/reference/global_objects/date/getutcdate/index.html | 2 +- .../web/javascript/reference/global_objects/date/getutcday/index.html | 2 +- .../web/javascript/reference/global_objects/date/getyear/index.html | 2 +- files/pt-br/web/javascript/reference/global_objects/date/index.html | 2 +- files/pt-br/web/javascript/reference/global_objects/date/now/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/date/parse/index.html | 2 +- .../reference/global_objects/date/tolocaledatestring/index.html | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'files/pt-br/web/javascript/reference/global_objects/date') diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html index 0e4244c42d..78d00b647c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html @@ -66,7 +66,7 @@ console.log(day); // 25 -

Compatibilidade com browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getday/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getday/index.html index 594f2aa427..7999c92f40 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getday/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getday/index.html @@ -66,7 +66,7 @@ console.log(weekday); // 1 -

Compatibilidade com browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html index 140fca67d4..406e588699 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html @@ -66,7 +66,7 @@ var year = today.getFullYear(); -

Compatibilidade com browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html b/files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html index 49c79ae5ae..141515db1f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html @@ -66,7 +66,7 @@ console.log(hours); // 23 -

Compatibilidade com browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html index 4bbd37b571..9e431e64f2 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html @@ -57,7 +57,7 @@ var milliseconds = today.getMilliseconds(); -

Compatibilidade de browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html index c053d864c4..cf375643da 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html @@ -61,7 +61,7 @@ console.log(minutes); // 15 -

Compatibilidade de browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html index 9685a3a383..558fab467f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html @@ -60,7 +60,7 @@ console.log(month); // 11 -

Compatibilidade de Browser

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html index 4d4aa2b8c2..d1dc1867ae 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html @@ -61,7 +61,7 @@ console.log(seconds); // 30 -

Compatibilidade de browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html b/files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html index 15bf8855fb..a07479a94c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html @@ -76,7 +76,7 @@ console.log('Operation took ' + (end.getTime() - start.getTime()) + ' msec'); -

Compatibilidade de browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html index 8b370ec07d..507416bbe9 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html @@ -57,7 +57,7 @@ var day = today.getUTCDate(); -

Compatibilidade de browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html index d7eb82b8b4..1630378c19 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html @@ -56,7 +56,7 @@ var diaDaSemana = hoje.getUTCDay(); -

Compatibilidade dos navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html index 47ece39f41..deb0f52419 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html @@ -108,7 +108,7 @@ var year = Xmas.getYear(); // returns 95 -

Compatibilidade com browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/index.html b/files/pt-br/web/javascript/reference/global_objects/date/index.html index b83fe9a4fd..98c18ca05a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/index.html @@ -214,7 +214,7 @@ retornoDaSuaFuncao = imprimirTempoDecorrido(suaFuncao); -

Compatibilidade dos navegadores

+

Compatibilidade com navegadores

{{ CompatibilityTable() }}

diff --git a/files/pt-br/web/javascript/reference/global_objects/date/now/index.html b/files/pt-br/web/javascript/reference/global_objects/date/now/index.html index 2eef32c0b7..9d065ccf3a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/now/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/now/index.html @@ -64,7 +64,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/now -

Compatibilidade de Browser

+

Compatibilidade com navegadores

Baseado em Kangax's compat table.

diff --git a/files/pt-br/web/javascript/reference/global_objects/date/parse/index.html b/files/pt-br/web/javascript/reference/global_objects/date/parse/index.html index ccba92e923..d84f0377e9 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/parse/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/parse/index.html @@ -138,7 +138,7 @@ Date.parse('foo-bar 2014'); -

Browser compatibility

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html b/files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html index 410807cb37..504dba979e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html @@ -158,7 +158,7 @@ console.log(date.toLocaleDateString('en-US', options)); -

Compatibilidade com o navegador

+

Compatibilidade com navegadores

{{CompatibilityTable}}
-- cgit v1.2.3-54-g00ecf