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 --- files/pt-br/web/api/blob/blob/index.html | 4 +--- files/pt-br/web/api/blob/index.html | 4 +--- files/pt-br/web/api/blob/size/index.html | 6 ++---- files/pt-br/web/api/blob/type/index.html | 6 ++---- 4 files changed, 6 insertions(+), 14 deletions(-) (limited to 'files/pt-br/web/api/blob') diff --git a/files/pt-br/web/api/blob/blob/index.html b/files/pt-br/web/api/blob/blob/index.html index fbb8b121c5..660668afb1 100644 --- a/files/pt-br/web/api/blob/blob/index.html +++ b/files/pt-br/web/api/blob/blob/index.html @@ -50,9 +50,7 @@ var oMyBlob = new Blob(aFileParts, {type : 'text/html'}); // the blob -

Compatibilidade com navegadores

- - +

Compatibilidade com navegadores

{{Compat("api.Blob.Blob")}}

diff --git a/files/pt-br/web/api/blob/index.html b/files/pt-br/web/api/blob/index.html index f976675a1a..5ff140b507 100644 --- a/files/pt-br/web/api/blob/index.html +++ b/files/pt-br/web/api/blob/index.html @@ -104,9 +104,7 @@ reader.readAsArrayBuffer(blob); -

Compatibilidade de Browser

- - +

Compatibilidade com navegadores

{{Compat("api.Blob")}}

diff --git a/files/pt-br/web/api/blob/size/index.html b/files/pt-br/web/api/blob/size/index.html index f73f76dca2..de2e1e6eb4 100644 --- a/files/pt-br/web/api/blob/size/index.html +++ b/files/pt-br/web/api/blob/size/index.html @@ -45,12 +45,10 @@ for (var i = 0; i < files.length; i++) { -

Compatibilidade com navegadores

+

Compatibilidade com navegadores

- - -

{{Compat("api.Blob.size")}}

+

{{Compat("api.Blob.size")}}

Veja também

diff --git a/files/pt-br/web/api/blob/type/index.html b/files/pt-br/web/api/blob/type/index.html index 789aa0c9c9..e2bc762d0f 100644 --- a/files/pt-br/web/api/blob/type/index.html +++ b/files/pt-br/web/api/blob/type/index.html @@ -53,12 +53,10 @@ for (i = 0; i < files.length; i++) { -

Compatibilidade com navegadores

+

Compatibilidade com navegadores

- - -

{{Compat("api.Blob.type")}}

+

{{Compat("api.Blob.type")}}

Veja também

-- cgit v1.2.3-54-g00ecf