From 8519a85da1acd5b7863268b6cf6f9e4fd14bcf31 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:50:25 +0100 Subject: unslug pt-pt: modify --- files/pt-pt/web/html/applying_color/index.html | 3 ++- files/pt-pt/web/html/attributes/crossorigin/index.html | 3 ++- files/pt-pt/web/html/attributes/index.html | 3 ++- files/pt-pt/web/html/attributes/rel/index.html | 3 ++- files/pt-pt/web/html/element/audio/index.html | 3 ++- files/pt-pt/web/html/element/fieldset/index.html | 3 ++- files/pt-pt/web/html/element/figcaption/index.html | 3 ++- files/pt-pt/web/html/element/figure/index.html | 3 ++- files/pt-pt/web/html/element/head/index.html | 5 +++-- files/pt-pt/web/html/element/index.html | 5 +++-- files/pt-pt/web/html/element/nav/index.html | 3 ++- files/pt-pt/web/html/element/progress/index.html | 3 ++- files/pt-pt/web/html/element/video/index.html | 3 ++- files/pt-pt/web/html/global_attributes/index.html | 3 ++- files/pt-pt/web/html/link_types/index.html | 3 ++- files/pt-pt/web/html/reference/index.html | 3 ++- files/pt-pt/web/html/using_the_application_cache/index.html | 3 ++- 17 files changed, 36 insertions(+), 19 deletions(-) (limited to 'files/pt-pt/web/html') diff --git a/files/pt-pt/web/html/applying_color/index.html b/files/pt-pt/web/html/applying_color/index.html index 2aaefab31d..fd91bc88b8 100644 --- a/files/pt-pt/web/html/applying_color/index.html +++ b/files/pt-pt/web/html/applying_color/index.html @@ -1,6 +1,6 @@ --- title: Aplicar cor aos elementos de HTML utilizando CSS -slug: Web/HTML/Aplicar_cor_elementos_HTML_utilizando_CSS +slug: Web/HTML/Applying_color tags: - CSS - Cores de CSS @@ -12,6 +12,7 @@ tags: - Principiante - cor translation_of: Web/HTML/Applying_color +original_slug: Web/HTML/Aplicar_cor_elementos_HTML_utilizando_CSS ---
{{HTMLRef}}
diff --git a/files/pt-pt/web/html/attributes/crossorigin/index.html b/files/pt-pt/web/html/attributes/crossorigin/index.html index 42f32f77e8..6fb3125b7d 100644 --- a/files/pt-pt/web/html/attributes/crossorigin/index.html +++ b/files/pt-pt/web/html/attributes/crossorigin/index.html @@ -1,6 +1,6 @@ --- title: 'Atributo CORS: Solicitar acesso CORS para o conteúdo' -slug: Web/HTML/CORS_settings_attributes +slug: Web/HTML/Attributes/crossorigin tags: - Avançado - CORS @@ -9,6 +9,7 @@ tags: - Referencia - Segurança translation_of: Web/HTML/Attributes/crossorigin +original_slug: Web/HTML/CORS_settings_attributes ---

In HTML5, some HTML elements which provide support for CORS, such as {{ HTMLElement("img") }}, {{ HTMLElement("video") }} or {{ HTMLElement("script") }}, have a crossorigin attribute (crossOrigin property), which lets you configure the CORS requests for the element's fetched data. These attributes are enumerated, and have the following possible values:

diff --git a/files/pt-pt/web/html/attributes/index.html b/files/pt-pt/web/html/attributes/index.html index 84ea814756..064acf59e9 100644 --- a/files/pt-pt/web/html/attributes/index.html +++ b/files/pt-pt/web/html/attributes/index.html @@ -1,12 +1,13 @@ --- title: Lista de atributos HTML -slug: Web/HTML/Atributos +slug: Web/HTML/Attributes tags: - HTML - Referencia - Web - atributo translation_of: Web/HTML/Attributes +original_slug: Web/HTML/Atributos ---

Elementos em HTML têm atributos; estes são valores adicionais que configuram os elementos ou ajustam o seu comportamento em vários modos para corresponderem aos critérios que os utilizadores pretendem.

diff --git a/files/pt-pt/web/html/attributes/rel/index.html b/files/pt-pt/web/html/attributes/rel/index.html index fe8307f0c0..e6ba17138c 100644 --- a/files/pt-pt/web/html/attributes/rel/index.html +++ b/files/pt-pt/web/html/attributes/rel/index.html @@ -1,7 +1,8 @@ --- title: 'HTML attribute: rel' -slug: Web/HTML/Atributos/rel +slug: Web/HTML/Attributes/rel translation_of: Web/HTML/Attributes/rel +original_slug: Web/HTML/Atributos/rel ---

