diff options
author | Tanner Dolby <tannercdolby@gmail.com> | 2022-02-22 01:49:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 17:49:36 +0800 |
commit | 6e9fe98036090a37cc6247b873845505e5b512fb (patch) | |
tree | 5fc00117ddfd9f448eb9e8011b5bd7f6d8000e8d /files/pt-br | |
parent | 70c3e11f3335e7701325f125fd712c84d6c1f9bf (diff) | |
download | translated-content-6e9fe98036090a37cc6247b873845505e5b512fb.tar.gz translated-content-6e9fe98036090a37cc6247b873845505e5b512fb.tar.bz2 translated-content-6e9fe98036090a37cc6247b873845505e5b512fb.zip |
Removes empty <div> or <p> elements from pages (#3093)
* 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 <julien.gattelier@gmail.com>
Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
Diffstat (limited to 'files/pt-br')
32 files changed, 34 insertions, 34 deletions
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 <div><img alt="Screenshots of datalist on several platforms." src="/files/4593/all-datalist.png" style="height: 329px; width: 437px;"></div> -<div></div> + <h4 id="Datalist_support_and_fallbacks">Datalist support and fallbacks</h4> 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 <div>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.</div> -<div></div> + <table class="learn-box standard-table"> <tbody> 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 <div>Esse tutorial estende nosso site <a href="https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Tutorial_local_library_website">LocalLibrary</a>, 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.</div> -<div></div> + <table class="learn-box standard-table"> <tbody> 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 <div>A interface <strong>Canvas Renderização de Contexto de duas Dimensões (</strong> <strong>CanvasRenderingContext2D</strong>) é 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") }}.</div> -<div></div> + <p>Para obter um objeto desta interface, chama-se {{domxref("HTMLCanvasElement.getContext()", "getContext()")}} em um <code>elemento <canvas></code>, adicionando "2d" como argumento, veja o exemplo abaixo:</p> 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 <div><span class="tlid-translation translation" lang="pt"><span title="">A propriedade somente leitura Document.characterSet retorna a</span></span><span class="seoSummary"> <a href="/en-US/docs/Glossary/character_encoding">character encoding</a></span><span class="tlid-translation translation" lang="pt"><span title="">(codificação de caracteres) do documento com o qual ele é renderizado atualmente.</span> <span title="">(Uma codificação de caracteres é um conjunto de caracteres e como interpretar bytes nesses caracteres.)</span></span></div> -<div></div> + <div class="note"> <p>Um “character set”(conjunto de caracteres) e “character encoding”(<span class="tlid-translation translation" lang="pt"><span title="">codificação de caracteres</span></span>) <span class="tlid-translation translation" lang="pt"><span title="">estão relacionados, mas diferentes.</span> <span title="">Apesar do nome dessa propriedade, ela retorna a codificação.</span></span></p> 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 <div>A propiedade <code><strong>documentURI</strong></code> da interface {{domxref("Document")}} retorna uma string com a localização de um documento.</div> -<div></div> + <div>Na definição original DOM3 <code><strong>documentURI </strong></code>é um atributo de leitura/escrita.No padrão mais recente DOM4 é somente de leitura.</div> 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 --- <div>{{ ApiRef("DOM") }}</div> -<div></div> + <p>Para cada página carregada no browser, existe um objeto <code><strong>Document</strong></code>. A interface <code>Document</code> 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).</p> 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 --- <div>{{ APIRef("HTML DOM") }}</div> -<div></div> + <p>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.</p> 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 --- <div>{{APIRef("DOM")}}</div> -<div></div> + <p>A propriedade <code><strong>textContent</strong></code> da interface {{domxref("Node")}} representa o conteúdo de texto de um nó e dos seus descendentes.</p> 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' --- <div>{{CSSRef}}</div> -<div></div> + <div>A pseudo-classe css <strong> :active </strong></div> 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 <div>A propriedade <strong><code>position</code></strong>, encontrada no <a href="/en-US/docs/Web/CSS" title="CSS">CSS</a>, define como um elemento pode ser posicionado (renderizado) no documento (página). Essa propriedade (<strong><code>position</code></strong>) 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.</div> -<div></div> + <div>{{EmbedInteractiveExample("pages/css/position.html")}}</div> 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 <div>Um <strong>pseudo-elemento</strong> 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.</div> -<div></div> + <pre class="brush: css no-line-numbers notranslate">/* 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 <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#audio">The <code>audio</code> element</a> (Especificação HTML5)</li> </ul> -<p></p> + 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 <p> </p> -<div></div> + <div>{{EmbedInteractiveExample("pages/tabbed/figcaption.html","tabbed-shorter")}}</div> -<div></div> + <div class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.</div> 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 { <h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> -<div></div> + <div>{{Compat("html.elements.p")}}</div> 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 <div>Em uma resposta HTTP normal, o cabeçalho de resposta <code><strong>Content-Disposition</strong></code> indica se o conteúdo é esperado a ser exibido <em>inline</em> no navegador, isso significa, como uma página Web ou parte de uma, ou como um anexo, que é baixado e salvo localmente.</div> -<div></div> + <p>Em um corpo <code>multipart/form-data</code>, o cabeçalho geral HTTP <strong><code>Content-Disposition</code></strong> é 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, <code>Content-Disposition</code> não tem efeito.</p> 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 <div>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 <em>case-insensitive</em> (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.</div> -<div></div> + <p>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 <a href="https://tools.ietf.org/html/rfc6648">RFC 6648</a>; outros estão listados em um <a href="http://www.iana.org/assignments/message-headers/perm-headers.html">registro IANA</a>, cujo o conteúdo original foi definido na <a class="external" href="http://tools.ietf.org/html/rfc4229">RFC 4229</a>. O IANA também mantém o <a href="http://www.iana.org/assignments/message-headers/prov-headers.html">registro das propostas de novas mensagens de cabeçalhos HTTP</a>.</p> 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 --- <div>{{HTTPSidebar}}</div> -<div></div> + <p>O código de resposta de erro HTTP <code><strong>504 Gateway Timeout</strong></code> indica que o servidor, enquanto atuando como gateway ou proxy, não conseguiu responder em tempo.</p> 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 --- <p>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Text_formatting", "Web/JavaScript/Guide/Indexed_collections")}}</p> -<div></div> + <p class="summary">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 <a href="/en-US/docs/JavaScript/Reference/Global_Objects/RegExp/exec" title="exec"><code>exec</code></a> e <a href="/en-US/docs/JavaScript/Reference/Global_Objects/RegExp/test" title="test"><code>test</code></a> do objeto<a href="/en-US/docs/JavaScript/Reference/Global_Objects/RegExp" title="RegExp"> <code>RegExp</code></a>, e com os métodos <a href="/en-US/docs/JavaScript/Reference/Global_Objects/String/match" title="match"><code>match</code></a>, <a href="/en-US/docs/JavaScript/Reference/Global_Objects/String/replace" title="en-US/docs/JavaScript/Reference/Global_Objects/String/replace"><code>replace</code></a>,<a href="/en-US/docs/JavaScript/Reference/Global_Objects/String/search" title="search"> <code>search</code></a>, e <a href="/en-US/docs/JavaScript/Reference/Global_Objects/String/split" title="split"><code>split</code></a> do objeto <a href="/en-US/docs/JavaScript/Reference/Global_Objects/String" title="String"><code>String</code></a>. Este capítulo descreve o uso de expressões regulares em JavaScript.</p> 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 --- <div>O construtor é um método especial para criar e inicializar um objeto criado a partir de uma classe.</div> -<div></div> -<div></div> + + <h2 id="Sintaxe">Sintaxe</h2> 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 <div>{{Compat("javascript.builtins.Array.findIndex")}}</div> -<div></div> + <div><span style="">Veja também</span></div> 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 --- -<p></p> + <div>{{jsSidebar("Objects")}}</div> 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; }</pre> -<p></p> + <div class="note"> <p>Pode ser tentandor usar <code>Math.round()</code> para arredondar <code>min</code> e <code>max,</code> mas dessa maneira a aleatoriedade dos números seguiria uma distribuição não-uniforme, que talvez não seja o que você precisa.</p> 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 --- <div>{{JSRef}}</div> -<div></div> + <p>O método <strong><code>toPrecision()</code></strong> retorna uma string que representa o valor do objeto {{jsxref("Number")}} com uma precisão específica.</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 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 --- <div>{{JSRef}}</div> -<div></div> + <p>O método <code><strong>Object.defineProperty()</strong></code> define uma nova propriedade diretamente em um objeto, ou modifica uma propriedade já existente em um objeto, e retorna o objeto.</p> 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 <div>regular. </div> -<div></div> + <p>{{EmbedInteractiveExample("pages/js/regexp-prototype-ignorecase.html")}}</p> 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 --- <div>{{JSRef}}</div> -<div></div> + <p>O método <strong><code>endsWith()</code></strong> indica se uma string termina com determinados caracteres, retornando <code>true</code> ou <code>false</code>.</p> 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 <div>O método <strong><code>trim()</code></strong> remove os espaços em branco (<a href="/pt-BR/docs/DOM/Referencia_do_DOM/Whitespace_in_the_DOM">whitespaces</a>) 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.).</div> -<div></div> + <h2 id="Sintaxe">Sintaxe</h2> 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 <div><strong>Sintaxe de Espalhamento (Spread syntax)</strong> 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 <em>literais</em>) são esperados, ou que um objeto seja expandido onde zero ou mais pares <em>propriedade:valor</em> (para objetos <em>literais</em>) são esperados.</div> -<div></div> + <div>{{EmbedInteractiveExample("pages/js/expressions-spreadsyntax.html")}}</div> 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 --- <div>{{jsSidebar("Statements")}}</div> -<div></div> + <div>A declaração <strong><code>do...while</code><code> </code></strong>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.</div> 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}</code></pre> <h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> -<div></div> + <div id="compat-mobile">{{Compat("javascript.statements.generator_function")}}</div> 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 <div>O atributo <strong><code>fill</code></strong> 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.</div> -<div></div> + <p>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')}}.</p> |