From 6e9fe98036090a37cc6247b873845505e5b512fb Mon Sep 17 00:00:00 2001 From: Tanner Dolby Date: Tue, 22 Feb 2022 01:49:36 -0800 Subject: Removes empty
or

elements from pages (#3093) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removes all empty paragraph elements * Removes all empty div elements * Preserve empty div in code snippet * Preserve empty elements inside code snippets * Remove fr files which were converted into markdown * Web/CSS/transform-function/scaleX()/index.html The file is already renamed to index.md。 * remove not needed file * Resolve remaining conflict Co-authored-by: julieng Co-authored-by: Masahiro FUJIMOTO --- files/pt-br/learn/forms/basic_native_form_controls/index.html | 2 +- files/pt-br/learn/javascript/asynchronous/introducing/index.html | 2 +- files/pt-br/learn/server-side/django/sessions/index.html | 2 +- files/pt-br/web/api/canvasrenderingcontext2d/index.html | 2 +- files/pt-br/web/api/document/characterset/index.html | 2 +- files/pt-br/web/api/document/documenturi/index.html | 2 +- files/pt-br/web/api/document/index.html | 2 +- files/pt-br/web/api/htmlinputelement/index.html | 2 +- files/pt-br/web/api/node/textcontent/index.html | 2 +- files/pt-br/web/css/_colon_active/index.html | 2 +- files/pt-br/web/css/position/index.html | 2 +- files/pt-br/web/css/pseudo-elements/index.html | 2 +- files/pt-br/web/html/element/audio/index.html | 2 +- files/pt-br/web/html/element/figcaption/index.html | 4 ++-- files/pt-br/web/html/element/p/index.html | 2 +- files/pt-br/web/http/headers/content-disposition/index.html | 2 +- files/pt-br/web/http/headers/index.html | 2 +- files/pt-br/web/http/status/504/index.html | 2 +- files/pt-br/web/javascript/guide/regular_expressions/index.html | 2 +- files/pt-br/web/javascript/reference/classes/constructor/index.html | 4 ++-- .../javascript/reference/global_objects/array/findindex/index.html | 2 +- files/pt-br/web/javascript/reference/global_objects/index.html | 2 +- .../web/javascript/reference/global_objects/math/random/index.html | 2 +- .../javascript/reference/global_objects/number/toprecision/index.html | 2 +- .../reference/global_objects/object/defineproperty/index.html | 2 +- .../javascript/reference/global_objects/regexp/ignorecase/index.html | 2 +- .../javascript/reference/global_objects/string/endswith/index.html | 2 +- .../web/javascript/reference/global_objects/string/trim/index.html | 2 +- .../pt-br/web/javascript/reference/operators/spread_syntax/index.html | 2 +- files/pt-br/web/javascript/reference/statements/do...while/index.html | 2 +- .../web/javascript/reference/statements/function_star_/index.html | 2 +- files/pt-br/web/svg/attribute/fill/index.html | 2 +- 32 files changed, 34 insertions(+), 34 deletions(-) (limited to 'files/pt-br') diff --git a/files/pt-br/learn/forms/basic_native_form_controls/index.html b/files/pt-br/learn/forms/basic_native_form_controls/index.html index e3940bb427..24e0b92bc1 100644 --- a/files/pt-br/learn/forms/basic_native_form_controls/index.html +++ b/files/pt-br/learn/forms/basic_native_form_controls/index.html @@ -313,7 +313,7 @@ original_slug: Web/Guide/HTML/Forms/Os_widgets_nativos

Screenshots of datalist on several platforms.
-
+

Datalist support and fallbacks

diff --git a/files/pt-br/learn/javascript/asynchronous/introducing/index.html b/files/pt-br/learn/javascript/asynchronous/introducing/index.html index b37b28faf4..cfddb27595 100644 --- a/files/pt-br/learn/javascript/asynchronous/introducing/index.html +++ b/files/pt-br/learn/javascript/asynchronous/introducing/index.html @@ -10,7 +10,7 @@ original_slug: Learn/JavaScript/Asynchronous/Introdução
Neste artigo nós recapitulamos brevemente os problemas que são associados com o JavaScript síncrono, e dar  uma primeira olhada em algumas das diferentes técnicas assíncronas que você vai encontrar, mostrando como elas podem nos ajudar a resolver tais problemas.
-
+ diff --git a/files/pt-br/learn/server-side/django/sessions/index.html b/files/pt-br/learn/server-side/django/sessions/index.html index f631b77795..ab5eefa1ff 100644 --- a/files/pt-br/learn/server-side/django/sessions/index.html +++ b/files/pt-br/learn/server-side/django/sessions/index.html @@ -23,7 +23,7 @@ original_slug: Learn/Server-side/Django/Sessões
Esse tutorial estende nosso site LocalLibrary, adicionando um contador de visitas baseado em sessões à página inicial. Esse é um exemplo relativamente simples, mas, capaz de mostrar como você pode usar a estrutura de sessão do framework para providenciar um comportamento persistente para usuários anônimos em seu próprio site.
-
+
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/index.html index f9f8308111..8997910a42 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/index.html @@ -16,7 +16,7 @@ translation_of: Web/API/CanvasRenderingContext2D
A interface Canvas Renderização de Contexto de duas Dimensões ( CanvasRenderingContext2D) é usada para desenhar retangulos, textos, imagens e outros objetos na tag ou elemento canvas. Fornece o contexto de renderização em 2D para a superfície de desenho do elemento  {{ HTMLElement("canvas") }}.
-
+

Para obter um objeto desta interface, chama-se  {{domxref("HTMLCanvasElement.getContext()", "getContext()")}} em um elemento <canvas>, adicionando "2d" como argumento, veja o exemplo abaixo:

diff --git a/files/pt-br/web/api/document/characterset/index.html b/files/pt-br/web/api/document/characterset/index.html index fe98c9534a..edc2728ee5 100644 --- a/files/pt-br/web/api/document/characterset/index.html +++ b/files/pt-br/web/api/document/characterset/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/Document/characterSet
A propriedade somente leitura Document.characterSet retorna a character encoding(codificação de caracteres) do documento com o qual ele é renderizado atualmente. (Uma codificação de caracteres é um conjunto de caracteres e como interpretar bytes nesses caracteres.)
-
+

Um “character set”(conjunto de caracteres) e “character encoding”(codificação de caracteres) estão relacionados, mas diferentes. Apesar do nome dessa propriedade, ela retorna a codificação.

diff --git a/files/pt-br/web/api/document/documenturi/index.html b/files/pt-br/web/api/document/documenturi/index.html index aca717d385..5110cd5dcb 100644 --- a/files/pt-br/web/api/document/documenturi/index.html +++ b/files/pt-br/web/api/document/documenturi/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Document/documentURI
A propiedade documentURI da interface {{domxref("Document")}} retorna uma string com a localização de um documento.
-
+
Na definição original DOM3 documentURI é um atributo de leitura/escrita.No padrão mais recente DOM4 é somente de leitura.
diff --git a/files/pt-br/web/api/document/index.html b/files/pt-br/web/api/document/index.html index 7d5a3e027c..a19a0027f9 100644 --- a/files/pt-br/web/api/document/index.html +++ b/files/pt-br/web/api/document/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/Document ---
{{ ApiRef("DOM") }}
-
+

Para cada página carregada no browser, existe um objeto Document. A interface Document serve como um ponto de entrada para o conteúdo da Página ( a árvore DOM, incluindo elementos como {{HTMLElement("body")}} e {{HTMLElement("table")}}) e provê funcionalidades globais ao documento (como obter a URL da página e criar novos elementos no documento).

diff --git a/files/pt-br/web/api/htmlinputelement/index.html b/files/pt-br/web/api/htmlinputelement/index.html index 2537ee7395..abd524a2fa 100644 --- a/files/pt-br/web/api/htmlinputelement/index.html +++ b/files/pt-br/web/api/htmlinputelement/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/HTMLInputElement ---
{{ APIRef("HTML DOM") }}
-
+

A interface HTMLInputElement fornece propriedades e métodos especiais (além da interface regular {{domxref ("HTMLElement")}}) que também tem disponível por herança) para manipular o layout e a apresentação dos elementos de entrada.