{{draft}}

diff --git a/files/pt-pt/web/html/element/audio/index.html b/files/pt-pt/web/html/element/audio/index.html index f8b7c3229b..6c9a45428a 100644 --- a/files/pt-pt/web/html/element/audio/index.html +++ b/files/pt-pt/web/html/element/audio/index.html @@ -1,7 +1,8 @@ --- title: Audio -slug: Web/HTML/Elemento/Audio +slug: Web/HTML/Element/audio translation_of: Web/HTML/Element/audio +original_slug: Web/HTML/Elemento/Audio ---

{{ gecko_minversion_header("1.9.1") }}

O elemento audio é usado para embutir conteúdo de som em um documento HTML or XHTML.  O elemento audio foi adicionado como parte do HTML 5.

diff --git a/files/pt-pt/web/html/element/fieldset/index.html b/files/pt-pt/web/html/element/fieldset/index.html index 44fd353489..1b90d328b2 100644 --- a/files/pt-pt/web/html/element/fieldset/index.html +++ b/files/pt-pt/web/html/element/fieldset/index.html @@ -1,6 +1,6 @@ --- title: '
: O elemento "Field Set"' -slug: Web/HTML/Elemento/fieldset +slug: Web/HTML/Element/fieldset tags: - Elemento - Formulários HTML @@ -9,6 +9,7 @@ tags: - Web - formulários translation_of: Web/HTML/Element/fieldset +original_slug: Web/HTML/Elemento/fieldset ---

elemento HTML <fieldset> é utilizado para agrupar vários controlos, bem como as etiquetas ({{HTMLElement("label")}}) dentro de um formulário da Web.

diff --git a/files/pt-pt/web/html/element/figcaption/index.html b/files/pt-pt/web/html/element/figcaption/index.html index e40a044136..1a0cf18319 100644 --- a/files/pt-pt/web/html/element/figcaption/index.html +++ b/files/pt-pt/web/html/element/figcaption/index.html @@ -1,7 +1,8 @@ --- title: figcaption -slug: Web/HTML/Elemento/figcaption +slug: Web/HTML/Element/figcaption translation_of: Web/HTML/Element/figcaption +original_slug: Web/HTML/Elemento/figcaption ---

Introdução

diff --git a/files/pt-pt/web/html/element/figure/index.html b/files/pt-pt/web/html/element/figure/index.html index f5d66411d9..263f403afb 100644 --- a/files/pt-pt/web/html/element/figure/index.html +++ b/files/pt-pt/web/html/element/figure/index.html @@ -1,7 +1,8 @@ --- title: figure -slug: HTMLToDelete/Element/figure +slug: Web/HTML/Element/figure translation_of: Web/HTML/Element/figure +original_slug: HTMLToDelete/Element/figure ---

O elemento de figura HTML (<figure>) representa uma tag de conteúdo próprio, frequentemente com legenda. Geralmente referenciada idendependente do fluxo principal do documento, podendo assim ser movido atravéz do fluxo principal sem afeta-lo.

diff --git a/files/pt-pt/web/html/element/head/index.html b/files/pt-pt/web/html/element/head/index.html index 8285b2f2af..852cc803a1 100644 --- a/files/pt-pt/web/html/element/head/index.html +++ b/files/pt-pt/web/html/element/head/index.html @@ -1,13 +1,14 @@ --- title: ' : O elemento dos metadados (Cabeçalho) do documento' -slug: Web/HTML/Elemento/head +slug: Web/HTML/Element/head tags: - Elemento - HTML - - 'HTML:Metadata content' + - HTML:Metadata content - Referencia - Web translation_of: Web/HTML/Element/head +original_slug: Web/HTML/Elemento/head ---
{{HTMLRef}}
diff --git a/files/pt-pt/web/html/element/index.html b/files/pt-pt/web/html/element/index.html index c47907bce9..fc993d2315 100644 --- a/files/pt-pt/web/html/element/index.html +++ b/files/pt-pt/web/html/element/index.html @@ -1,14 +1,15 @@ --- title: Referência dos elementos HTML -slug: Web/HTML/Elemento +slug: Web/HTML/Element tags: - Elemento - HTML - - 'I10n:priority' + - I10n:priority - Referencia - Web - básico translation_of: Web/HTML/Element +original_slug: Web/HTML/Elemento ---
{{HTMLSidebar("Elements")}}
diff --git a/files/pt-pt/web/html/element/nav/index.html b/files/pt-pt/web/html/element/nav/index.html index 3dfc714e23..a17cc914b9 100644 --- a/files/pt-pt/web/html/element/nav/index.html +++ b/files/pt-pt/web/html/element/nav/index.html @@ -1,7 +1,8 @@ --- title: