From 5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b Mon Sep 17 00:00:00 2001 From: Clóvis Lima Júnior Date: Fri, 4 Jun 2021 18:38:22 -0300 Subject: 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 --- .../javascript/reference/global_objects/promise/all/index.html | 6 +----- .../reference/global_objects/promise/allsettled/index.html | 4 +--- .../javascript/reference/global_objects/promise/catch/index.html | 8 +------- .../reference/global_objects/promise/finally/index.html | 4 +--- .../javascript/reference/global_objects/promise/reject/index.html | 4 +--- .../reference/global_objects/promise/resolve/index.html | 4 +--- 6 files changed, 6 insertions(+), 24 deletions(-) (limited to 'files/pt-br/web/javascript/reference/global_objects/promise') diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/all/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/all/index.html index eec13d056a..d58d5ace0d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/all/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/all/index.html @@ -229,11 +229,7 @@ Promise.all([ -

Compatibilidade com browsers

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Promise.all")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/allsettled/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/allsettled/index.html index 770a4fd3a7..5d1815773c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/allsettled/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/allsettled/index.html @@ -47,9 +47,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/allSettled -

Compatibilidade de navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Promise.allSettled")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/catch/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/catch/index.html index a39d4576d7..64598bf7dd 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/catch/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/catch/index.html @@ -120,16 +120,10 @@ p1.then(function(value) { -

Compatibilidade dos browsers

- - - - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Promise.catch")}}

- -

Veja também