From 038ca04f4d551f547894b71d337b822d66c8a2b5 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 11:42:34 -0400 Subject: remove link 'title' attributes that's just the 'href' (pt-br, part 4) (#1844) --- .../pt-br/web/api/canvas_api/tutorial/basic_animations/index.html | 4 ++-- files/pt-br/web/api/canvas_api/tutorial/basic_usage/index.html | 2 +- files/pt-br/web/api/canvas_api/tutorial/drawing_text/index.html | 2 +- files/pt-br/web/api/canvas_api/tutorial/index.html | 4 ++-- files/pt-br/web/api/canvasrenderingcontext2d/index.html | 4 ++-- files/pt-br/web/api/console/index.html | 2 +- files/pt-br/web/api/console/log/index.html | 2 +- files/pt-br/web/api/element/innerhtml/index.html | 2 +- files/pt-br/web/api/event/defaultprevented/index.html | 2 +- files/pt-br/web/api/event/stoppropagation/index.html | 2 +- files/pt-br/web/api/filelist/index.html | 2 +- files/pt-br/web/api/filereader/index.html | 4 ++-- files/pt-br/web/api/htmlelement/lang/index.html | 2 +- files/pt-br/web/api/node/appendchild/index.html | 2 +- files/pt-br/web/api/node/contains/index.html | 4 ++-- files/pt-br/web/api/node/index.html | 4 ++-- files/pt-br/web/api/page_visibility_api/index.html | 4 ++-- files/pt-br/web/api/server-sent_events/index.html | 8 ++++---- files/pt-br/web/api/web_audio_api/index.html | 6 +++--- .../web/api/web_storage_api/using_the_web_storage_api/index.html | 2 +- files/pt-br/web/api/webgl_api/index.html | 2 +- .../api/webgl_api/tutorial/getting_started_with_webgl/index.html | 2 +- files/pt-br/web/api/webgl_api/tutorial/index.html | 2 +- files/pt-br/web/api/websockets_api/index.html | 4 ++-- files/pt-br/web/api/window/setimmediate/index.html | 2 +- 25 files changed, 38 insertions(+), 38 deletions(-) (limited to 'files/pt-br/web/api') diff --git a/files/pt-br/web/api/canvas_api/tutorial/basic_animations/index.html b/files/pt-br/web/api/canvas_api/tutorial/basic_animations/index.html index c0143de946..c98ebe0625 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/basic_animations/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/basic_animations/index.html @@ -304,7 +304,7 @@ function draw() {

Outros exemplos

