aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/html/element
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch)
tree86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/web/html/element
parent68fc8e96a9629e73469ed457abd955e548ec670c (diff)
downloadtranslated-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/element')
-rw-r--r--files/pt-br/web/html/element/content/index.html3
-rw-r--r--files/pt-br/web/html/element/figure/index.html3
-rw-r--r--files/pt-br/web/html/element/input/date/index.html3
3 files changed, 6 insertions, 3 deletions
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>