diff --git a/files/pt-br/web/api/node/textcontent/index.html b/files/pt-br/web/api/node/textcontent/index.html index c84028f6d7..9979eb91d1 100644 --- a/files/pt-br/web/api/node/textcontent/index.html +++ b/files/pt-br/web/api/node/textcontent/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/Node/textContent ---
{{APIRef("DOM")}}
-
+

A propriedade textContent da interface {{domxref("Node")}} representa o conteúdo de texto de um nó e dos seus descendentes.

diff --git a/files/pt-br/web/css/_colon_active/index.html b/files/pt-br/web/css/_colon_active/index.html index 549b08af16..3fe77e9373 100644 --- a/files/pt-br/web/css/_colon_active/index.html +++ b/files/pt-br/web/css/_colon_active/index.html @@ -5,7 +5,7 @@ translation_of: 'Web/CSS/:active' ---
{{CSSRef}}
-
+
A pseudo-classe css <strong> :active </strong>
diff --git a/files/pt-br/web/css/position/index.html b/files/pt-br/web/css/position/index.html index 50681fafd7..f0c303255e 100644 --- a/files/pt-br/web/css/position/index.html +++ b/files/pt-br/web/css/position/index.html @@ -7,7 +7,7 @@ translation_of: Web/CSS/position
A propriedade position, encontrada no CSS, define como um elemento pode ser posicionado (renderizado) no documento (página). Essa propriedade (position) pode ser acompanhada de outras, tais como, {{Cssxref("top")}}, {{Cssxref("right")}}, {{Cssxref("bottom")}}, and {{Cssxref("left")}}, que determinam como ficará a localização final do objeto, permitindo seu deslocamento, como será apresentado adiante.
-
+
{{EmbedInteractiveExample("pages/css/position.html")}}
diff --git a/files/pt-br/web/css/pseudo-elements/index.html b/files/pt-br/web/css/pseudo-elements/index.html index 4892001aa6..575acc4e51 100644 --- a/files/pt-br/web/css/pseudo-elements/index.html +++ b/files/pt-br/web/css/pseudo-elements/index.html @@ -14,7 +14,7 @@ original_slug: Web/CSS/Pseudo-elementos
Um pseudo-elemento CSS é uma palavra-chave adicionada a um seletor que permite que você estilize uma parte específica do elemento selecionado. Por exemplo, o pseudo-elemento {{CSSxRef("::first-line")}} aplica o estilo apenas na primeira linha de um parágrafo.
-
+
/* A primeira linha de todo elemento <p>. */
 p::first-line {
diff --git a/files/pt-br/web/html/element/audio/index.html b/files/pt-br/web/html/element/audio/index.html
index da2382e5cc..bfde983505 100644
--- a/files/pt-br/web/html/element/audio/index.html
+++ b/files/pt-br/web/html/element/audio/index.html
@@ -298,4 +298,4 @@ translation_of: Web/HTML/Element/audio
  
  • The audio element (Especificação HTML5)
  • -

    + diff --git a/files/pt-br/web/html/element/figcaption/index.html b/files/pt-br/web/html/element/figcaption/index.html index 5f2e528839..705da31a5e 100644 --- a/files/pt-br/web/html/element/figcaption/index.html +++ b/files/pt-br/web/html/element/figcaption/index.html @@ -12,11 +12,11 @@ translation_of: Web/HTML/Element/figcaption

     

    -
    +
    {{EmbedInteractiveExample("pages/tabbed/figcaption.html","tabbed-shorter")}}
    -
    + diff --git a/files/pt-br/web/html/element/p/index.html b/files/pt-br/web/html/element/p/index.html index 77edd55d5a..446fca5f64 100644 --- a/files/pt-br/web/html/element/p/index.html +++ b/files/pt-br/web/html/element/p/index.html @@ -136,7 +136,7 @@ p.caldeirao + p.caldeirao::before {

    Compatibilidade com navegadores

    -
    +
    {{Compat("html.elements.p")}}
    diff --git a/files/pt-br/web/http/headers/content-disposition/index.html b/files/pt-br/web/http/headers/content-disposition/index.html index 3f48c2c3f9..ac69826256 100644 --- a/files/pt-br/web/http/headers/content-disposition/index.html +++ b/files/pt-br/web/http/headers/content-disposition/index.html @@ -14,7 +14,7 @@ translation_of: Web/HTTP/Headers/Content-Disposition
    Em uma resposta HTTP normal, o cabeçalho de resposta Content-Disposition indica se o conteúdo é esperado a ser exibido inline no navegador, isso significa, como uma página Web ou parte de uma, ou como um anexo, que é baixado e salvo localmente.
    -
    +

    Em um corpo multipart/form-data, o cabeçalho geral HTTP Content-Disposition é um cabeçalho que pode ser utilizado em uma subparte de um corpo multipartes para dar informações sobre o campo a que ele se aplica. A subparte é delimitada pelo limite definido no cabeçalho {{HTTPHeader("Content-Type")}}. Usado no corpo em si, Content-Disposition não tem efeito.

    diff --git a/files/pt-br/web/http/headers/index.html b/files/pt-br/web/http/headers/index.html index 996ace6cf4..126ffcfd7d 100644 --- a/files/pt-br/web/http/headers/index.html +++ b/files/pt-br/web/http/headers/index.html @@ -17,7 +17,7 @@ translation_of: Web/HTTP/Headers
    Os cabeçalhos HTTP permitem que o cliente e o servidor passem informações adicionais com a solicitação ou a resposta HTTP. Um cabeçalho de solicitação é composto por seu nome case-insensitive (não diferencia letras maiúsculas e minúsculas), seguido por dois pontos ':' e pelo seu valor (sem quebras de linha).  Espaços em branco antes do valor serão ignorados.
    -
    +

    Cabeçalhos proprietários personalizados podem ser adicionados usando o prefixo 'X-', mas essa convenção foi descontinuada em Junho de 2012, devido aos inconvenientes que causou quando os campos não-padronizados tornaram-se padronizados na RFC 6648; outros estão listados em um registro IANA, cujo o conteúdo original foi definido na RFC 4229. O IANA também mantém o registro das propostas de novas mensagens de cabeçalhos HTTP.

    diff --git a/files/pt-br/web/http/status/504/index.html b/files/pt-br/web/http/status/504/index.html index 3c053f6812..a43a6d7dd2 100644 --- a/files/pt-br/web/http/status/504/index.html +++ b/files/pt-br/web/http/status/504/index.html @@ -5,7 +5,7 @@ translation_of: Web/HTTP/Status/504 ---
    {{HTTPSidebar}}
    -
    +

    O código de resposta de erro HTTP 504 Gateway Timeout indica que o servidor, enquanto atuando como gateway ou proxy, não conseguiu responder em tempo.

    diff --git a/files/pt-br/web/javascript/guide/regular_expressions/index.html b/files/pt-br/web/javascript/guide/regular_expressions/index.html index 210d917d50..c685e9c6ca 100644 --- a/files/pt-br/web/javascript/guide/regular_expressions/index.html +++ b/files/pt-br/web/javascript/guide/regular_expressions/index.html @@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Guide/Regular_Expressions ---

    {{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Text_formatting", "Web/JavaScript/Guide/Indexed_collections")}}

    -
    +

    Expressões regulares são padrões utilizados para selecionar combinações de caracteres em uma string. Em JavaScript, expressões regulares também são objetos. Elas podem ser utilizadas com os métodos exec e test do objeto RegExp, e com os métodos match, replace, search, e split do objeto String. Este capítulo descreve o uso de expressões regulares em JavaScript.

    diff --git a/files/pt-br/web/javascript/reference/classes/constructor/index.html b/files/pt-br/web/javascript/reference/classes/constructor/index.html index df9eb7f023..cdf1293935 100644 --- a/files/pt-br/web/javascript/reference/classes/constructor/index.html +++ b/files/pt-br/web/javascript/reference/classes/constructor/index.html @@ -11,9 +11,9 @@ translation_of: Web/JavaScript/Reference/Classes/constructor ---
    O construtor é um método especial para criar e inicializar um objeto criado a partir de uma classe.
    -
    -
    + +

    Sintaxe

    diff --git a/files/pt-br/web/javascript/reference/global_objects/array/findindex/index.html b/files/pt-br/web/javascript/reference/global_objects/array/findindex/index.html index b4af428f99..b6935ca2af 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/findindex/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/findindex/index.html @@ -117,7 +117,7 @@ console.log([4, 6, 7, 12].findIndex(isPrime)); // 2
    {{Compat("javascript.builtins.Array.findIndex")}}
    -
    +
    Veja também
    diff --git a/files/pt-br/web/javascript/reference/global_objects/index.html b/files/pt-br/web/javascript/reference/global_objects/index.html index cd7eb82608..21ab2869ff 100644 --- a/files/pt-br/web/javascript/reference/global_objects/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/index.html @@ -7,7 +7,7 @@ tags: - TopicStub translation_of: Web/JavaScript/Reference/Global_Objects --- -

    +
    {{jsSidebar("Objects")}}
    diff --git a/files/pt-br/web/javascript/reference/global_objects/math/random/index.html b/files/pt-br/web/javascript/reference/global_objects/math/random/index.html index 018628db0e..cf0bec1709 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/random/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/random/index.html @@ -54,7 +54,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/random return Math.floor(Math.random() * (max - min)) + min; }
    -

    +

    Pode ser tentandor usar Math.round() para arredondar min e max, mas dessa maneira a aleatoriedade dos números seguiria uma distribuição não-uniforme, que talvez não seja o que você precisa.

    diff --git a/files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html b/files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html index d498fd84a8..47e8eba950 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html @@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/toPrecision ---
    {{JSRef}}
    -
    +

    O método toPrecision() retorna uma string que representa o valor do objeto {{jsxref("Number")}} com uma precisão específica.

    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 4ac45fb597..3b4f0b8418 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 @@ -10,7 +10,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Object/defineProperty ---
    {{JSRef}}
    -
    +

    O método Object.defineProperty() define uma nova propriedade diretamente em um objeto, ou modifica uma propriedade já existente em um objeto, e retorna o objeto.

    diff --git a/files/pt-br/web/javascript/reference/global_objects/regexp/ignorecase/index.html b/files/pt-br/web/javascript/reference/global_objects/regexp/ignorecase/index.html index b54e70bf99..7891af569d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/regexp/ignorecase/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/regexp/ignorecase/index.html @@ -15,7 +15,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/RegExp/ignoreCase
    regular. 
    -
    +

    {{EmbedInteractiveExample("pages/js/regexp-prototype-ignorecase.html")}}

    diff --git a/files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html b/files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html index 215edd139a..af3a662883 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html @@ -12,7 +12,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/endsWith ---
    {{JSRef}}
    -
    +

    O método endsWith() indica se uma string termina com determinados caracteres, retornando true ou false.

    diff --git a/files/pt-br/web/javascript/reference/global_objects/string/trim/index.html b/files/pt-br/web/javascript/reference/global_objects/string/trim/index.html index 285cd76427..80d9bf7d8a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/trim/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/trim/index.html @@ -16,7 +16,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/Trim
    O método trim() remove os espaços em branco (whitespaces) do início e/ou fim de um texto. É considerado espaço em branco (espaço, tabulação, espaço fixo/rígido, etc.) e todo sinal de fim de linha de texto (LF, CR, etc.).
    -
    +

    Sintaxe

    diff --git a/files/pt-br/web/javascript/reference/operators/spread_syntax/index.html b/files/pt-br/web/javascript/reference/operators/spread_syntax/index.html index dae68ed262..9485c58ff4 100644 --- a/files/pt-br/web/javascript/reference/operators/spread_syntax/index.html +++ b/files/pt-br/web/javascript/reference/operators/spread_syntax/index.html @@ -11,7 +11,7 @@ translation_of: Web/JavaScript/Reference/Operators/Spread_syntax
    Sintaxe de Espalhamento (Spread syntax) permite que um objeto iterável, como uma expressão de array ou uma string seja expandido para ser usado onde zero ou mais argumentos (para chamadas de funções) ou elementos (para arrays literais) são esperados, ou que um objeto seja expandido onde zero ou mais pares propriedade:valor (para objetos literais) são esperados.
    -
    +
    {{EmbedInteractiveExample("pages/js/expressions-spreadsyntax.html")}}
    diff --git a/files/pt-br/web/javascript/reference/statements/do...while/index.html b/files/pt-br/web/javascript/reference/statements/do...while/index.html index 7e720a3331..8e999a2e4e 100644 --- a/files/pt-br/web/javascript/reference/statements/do...while/index.html +++ b/files/pt-br/web/javascript/reference/statements/do...while/index.html @@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Reference/Statements/do...while ---
    {{jsSidebar("Statements")}}
    -
    +
    A declaração do...while cria um laço que executa uma declaração até que o teste da condição for falsa (false). A condição é avaliada depois que o bloco de código é executado, resultando que uma declaração seja executada pelo menos uma vez.
    diff --git a/files/pt-br/web/javascript/reference/statements/function_star_/index.html b/files/pt-br/web/javascript/reference/statements/function_star_/index.html index 007f2d06bc..8fe1d2e2b5 100644 --- a/files/pt-br/web/javascript/reference/statements/function_star_/index.html +++ b/files/pt-br/web/javascript/reference/statements/function_star_/index.html @@ -166,7 +166,7 @@ console.log(bar.next()); // {value: 10, done: false}

    Compatibilidade com navegadores

    -
    +
    {{Compat("javascript.statements.generator_function")}}
    diff --git a/files/pt-br/web/svg/attribute/fill/index.html b/files/pt-br/web/svg/attribute/fill/index.html index e395e72e46..e5002c3000 100644 --- a/files/pt-br/web/svg/attribute/fill/index.html +++ b/files/pt-br/web/svg/attribute/fill/index.html @@ -10,7 +10,7 @@ translation_of: Web/SVG/Attribute/fill
    O atributo fill pode ter duas diferentes interpretações. Para formas e textos, é definido como um atributo de apresentação que define a cor (ou qualquer modelo de pintura SVG como gradientes ou padrões) utilizada para colorir um elemento; para animações ele é quem define o estado final de uma animação.
    -
    +

    Como um atributo de apresentação, ele pode ser aplicado a qualquer elemento, mas só tem efeito nestes onze elementos seguintes: {{SVGElement('altGlyph')}}, {{SVGElement('circle')}}, {{SVGElement('ellipse')}}, {{SVGElement('path')}}, {{SVGElement('polygon')}}, {{SVGElement('polyline')}}, {{SVGElement('rect')}}, {{SVGElement('text')}}, {{SVGElement('textPath')}}, {{SVGElement('tref')}}, e {{SVGElement('tspan')}}.

    -- cgit v1.2.3-54-g00ecf