From 6e961125c89cdc8c3f644bff485254b3b4afee67 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 11:26:13 -0400 Subject: remove link 'title' attributes that's just the 'href' (pt-br, part 3) (#1843) --- files/pt-br/web/api/window/beforeunload_event/index.html | 2 +- files/pt-br/web/api/window/document/index.html | 2 +- files/pt-br/web/api/window/requestanimationframe/index.html | 4 ++-- files/pt-br/web/api/window/setimmediate/index.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'files/pt-br/web/api/window') diff --git a/files/pt-br/web/api/window/beforeunload_event/index.html b/files/pt-br/web/api/window/beforeunload_event/index.html index d8e22e6ba8..9a3ecd1758 100644 --- a/files/pt-br/web/api/window/beforeunload_event/index.html +++ b/files/pt-br/web/api/window/beforeunload_event/index.html @@ -103,5 +103,5 @@ window.addEventListener("beforeunload", function (event) {
  • {{Event("readystatechange")}}
  • {{Event("load")}}
  • {{Event("unload")}}
  • -
  • Descarregando documentos — Confirmando para descarregar o documento (em inglês)
  • +
  • Descarregando documentos — Confirmando para descarregar o documento (em inglês)
  • diff --git a/files/pt-br/web/api/window/document/index.html b/files/pt-br/web/api/window/document/index.html index e5e169968f..107d37af53 100644 --- a/files/pt-br/web/api/window/document/index.html +++ b/files/pt-br/web/api/window/document/index.html @@ -52,5 +52,5 @@ translation_of: Web/API/Window/document

    Especificação

    diff --git a/files/pt-br/web/api/window/requestanimationframe/index.html b/files/pt-br/web/api/window/requestanimationframe/index.html index 3db300182a..dc7a900d6a 100644 --- a/files/pt-br/web/api/window/requestanimationframe/index.html +++ b/files/pt-br/web/api/window/requestanimationframe/index.html @@ -100,7 +100,7 @@ window.requestAnimationFrame(step);
  • requestAnimationFrame for smart animating - Post do blog
  • Animating with javascript: from setInterval to requestAnimationFrame - Post do blog
  • Using PC Hardware more efficiently in HTML5: New Web Performance APIs, Part 1 - Post do blog
  • -
  • TestUFO: Test your web browser for requestAnimationFrame() Timing Deviations
  • -
  • Paul Irish:  requestAnimationFrame for Smart Animating
  • +
  • TestUFO: Test your web browser for requestAnimationFrame() Timing Deviations
  • +
  • Paul Irish:  requestAnimationFrame for Smart Animating
  • Paul Irish: requestAnimationFrame API: now with sub-millisecond precision
  • diff --git a/files/pt-br/web/api/window/setimmediate/index.html b/files/pt-br/web/api/window/setimmediate/index.html index 816ffce143..c46f5040d9 100644 --- a/files/pt-br/web/api/window/setimmediate/index.html +++ b/files/pt-br/web/api/window/setimmediate/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Window/setImmediate

    Esse método é usado para interromper operações de longa duração e executar uma função de retorno de chamada imediatamente após o navegador ter concluído outras operações, como eventos e atualizações de exibição.

    -
    Não se espera que este método se torne padrão, e é implementado somente por compilações recentes do Internet Explorer e Node.js 0.10+. Existem resistencias de ambos Gecko (Firefox) e Webkit (Google/Apple).
    +
    Não se espera que este método se torne padrão, e é implementado somente por compilações recentes do Internet Explorer e Node.js 0.10+. Existem resistencias de ambos Gecko (Firefox) e Webkit (Google/Apple).

    Sintaxe

    @@ -26,7 +26,7 @@ var immediateID = setImmediate(func);

    O método {{ domxref("window.clearImmediate") }} pode ser usado para limpar as ações immediate, como por exemplo {{ domxref("window.clearTimeout") }} para {{ domxref("window.setTimeout") }}.

    -

    Esse método pode ser usado ao invés de setTimeout(fn, 0), para executar operações pesadas

    +

    Esse método pode ser usado ao invés de setTimeout(fn, 0), para executar operações pesadas

    Essa função pode ser emulada de algumas maneiras:

    -- cgit v1.2.3-54-g00ecf