-
Gartic
+
Gartic
Jogo de desenho para multiplayers.
Canvascape
Um jogo de aventura 3D (tiro em primeira pessoa).
@@ -316,7 +316,7 @@ function draw() {
Divirta-se com Blob.
Flying through a starfield
Voe através de estrelas, círculos ou quadrados.
-
iGrapher
+
iGrapher
Um exemplo que ilustra os dados do mercado de ações.
diff --git a/files/pt-br/web/api/canvas_api/tutorial/basic_usage/index.html b/files/pt-br/web/api/canvas_api/tutorial/basic_usage/index.html index 4f1593aa06..91daf84683 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/basic_usage/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/basic_usage/index.html @@ -61,7 +61,7 @@ original_slug: Web/Guide/HTML/Canvas_tutorial/Utilizacao_basica

O contexto de renderização

-

{{HTMLElement("canvas")}} cria uma superfície de desenho de tamanho fixo que expõe um ou mais contextos de renderização, que são usados ​​para criar e manipular o conteúdo mostrado. Vamos nos concentrar no contexto de renderização 2D. Outros contextos podem fornecer diferentes tipos de renderização; por exemplo, WebGL usa um contexto 3D ("experimental-WebGL") baseado em OpenGL ES.

+

{{HTMLElement("canvas")}} cria uma superfície de desenho de tamanho fixo que expõe um ou mais contextos de renderização, que são usados ​​para criar e manipular o conteúdo mostrado. Vamos nos concentrar no contexto de renderização 2D. Outros contextos podem fornecer diferentes tipos de renderização; por exemplo, WebGL usa um contexto 3D ("experimental-WebGL") baseado em OpenGL ES.

Incialmente o canvas é branco. Para mostrar alguma coisa, primeiro um script precisa acessar o contexto de renderização e desenhar sobre ele. O elemento {{HTMLElement("canvas")}} tem um método chamado getContext(), usado para obter o contexto de renderização e suas funções de desenho. getContext() recebe o tipo de contexto como parâmetro. Para gráficos 2D, que serão abrangidos nesse tutorial, deverá ser especificado "2d".

diff --git a/files/pt-br/web/api/canvas_api/tutorial/drawing_text/index.html b/files/pt-br/web/api/canvas_api/tutorial/drawing_text/index.html index d09cb537cb..eef5d27054 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/drawing_text/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/drawing_text/index.html @@ -83,7 +83,7 @@ original_slug: Web/Guide/HTML/Canvas_tutorial/Drawing_text

Essas propriedades podem ser similares para você, se você trabalhou com CSS antes.

-

O diagrama seguinte do WHATWG demonstra as várias baselines suportadas pela propriedade do textBaselineThe top of the em square is
+<p>O diagrama seguinte do <a class=WHATWG demonstra as várias baselines suportadas pela propriedade do textBaselineThe top of the em square is
 roughly at the top of the glyphs in a font, the hanging baseline is
 where some glyphs like आ are anchored, the middle is half-way
 between the top of the em square and the bottom of the em square,
diff --git a/files/pt-br/web/api/canvas_api/tutorial/index.html b/files/pt-br/web/api/canvas_api/tutorial/index.html
index 7d571ff002..6b5e86f7e4 100644
--- a/files/pt-br/web/api/canvas_api/tutorial/index.html
+++ b/files/pt-br/web/api/canvas_api/tutorial/index.html
@@ -46,8 +46,8 @@ original_slug: Web/Guide/HTML/Canvas_tutorial
 
 <ul>
  <li><a href=Canvas -

  • Plug-in Canvas para Adobe Illustrator
  • -
  • HTML5CanvasTutorials
  • +
  • Plug-in Canvas para Adobe Illustrator
  • +
  • HTML5CanvasTutorials
  • Nota dos contribuidores

    diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/index.html index df32a8ef34..f9f8308111 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/index.html @@ -331,7 +331,7 @@ ctx.fillRect(10, 10, 55, 50); // desenha o retângulo na posição 10, 10 com
    {{non-standard_inline}} CanvasRenderingContext2D.mozCurrentTransformInverse
    Sets or gets the current inversed transformation matrix.  {{ gecko_minversion_inline("7.0") }}
    {{non-standard_inline}} CanvasRenderingContext2D.mozFillRule
    -
    The fill rule to use. This must be one of evenodd or nonzero (default).
    +
    The fill rule to use. This must be one of evenodd or nonzero (default).
    {{non-standard_inline}} CanvasRenderingContext2D.mozImageSmoothingEnabled
    See {{domxref("CanvasRenderingContext2D.imageSmoothingEnabled")}}.
    {{non-standard_inline}} {{deprecated_inline}} CanvasRenderingContext2D.mozDash
    @@ -365,7 +365,7 @@ ctx.fillRect(10, 10, 55, 50); // desenha o retângulo na posição 10, 10 com
    {{non-standard_inline}} CanvasRenderingContext2D.msFillRule
    -
    The fill rule to use. This must be one of evenodd or nonzero (default).
    +
    The fill rule to use. This must be one of evenodd or nonzero (default).

    Especificações

    diff --git a/files/pt-br/web/api/console/index.html b/files/pt-br/web/api/console/index.html index c8d6331685..ee79abeab4 100644 --- a/files/pt-br/web/api/console/index.html +++ b/files/pt-br/web/api/console/index.html @@ -217,7 +217,7 @@ function foo() {

    See also

    diff --git a/files/pt-br/web/api/console/log/index.html b/files/pt-br/web/api/console/log/index.html index b41ed58e2d..394ef70495 100644 --- a/files/pt-br/web/api/console/log/index.html +++ b/files/pt-br/web/api/console/log/index.html @@ -114,6 +114,6 @@ console.log(msg[, subst1, ..., substN]); diff --git a/files/pt-br/web/api/element/innerhtml/index.html b/files/pt-br/web/api/element/innerhtml/index.html index 51a6b4ea7d..dc3f68ad2e 100644 --- a/files/pt-br/web/api/element/innerhtml/index.html +++ b/files/pt-br/web/api/element/innerhtml/index.html @@ -143,6 +143,6 @@ el.innerHTML = name; // exibe uma caixa de alerta diff --git a/files/pt-br/web/api/event/defaultprevented/index.html b/files/pt-br/web/api/event/defaultprevented/index.html index d0407443c7..6388ffa0c4 100644 --- a/files/pt-br/web/api/event/defaultprevented/index.html +++ b/files/pt-br/web/api/event/defaultprevented/index.html @@ -75,5 +75,5 @@ translation_of: Web/API/Event/defaultPrevented

    Especificação

    diff --git a/files/pt-br/web/api/event/stoppropagation/index.html b/files/pt-br/web/api/event/stoppropagation/index.html index 9fb6fef5c2..ed1c5276ba 100644 --- a/files/pt-br/web/api/event/stoppropagation/index.html +++ b/files/pt-br/web/api/event/stoppropagation/index.html @@ -34,7 +34,7 @@ translation_of: Web/API/Event/stopPropagation

    Notas

    -

    Veja DOM specification para a explicação do fluxo de eventos. (O DOM Level 3 Events draft possui uma ilustração.)

    +

    Veja DOM specification para a explicação do fluxo de eventos. (O DOM Level 3 Events draft possui uma ilustração.)

    preventDefault é um método de complemento que pode ser usado para previnir a ação padrão do evento que estiver acontecendo.

    diff --git a/files/pt-br/web/api/filelist/index.html b/files/pt-br/web/api/filelist/index.html index 3c5e32b6cd..d9a67b5a11 100644 --- a/files/pt-br/web/api/filelist/index.html +++ b/files/pt-br/web/api/filelist/index.html @@ -130,5 +130,5 @@ document.querySelector("#myfiles").onchange = puxarArquivos;

    Especificação

    diff --git a/files/pt-br/web/api/filereader/index.html b/files/pt-br/web/api/filereader/index.html index 772159fd36..0a955157ca 100644 --- a/files/pt-br/web/api/filereader/index.html +++ b/files/pt-br/web/api/filereader/index.html @@ -142,8 +142,8 @@ translation_of: Web/API/FileReader

    Notas de implementações

    Notas específicas para Gecko

    diff --git a/files/pt-br/web/api/htmlelement/lang/index.html b/files/pt-br/web/api/htmlelement/lang/index.html index 6f877f1e33..0986635a57 100644 --- a/files/pt-br/web/api/htmlelement/lang/index.html +++ b/files/pt-br/web/api/htmlelement/lang/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/HTMLElement/lang

    The HTMLElement.lang property gets or sets the base language of an element's attribute values and text content.

    -

    The language code returned by this property is defined in RFC 1766. Common examples include "en" for English, "ja" for Japanese, "es" for Spanish and so on. The default value of this attribute is unknown. Note that this attribute, though valid at the individual element level described here, is most often specified for the root element of the document.

    +

    The language code returned by this property is defined in RFC 1766. Common examples include "en" for English, "ja" for Japanese, "es" for Spanish and so on. The default value of this attribute is unknown. Note that this attribute, though valid at the individual element level described here, is most often specified for the root element of the document.

    This also only works with the lang attribute and not with xml:lang.

    diff --git a/files/pt-br/web/api/node/appendchild/index.html b/files/pt-br/web/api/node/appendchild/index.html index dbca22a3f2..11fde3b5ff 100644 --- a/files/pt-br/web/api/node/appendchild/index.html +++ b/files/pt-br/web/api/node/appendchild/index.html @@ -43,7 +43,7 @@ document.body.appendChild(p);

    Especificação

    Ver também

    diff --git a/files/pt-br/web/api/node/contains/index.html b/files/pt-br/web/api/node/contains/index.html index e468ac6bd3..0441a931d9 100644 --- a/files/pt-br/web/api/node/contains/index.html +++ b/files/pt-br/web/api/node/contains/index.html @@ -56,7 +56,7 @@ translation_of: Web/API/Node/contains {{CompatGeckoDesktop("9.0")}} 5.0 {{CompatVersionUnknown}} - 5.2.2 [1][2] + 5.2.2 [1][2] @@ -88,7 +88,7 @@ translation_of: Web/API/Node/contains

    Especificação

    Ver também

    diff --git a/files/pt-br/web/api/node/index.html b/files/pt-br/web/api/node/index.html index 0434bb9f34..ee6dafbd67 100644 --- a/files/pt-br/web/api/node/index.html +++ b/files/pt-br/web/api/node/index.html @@ -129,7 +129,7 @@ translation_of: Web/API/Node
    {{domxref("Node.namespaceURI")}} {{obsolete_inline}}{{readonlyInline}}
    O espaço de nomes URI desse nó, ou null se não estiver no espaço de nomes.
    -

    Nota: No Firefox 3.5 e nas versões anteriores, elementos HTML estão no espaço de nomes. Em versões posteriores, elementos HTML estão em http://www.w3.org/1999/xhtml/, nas árvores HTML e XML. {{gecko_minversion_inline("1.9.2")}}

    +

    Nota: No Firefox 3.5 e nas versões anteriores, elementos HTML estão no espaço de nomes. Em versões posteriores, elementos HTML estão em http://www.w3.org/1999/xhtml/, nas árvores HTML e XML. {{gecko_minversion_inline("1.9.2")}}

    {{domxref("Node.prefix")}} {{obsolete_inline}}{{readonlyInline}}
    @@ -299,5 +299,5 @@ onload = function () {
  • DOM Level 1 Core: Node interface
  • DOM Level 2 Core: Node interface
  • DOM Level 3 Core: Node interface
  • -
  • DOM Standard: Node Interface
  • +
  • DOM Standard: Node Interface
  • diff --git a/files/pt-br/web/api/page_visibility_api/index.html b/files/pt-br/web/api/page_visibility_api/index.html index 1fc2222ad0..296ae98dab 100644 --- a/files/pt-br/web/api/page_visibility_api/index.html +++ b/files/pt-br/web/api/page_visibility_api/index.html @@ -204,6 +204,6 @@ document.addEventListener("visibilitychange", handleVisibilityChange, false);

    Veja também

    diff --git a/files/pt-br/web/api/server-sent_events/index.html b/files/pt-br/web/api/server-sent_events/index.html index 4a7f8eb1b7..75d74958e2 100644 --- a/files/pt-br/web/api/server-sent_events/index.html +++ b/files/pt-br/web/api/server-sent_events/index.html @@ -57,7 +57,7 @@ translation_of: Web/API/Server-sent_events @@ -73,7 +73,7 @@ translation_of: Web/API/Server-sent_events

    Other resources

    diff --git a/files/pt-br/web/api/web_audio_api/index.html b/files/pt-br/web/api/web_audio_api/index.html index 67adde6a48..8e6e3323bd 100644 --- a/files/pt-br/web/api/web_audio_api/index.html +++ b/files/pt-br/web/api/web_audio_api/index.html @@ -83,7 +83,7 @@ original_slug: Web/API/API_Web_Audio
    {{domxref("ConvolverNode")}}
    The ConvolverNode interface is an {{domxref("AudioNode")}} that performs a Linear Convolution on a given AudioBuffer, often used to achieve a reverb effect.
    {{domxref("DelayNode")}}
    -
    The DelayNode interface represents a delay-line; an {{domxref("AudioNode")}} audio-processing module that causes a delay between the arrival of an input data and its propagation to the output.
    +
    The DelayNode interface represents a delay-line; an {{domxref("AudioNode")}} audio-processing module that causes a delay between the arrival of an input data and its propagation to the output.
    {{domxref("DynamicsCompressorNode")}}
    The DynamicsCompressorNode interface provides a compression effect, which lowers the volume of the loudest parts of the signal in order to help prevent clipping and distortion that can occur when multiple sounds are played and multiplexed together at once.
    {{domxref("GainNode")}}
    @@ -418,8 +418,8 @@ function voiceMute() { // toggle to mute and unmute sound
  • Voice-change-O-matic example
  • Violent Theremin example
  • Web audio spatialisation basics
  • -
  • Mixing Positional Audio and WebGL
  • -
  • Developing Game Audio with the Web Audio API
  • +
  • Mixing Positional Audio and WebGL
  • +
  • Developing Game Audio with the Web Audio API
  • Porting webkitAudioContext code to standards based AudioContext
  • Tones: a simple library for playing specific tones/notes using the Web Audio API.
  • diff --git a/files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html b/files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html index 0dbe3011b2..90db40fd34 100644 --- a/files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html +++ b/files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html @@ -255,7 +255,7 @@ imageForm.onchange = populateStorage; -

    All browsers have varying capacity levels for both localStorage and sessionStorage. Here is a detailed rundown of all the storage capacities for various browsers.

    +

    All browsers have varying capacity levels for both localStorage and sessionStorage. Here is a detailed rundown of all the storage capacities for various browsers.

    Note: since iOS 5.1, Safari Mobile stores localStorage data in the cache folder, which is subject to occasional cleanup, at the behest of the OS, typically if space is short.

    diff --git a/files/pt-br/web/api/webgl_api/index.html b/files/pt-br/web/api/webgl_api/index.html index c157e3c173..6c278440dc 100644 --- a/files/pt-br/web/api/webgl_api/index.html +++ b/files/pt-br/web/api/webgl_api/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/WebGL_API

    WebGL (Web Graphics Library) é uma API do JavaScript para renderizar gráficos 3D e 2D dentro de um navegador web compatível sem o uso de plug-ins. O WebGL faz isso introduzindo uma API que está de acordo com o OpenGL ES 2.0 e que pode ser usada em elementos do HTML5 {{HTMLElement("canvas")}}.

    -

    O suporte para WebGL está presente no Firefox 4+, Google Chrome 9+, Opera 12+, Safari 5.1+ e Internet Explorer 11+. No entanto, o dispositivo do usuário também deve ter um hardware que suporte esses recursos.

    +

    O suporte para WebGL está presente no Firefox 4+, Google Chrome 9+, Opera 12+, Safari 5.1+ e Internet Explorer 11+. No entanto, o dispositivo do usuário também deve ter um hardware que suporte esses recursos.

    O elemento {{HTMLElement("canvas")}} é também usado pelo Canvas 2D para renderizar gráficos 2D em páginas web.

    diff --git a/files/pt-br/web/api/webgl_api/tutorial/getting_started_with_webgl/index.html b/files/pt-br/web/api/webgl_api/tutorial/getting_started_with_webgl/index.html index b10000cbb4..8ddee88de2 100644 --- a/files/pt-br/web/api/webgl_api/tutorial/getting_started_with_webgl/index.html +++ b/files/pt-br/web/api/webgl_api/tutorial/getting_started_with_webgl/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL ---

    {{WebGLSidebar("Tutorial")}} {{Next("Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context")}}

    -

    WebGL permite que o contéudo web use uma API baseada em OpenGL ES 2.0 para realizar renderização 3D em um canvas HTML em browsers que o suportam sem o uso de plugins. Programas WebGL consistem em um código de controle escrito em JavaScript e códigos de efeitos especiais (shader code) que é executado na Unidade Gráfica de Processamento (GPU) de um computador. Elementos WebGL podem ser utilizados junto com outros elementos HTML e com outras partes da página ou do fundo.

    +

    WebGL permite que o contéudo web use uma API baseada em OpenGL ES 2.0 para realizar renderização 3D em um canvas HTML em browsers que o suportam sem o uso de plugins. Programas WebGL consistem em um código de controle escrito em JavaScript e códigos de efeitos especiais (shader code) que é executado na Unidade Gráfica de Processamento (GPU) de um computador. Elementos WebGL podem ser utilizados junto com outros elementos HTML e com outras partes da página ou do fundo.

    Esse artigo vai introduzir o básico sobre o uso do WebGL. Acredita-se que você já possui entendimento da matemática que envolve os gráficos 3D, e que este artigo não tem a pretensão de tentar ensinar-lhe OpenGL em si.

    diff --git a/files/pt-br/web/api/webgl_api/tutorial/index.html b/files/pt-br/web/api/webgl_api/tutorial/index.html index d69c4136cd..20527b6b78 100644 --- a/files/pt-br/web/api/webgl_api/tutorial/index.html +++ b/files/pt-br/web/api/webgl_api/tutorial/index.html @@ -8,7 +8,7 @@ translation_of: Web/API/WebGL_API/Tutorial
    {{WebGLSidebar}}
    -

    WebGL enables web content to use an API based on OpenGL ES 2.0 to perform 3D rendering in an HTML {{HTMLElement("canvas")}} in browsers that support it without the use of plug-ins. WebGL programs consist of control code written in JavaScript and special effects code(shader code) that is executed on a computer's Graphics Processing Unit (GPU). WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.

    +

    WebGL enables web content to use an API based on OpenGL ES 2.0 to perform 3D rendering in an HTML {{HTMLElement("canvas")}} in browsers that support it without the use of plug-ins. WebGL programs consist of control code written in JavaScript and special effects code(shader code) that is executed on a computer's Graphics Processing Unit (GPU). WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.

    This tutorial describes how to use the <canvas> element to draw WebGL graphics, starting with the basics. The examples provided should give you some clear ideas what you can do with WebGL and will provide code snippets that may get you started in building your own content.

    diff --git a/files/pt-br/web/api/websockets_api/index.html b/files/pt-br/web/api/websockets_api/index.html index d2c6d2465d..bda80e154f 100644 --- a/files/pt-br/web/api/websockets_api/index.html +++ b/files/pt-br/web/api/websockets_api/index.html @@ -30,8 +30,8 @@ original_slug: WebSockets

    Ferramentas

    diff --git a/files/pt-br/web/api/window/setimmediate/index.html b/files/pt-br/web/api/window/setimmediate/index.html index c46f5040d9..c5730986c0 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

    -- cgit v1.2.3-54-g00ecf