diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:25 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:25 +0100 |
commit | 8519a85da1acd5b7863268b6cf6f9e4fd14bcf31 (patch) | |
tree | e1913952f832b4143627130e94a6eb117da5de79 /files/pt-pt/web/html | |
parent | 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e (diff) | |
download | translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.tar.gz translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.tar.bz2 translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.zip |
unslug pt-pt: modify
Diffstat (limited to 'files/pt-pt/web/html')
-rw-r--r-- | files/pt-pt/web/html/applying_color/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/attributes/crossorigin/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/attributes/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/attributes/rel/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/element/audio/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/element/fieldset/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/element/figcaption/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/element/figure/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/element/head/index.html | 5 | ||||
-rw-r--r-- | files/pt-pt/web/html/element/index.html | 5 | ||||
-rw-r--r-- | files/pt-pt/web/html/element/nav/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/element/progress/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/element/video/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/global_attributes/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/link_types/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/reference/index.html | 3 | ||||
-rw-r--r-- | files/pt-pt/web/html/using_the_application_cache/index.html | 3 |
17 files changed, 36 insertions, 19 deletions
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 --- <div>{{HTMLRef}}</div> 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 --- <p><span class="seoSummary">In HTML5, some HTML elements which provide support for <a href="/en-US/docs/Web/HTTP/CORS">CORS</a>, such as {{ HTMLElement("img") }}, {{ HTMLElement("video") }} or {{ HTMLElement("script") }}, have a <code>crossorigin</code> attribute (<code>crossOrigin</code> property), which lets you configure the CORS requests for the element's fetched data.</span> These attributes are enumerated, and have the following possible values:</p> 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 --- <p>Elementos em HTML têm <strong>atributos</strong>; 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.</p> 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 --- <p>{{draft}}</p> 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 --- <p>{{ gecko_minversion_header("1.9.1") }}</p> <p>O elemento <code>audio</code> é usado para embutir conteúdo de som em um documento HTML or XHTML. O elemento <code>audio</code> foi adicionado como parte do HTML 5.</p> 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: '<fieldset>: 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 --- <p>O <strong>elemento HTML <code><fieldset></code> </strong>é utilizado para agrupar vários controlos, bem como as etiquetas ({{HTMLElement("label")}}) dentro de um formulário da Web.</p> 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 --- <h2 id="Introdução">Introdução</h2> 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 --- <p>O elemento de figura HTML (<span style="font-family: Courier New;"><figure></span>) 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.</p> 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: '<head> : 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 --- <div>{{HTMLRef}}</div> 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 --- <div>{{HTMLSidebar("Elements")}}</div> 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: <nav> -slug: Web/HTML/Elemento/nav +slug: Web/HTML/Element/nav translation_of: Web/HTML/Element/nav +original_slug: Web/HTML/Elemento/nav --- <div>{{HTMLRef}}</div> diff --git a/files/pt-pt/web/html/element/progress/index.html b/files/pt-pt/web/html/element/progress/index.html index 0b99ea2873..5efef8ff83 100644 --- a/files/pt-pt/web/html/element/progress/index.html +++ b/files/pt-pt/web/html/element/progress/index.html @@ -1,7 +1,8 @@ --- title: progress -slug: Web/HTML/Elemento/progress +slug: Web/HTML/Element/progress translation_of: Web/HTML/Element/progress +original_slug: Web/HTML/Elemento/progress --- <h2 id="Resumo">Resumo</h2> diff --git a/files/pt-pt/web/html/element/video/index.html b/files/pt-pt/web/html/element/video/index.html index 4870c14e23..3b67dddc5a 100644 --- a/files/pt-pt/web/html/element/video/index.html +++ b/files/pt-pt/web/html/element/video/index.html @@ -1,7 +1,8 @@ --- title: Video -slug: Web/HTML/Elemento/Video +slug: Web/HTML/Element/video translation_of: Web/HTML/Element/video +original_slug: Web/HTML/Elemento/Video --- <p>{{ gecko_minversion_header("1.9.1") }}</p> <p>O elemento <code>video</code> é usado para inserir conteúdo de vídeo em um documento HTML ou XHTML. O elemento <code>video</code> foi adicionado como parte do HTML 5.</p> diff --git a/files/pt-pt/web/html/global_attributes/index.html b/files/pt-pt/web/html/global_attributes/index.html index 2b4a86e833..3fc8adfbc8 100644 --- a/files/pt-pt/web/html/global_attributes/index.html +++ b/files/pt-pt/web/html/global_attributes/index.html @@ -1,6 +1,6 @@ --- title: Atributos globais -slug: Web/HTML/Atributos_globais +slug: Web/HTML/Global_attributes tags: - HTML - Precisa Compatibilidade Navegador @@ -8,6 +8,7 @@ tags: - Web - atributo translation_of: Web/HTML/Global_attributes +original_slug: Web/HTML/Atributos_globais --- <div>{{HTMLSidebar("Global_attributes")}}</div> diff --git a/files/pt-pt/web/html/link_types/index.html b/files/pt-pt/web/html/link_types/index.html index 4f4f0cc17b..a91d1c85a0 100644 --- a/files/pt-pt/web/html/link_types/index.html +++ b/files/pt-pt/web/html/link_types/index.html @@ -1,12 +1,13 @@ --- title: Tipos de hiperligação -slug: Web/HTML/Tipos_de_hiperligacao +slug: Web/HTML/Link_types tags: - HTML - Hiperligação - Referencia - Tipos de hiperligação translation_of: Web/HTML/Link_types +original_slug: Web/HTML/Tipos_de_hiperligacao --- <div>{{HTMLSidebar}}</div> diff --git a/files/pt-pt/web/html/reference/index.html b/files/pt-pt/web/html/reference/index.html index e2f5085a81..4c7d3ed2af 100644 --- a/files/pt-pt/web/html/reference/index.html +++ b/files/pt-pt/web/html/reference/index.html @@ -1,12 +1,13 @@ --- title: Referência HTML -slug: Web/HTML/Referencia +slug: Web/HTML/Reference tags: - HTML - Landing - Referencia - Web translation_of: Web/HTML/Reference +original_slug: Web/HTML/Referencia --- <div>{{HTMLSidebar}}</div> diff --git a/files/pt-pt/web/html/using_the_application_cache/index.html b/files/pt-pt/web/html/using_the_application_cache/index.html index bd21f03e21..d57bd276b8 100644 --- a/files/pt-pt/web/html/using_the_application_cache/index.html +++ b/files/pt-pt/web/html/using_the_application_cache/index.html @@ -1,6 +1,6 @@ --- title: Utilizar a cache de aplicação -slug: Web/HTML/Utilizar_a_cache_de_aplicacao +slug: Web/HTML/Using_the_application_cache tags: - Aplicação - App @@ -13,6 +13,7 @@ tags: - cache da web - web cache translation_of: Web/HTML/Using_the_application_cache +original_slug: Web/HTML/Utilizar_a_cache_de_aplicacao --- <div>{{DefaultAPISidebar("App Cache")}}{{SecureContext_Header}}{{Deprecated_Header}} <div class="blockIndicator warning"> |