diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch) | |
tree | 86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/web/html | |
parent | 68fc8e96a9629e73469ed457abd955e548ec670c (diff) | |
download | translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2 translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip |
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/web/html')
10 files changed, 20 insertions, 10 deletions
diff --git a/files/pt-br/web/html/attributes/index.html b/files/pt-br/web/html/attributes/index.html index cac8b527ec..e07f57f2d8 100644 --- a/files/pt-br/web/html/attributes/index.html +++ b/files/pt-br/web/html/attributes/index.html @@ -1,7 +1,8 @@ --- title: Atributos -slug: HTML/Attributes +slug: Web/HTML/Attributes translation_of: Web/HTML/Attributes +original_slug: HTML/Attributes --- <p> </p> <table class="standard-table"> diff --git a/files/pt-br/web/html/block-level_elements/index.html b/files/pt-br/web/html/block-level_elements/index.html index 3feed31681..1ac9c6089b 100644 --- a/files/pt-br/web/html/block-level_elements/index.html +++ b/files/pt-br/web/html/block-level_elements/index.html @@ -1,6 +1,6 @@ --- title: Elementos block-level -slug: Web/HTML/Elementos_block-level +slug: Web/HTML/Block-level_elements tags: - Desenvolvimento - Guía @@ -9,6 +9,7 @@ tags: - Iniciante - Web translation_of: Web/HTML/Block-level_elements +original_slug: Web/HTML/Elementos_block-level --- <p>Elementos HTML <strong>(Linguagem de marcação de hipertexto) </strong>historicamente foram categorizados como “nível de bloco” ou <a href="/en-US/docs/HTML/Inline_elements">elementos “em linha”</a><span class="seoSummary">. Um elemento em nível de bloco ocupa todo o espaço de seu elemento pai (container), criando assim um “bloco”. Este artigo ajuda a explicar o que isso significa.</span></p> diff --git a/files/pt-br/web/html/cors_enabled_image/index.html b/files/pt-br/web/html/cors_enabled_image/index.html index 5e41b735fe..74ab0961d3 100644 --- a/files/pt-br/web/html/cors_enabled_image/index.html +++ b/files/pt-br/web/html/cors_enabled_image/index.html @@ -1,12 +1,13 @@ --- title: CORS_habilitar_imagens -slug: Web/HTML/CORS_imagens_habilitadas +slug: Web/HTML/CORS_enabled_image tags: - CORS - Canvas problems - Crossorigin - Segurança do Canvas translation_of: Web/HTML/CORS_enabled_image +original_slug: Web/HTML/CORS_imagens_habilitadas --- <p><span class="seoSummary">The HTML specification introduces a {{ htmlattrxref("crossorigin", "img") }} attribute for images that, in combination with an appropriate {{Glossary("CORS")}} header, allows images defined by the {{ HTMLElement("img") }} element that are loaded from foreign origins to be used in canvas as if they were being loaded from the current origin.</span></p> diff --git a/files/pt-br/web/html/element/content/index.html b/files/pt-br/web/html/element/content/index.html index 1a1832de04..887d005b25 100644 --- a/files/pt-br/web/html/element/content/index.html +++ b/files/pt-br/web/html/element/content/index.html @@ -1,7 +1,8 @@ --- title: '<content>: The Shadow DOM Content Placeholder element (obsolete)' -slug: Web/HTML/Element/conteúdo +slug: Web/HTML/Element/content translation_of: Web/HTML/Element/content +original_slug: Web/HTML/Element/conteúdo --- <div>{{Deprecated_header}}</div> diff --git a/files/pt-br/web/html/element/figure/index.html b/files/pt-br/web/html/element/figure/index.html index 309a10c791..dd0f0e1463 100644 --- a/files/pt-br/web/html/element/figure/index.html +++ b/files/pt-br/web/html/element/figure/index.html @@ -1,7 +1,8 @@ --- title: <figure> -slug: Web/HTML/Element/figura +slug: Web/HTML/Element/figure translation_of: Web/HTML/Element/figure +original_slug: Web/HTML/Element/figura --- <h2 id="Resumo">Resumo</h2> diff --git a/files/pt-br/web/html/element/input/date/index.html b/files/pt-br/web/html/element/input/date/index.html index 0bb8fb07f8..dab213f636 100644 --- a/files/pt-br/web/html/element/input/date/index.html +++ b/files/pt-br/web/html/element/input/date/index.html @@ -1,6 +1,6 @@ --- title: <input type="date"> -slug: Web/HTML/Element/Input/data +slug: Web/HTML/Element/input/date tags: - Date picker - Elemento @@ -13,6 +13,7 @@ tags: - Tipo de Input - data translation_of: Web/HTML/Element/input/date +original_slug: Web/HTML/Element/Input/data --- <p>Os elementos {{htmlelement("input")}} do tipo <strong><code>date</code></strong> cria campos de entrada que permite o usuário informar uma data, como também usar uma caixa de texto que valida automaticamente o conteúdo, ou usando uma interface de seleção de data especial. O valor resultante inclui ano, mês e dia, mas não o <code>horário</code>. Os tipos de entrada <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time">time</a> e <code><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local">datetime-local</a></code> permitem informar horário e data/hora.</p> diff --git a/files/pt-br/web/html/global_attributes/spellcheck/index.html b/files/pt-br/web/html/global_attributes/spellcheck/index.html index c379684839..5372dd0c57 100644 --- a/files/pt-br/web/html/global_attributes/spellcheck/index.html +++ b/files/pt-br/web/html/global_attributes/spellcheck/index.html @@ -1,12 +1,13 @@ --- title: Controlando a verificação ortográfica em formulários HTML -slug: Web/HTML/Controlando_verificacao_ortografica_em_formularios_HTML +slug: Web/HTML/Global_attributes/spellcheck tags: - Gerenciamento de configuração - HTML - Intermediário translation_of: Web/HTML/Global_attributes/spellcheck translation_of_original: Web/HTML/Controlling_spell_checking_in_HTML_forms +original_slug: Web/HTML/Controlando_verificacao_ortografica_em_formularios_HTML --- <p><span class="seoSummary">{{ gecko_minversion_header("1.8.1") }} Firefox 2 introduz suporte à verificação ortográfica para áreas de texto e campos de texto em formulários web.</span> O usuário pode especificar usando a interface about:config se a verificação ortográfica é ou não habilitada e se checará áreas de texto e campos de texto ou somente áreas de texto.</p> diff --git a/files/pt-br/web/html/inline_elements/index.html b/files/pt-br/web/html/inline_elements/index.html index 7a5866b243..80bc6e2451 100644 --- a/files/pt-br/web/html/inline_elements/index.html +++ b/files/pt-br/web/html/inline_elements/index.html @@ -1,7 +1,8 @@ --- title: Elementos inline -slug: Web/HTML/Inline_elemente +slug: Web/HTML/Inline_elements translation_of: Web/HTML/Inline_elements +original_slug: Web/HTML/Inline_elemente --- <h3 id="Summary" name="Summary">Sumário</h3> <p>"Inline" é uma categorização dos elementos do HTML, em contraste com os <a href="/en-US/docs/HTML/Block-level_elements">"elementos de bloco"</a>. Os elementos inline podem ser exibidos em nível de bloco ou outros elementos inline. Eles ocupam somente a largura de seu conteúdo. A diferença entre elementos inline e bloco incluem:</p> diff --git a/files/pt-br/web/html/microformats/index.html b/files/pt-br/web/html/microformats/index.html index 01e61069a7..b7baf7fff1 100644 --- a/files/pt-br/web/html/microformats/index.html +++ b/files/pt-br/web/html/microformats/index.html @@ -1,7 +1,8 @@ --- title: Microformatos -slug: Web/HTML/microformatos +slug: Web/HTML/microformats translation_of: Web/HTML/microformats +original_slug: Web/HTML/microformatos --- <div>{{HTMLSidebar}}</div> diff --git a/files/pt-br/web/html/reference/index.html b/files/pt-br/web/html/reference/index.html index f0eda6be3f..cc18bbe218 100644 --- a/files/pt-br/web/html/reference/index.html +++ b/files/pt-br/web/html/reference/index.html @@ -1,7 +1,8 @@ --- title: Referência HTML -slug: Web/HTML/ReferenciaHTML +slug: Web/HTML/Reference translation_of: Web/HTML/Reference +original_slug: Web/HTML/ReferenciaHTML --- <div>{{HTMLSidebar}}</div> |