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/api/blob | |
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/api/blob')
-rw-r--r-- | files/pt-br/web/api/blob/blob/index.html | 4 | ||||
-rw-r--r-- | files/pt-br/web/api/blob/index.html | 4 | ||||
-rw-r--r-- | files/pt-br/web/api/blob/size/index.html | 6 | ||||
-rw-r--r-- | files/pt-br/web/api/blob/type/index.html | 6 |
4 files changed, 6 insertions, 14 deletions
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</pre> </tbody> </table> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2> - -<div class="hidden">A tabela de compatibilidade desta página, é gerada a partir de dados estruturados. Se você quiser contribuir com mais dados, por favor vá em <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um pull request.</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.Blob.Blob")}}</p> 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);</pre> </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilidade de Browser</h2> - -<div class="hidden">Tabela de compatibilidade gerada a partir de dados estruturados. Para contribuir, confira <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos um Pull-Request.</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.Blob")}}</p> 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++) { </tbody> </table> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> - - -<p>{{Compat("api.Blob.size")}}</p> + <p>{{Compat("api.Blob.size")}}</p> </div> <h2 id="Veja_também">Veja também</h2> 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++) { </tbody> </table> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> - - -<p>{{Compat("api.Blob.type")}}</p> + <p>{{Compat("api.Blob.type")}}</p> </div> <h2 id="Veja_também">Veja também</h2> |