diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-03-23 16:06:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 16:06:05 -0400 |
commit | 9137f65e5840f2790e56e8ee4ed6fb69c870c76e (patch) | |
tree | 490641ec56055f2359513cd07f598f38f73b873c /files/pt-br | |
parent | 2fa845abfe173bc654bcccb2bb8480c8faabc6e9 (diff) | |
download | translated-content-9137f65e5840f2790e56e8ee4ed6fb69c870c76e.tar.gz translated-content-9137f65e5840f2790e56e8ee4ed6fb69c870c76e.tar.bz2 translated-content-9137f65e5840f2790e56e8ee4ed6fb69c870c76e.zip |
Remove all mentions of EmbedTest262ReportResultsTable (#301)
* Remove all mentions of EmbedTest262ReportResultsTable
Part of #297
* Removing 19 others deprecated EmbedTest KS
* Update files/zh-cn/web/javascript/reference/global_objects/bigint/index.html
* Removal of a persistent tag
Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
Diffstat (limited to 'files/pt-br')
3 files changed, 0 insertions, 18 deletions
diff --git a/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html index c1eb350cef..b8199bd193 100644 --- a/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html +++ b/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html @@ -145,12 +145,6 @@ console.log(valC); // 42 <p>{{Compat("javascript.operators.nullish_coalescing")}}</p> -<h3 id="Progresso_de_implementação">Progresso de implementação</h3> - -<p>A seguinte tabela fornece o status diário de implementação para este recurso, porque este recurso ainda não atingiu a estabilidade entre navegadores. Os dados são gerados pela execução de testes de recursos relevantes no <a href="https://github.com/tc39/test262">Test262</a>, a plataforma de testes padrão do JavaScript, em "edições noturnas", ou último release de cada motor JavaScript dos navegadores.</p> - -<div>{{EmbedTest262ReportResultsTable("coalesce-expression")}}</div> - <h2 id="Veja_também">Veja também</h2> <ul> diff --git a/files/pt-br/web/javascript/reference/operators/optional_chaining/index.html b/files/pt-br/web/javascript/reference/operators/optional_chaining/index.html index f3ed1042fa..2152ca8ae6 100644 --- a/files/pt-br/web/javascript/reference/operators/optional_chaining/index.html +++ b/files/pt-br/web/javascript/reference/operators/optional_chaining/index.html @@ -178,12 +178,6 @@ console.log(customerCity); // Cidade desconhecida</pre> <p>{{Compat("javascript.operators.optional_chaining")}}</p> </div> -<h3 id="Progresso_de_implementação">Progresso de implementação</h3> - -<p>The following table provides a daily implementation status for this feature, because this feature has not yet reached cross-browser stability. The data is generated by running the relevant feature tests in <a href="https://github.com/tc39/test262">Test262</a>, the standard test suite of JavaScript, in the nightly build, or latest release of each browser's JavaScript engine.</p> - -<div>{{EmbedTest262ReportResultsTable("optional-chaining")}}</div> - <h2 id="Veja_também">Veja também</h2> <ul> diff --git a/files/pt-br/web/javascript/reference/statements/import.meta/index.html b/files/pt-br/web/javascript/reference/statements/import.meta/index.html index 9e6a31a523..553b514f84 100644 --- a/files/pt-br/web/javascript/reference/statements/import.meta/index.html +++ b/files/pt-br/web/javascript/reference/statements/import.meta/index.html @@ -79,12 +79,6 @@ new URL(import.meta.url).searchParams.get('someURLInfo'); // 5</pre> <p>{{Compat("javascript.statements.import_meta")}}</p> -<h3 id="Progressão_de_implementação">Progressão de implementação</h3> - -<p>A tabela seguinte fornece um status de implementação diária para essa feature, porque ela ainda não alcançou a estabilidade cross-browser. Os dados são gerados por relevantes testes de feature no <a href="https://github.com/tc39/test262">Test262</a>, o padrão de teste para JavaScript, em build noturno, ou no ultimo lançamento de cada engine browser de JavaScript.</p> - -<div>{{EmbedTest262ReportResultsTable("import.meta")}}</div> - <h2 id="Veja_também">Veja também</h2> <ul> |