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/object | |
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/object')
14 files changed, 20 insertions, 42 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/object/__lookupgetter__/index.html b/files/pt-br/web/javascript/reference/global_objects/object/__lookupgetter__/index.html index c9f2d29fcd..86e257439f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/__lookupgetter__/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/__lookupgetter__/index.html @@ -64,12 +64,10 @@ Object.getOwnPropertyDescriptor(obj, "foo").get; </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> -<div class="hidden">A tabela de compatibilidade nessa página é gerado de data estruturada. Se você gostaria de contribuir para a data, por favor confira <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie para nós uma solicitação.</div> - -<p>{{Compat("javascript.builtins.Object.lookupGetter")}}</p> + <p>{{Compat("javascript.builtins.Object.lookupGetter")}}</p> </div> <h2 id="Ver_também">Ver também</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/assign/index.html b/files/pt-br/web/javascript/reference/global_objects/object/assign/index.html index 87d62130d2..04e7f1f969 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/assign/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/assign/index.html @@ -207,11 +207,7 @@ console.log(copy); </tbody> </table> -<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2> - -<div class="hidden"> -<p>The compatibility table on 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> -</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Object.assign")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/defineproperty/index.html b/files/pt-br/web/javascript/reference/global_objects/object/defineproperty/index.html index 25ad45b438..587ce03721 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/defineproperty/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/defineproperty/index.html @@ -429,11 +429,7 @@ console.log(myclass.prototype.y); // 1</code> </tbody> </table> -<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2> - -<div class="hidden"> -<p>A tabela de compatibilidade nesta página é gerada à partir de dados estruturados. Se você quiser contribuir, consulte <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos mande uma requisição de pull.</p> -</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Object.defineProperty")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/entries/index.html b/files/pt-br/web/javascript/reference/global_objects/object/entries/index.html index 1f40f3b693..3f637e6d3b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/entries/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/entries/index.html @@ -94,7 +94,7 @@ console.log(map); // Map { foo: "bar", baz: 42 }</pre> </tbody> </table> -<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Object.entries")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html b/files/pt-br/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html index b12a764811..e0d241cdf2 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html @@ -87,12 +87,10 @@ subclass.prototype = Object.create( </tbody> </table> -<h2 id="Compatibiliadde_de_navegadores">Compatibiliadde de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> -<div class="hidden">A tablea de compatibilidade dessa página é gerada de dados estruturados. Se você gostaria de contribuir com os dados, por favor dê uma olhada em <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e <span class="text">mande-nos</span> uma pull request.</div> - -<p>{{Compat("javascript.builtins.Object.getOwnPropertyDescriptors")}}</p> + <p>{{Compat("javascript.builtins.Object.getOwnPropertyDescriptors")}}</p> </div> <h2 id="Veja_também">Veja também</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html b/files/pt-br/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html index 319253b313..fb8479ea6d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html @@ -63,12 +63,10 @@ console.log(objectSymbols[0]); // retorno esperado Symbol(a) </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> -<div class="hidden">A tablea de compatibilidade dessa página é gerada de dados estruturados. Se você gostaria de contribuir com os dados, por favor dê uma olhada em <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e <span class="text">mande-nos</span> uma pull request.</div> - -<p>{{Compat("javascript.builtins.Object.getOwnPropertySymbols")}}</p> + <p>{{Compat("javascript.builtins.Object.getOwnPropertySymbols")}}</p> </div> <h2 id="Veja_também">Veja também</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/getprototypeof/index.html b/files/pt-br/web/javascript/reference/global_objects/object/getprototypeof/index.html index a1e3bf1910..4d8ccc04b8 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/getprototypeof/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/getprototypeof/index.html @@ -57,7 +57,7 @@ Object.getPrototypeOf("foo"); </tbody> </table> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/isprototypeof/index.html b/files/pt-br/web/javascript/reference/global_objects/object/isprototypeof/index.html index 07ff5404a3..960189ac72 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/isprototypeof/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/isprototypeof/index.html @@ -104,12 +104,10 @@ console.log(Object.prototype.isPrototypeOf(baz)); // true </tbody> </table> -<h2 id="Compatibilidade_com_o_Browser">Compatibilidade com o Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> -<div class="hidden">A tabela de compatibilidade desta página é gerada através de dados estruturados. Se você gostaria de contribuir, por favor veja <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos mande um <em>pull request</em>.</div> - -<p>{{Compat("javascript.builtins.Object.isPrototypeOf")}}</p> + <p>{{Compat("javascript.builtins.Object.isPrototypeOf")}}</p> </div> <h2 id="Veja_também">Veja também</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/issealed/index.html b/files/pt-br/web/javascript/reference/global_objects/object/issealed/index.html index 67f42f78bc..9e395a4f5d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/issealed/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/issealed/index.html @@ -115,12 +115,10 @@ Object.isSealed(1); </tbody> </table> -<h2 id="Compatibilidade_com_Navegadores">Compatibilidade com Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> -<div class="hidden">A tabela de compatibilidade nesta página é gerado a partir de dados estruturados. Se deseja contribuir com os dados, por favor clone o repositório <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos um <em>pull request</em>.</div> - -<p>{{Compat("javascript.builtins.Object.isSealed")}}</p> + <p>{{Compat("javascript.builtins.Object.isSealed")}}</p> </div> <h2 id="Veja_também">Veja também</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/preventextensions/index.html b/files/pt-br/web/javascript/reference/global_objects/object/preventextensions/index.html index 35446ed876..fbdf1b6c6b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/preventextensions/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/preventextensions/index.html @@ -111,7 +111,7 @@ Object.preventExtensions(1); </tbody> </table> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/propertyisenumerable/index.html b/files/pt-br/web/javascript/reference/global_objects/object/propertyisenumerable/index.html index a68117bc0c..b337040a66 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/propertyisenumerable/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/propertyisenumerable/index.html @@ -110,7 +110,7 @@ o.propertyIsEnumerable('firstMethod'); // returns false </tbody> </table> -<h2 id="Compatibilidade_com_Navegadores">Compatibilidade com Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/tosource/index.html b/files/pt-br/web/javascript/reference/global_objects/object/tosource/index.html index e0a8edcaa5..5e13a8eb4d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/tosource/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/tosource/index.html @@ -121,12 +121,10 @@ theDog = new Dog('Gabby', 'Lab', 'chocolate', 'female'); <p>Não faz parte de nenhum padrão.</p> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> -<div class="hidden">A tabela de compatibilidade nessa página é gerada de dados estruturados. Se você quiser contribuir a esses dados, por favor cheque <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data </a>e nos mande um pull request.</div> - -<p>{{Compat("javascript.builtins.Object.toSource")}}</p> + <p>{{Compat("javascript.builtins.Object.toSource")}}</p> </div> <h2 id="Veja_também">Veja também</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/valueof/index.html b/files/pt-br/web/javascript/reference/global_objects/object/valueof/index.html index a78642c377..d525a2b525 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/valueof/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/valueof/index.html @@ -96,9 +96,7 @@ myObj + 3; // 7 <h2 id="Compatibilidade_do_browser">Compatibilidade do browser</h2> <div> -<div class="hidden">A tabela de compatibilidade nessa página é gerada à partidad de dados estruturados. Se você quiser contribuir para os dados, por favor, vá até <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie o pull request.</div> - -<p>{{Compat("javascript.builtins.Object.valueOf")}}</p> + <p>{{Compat("javascript.builtins.Object.valueOf")}}</p> </div> <h2 id="Veja_também">Veja também</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/values/index.html b/files/pt-br/web/javascript/reference/global_objects/object/values/index.html index a95e01a704..3d4a787e4a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/values/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/values/index.html @@ -69,7 +69,7 @@ console.log(Object.values("foo")); // ['f', 'o', 'o'] </tbody> </table> -<h2 id="Compatibilidade_com_Navegadores">Compatibilidade com Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com Navegadores</h2> <div>{{CompatibilityTable}}</div> |