aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossary/doctype
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/glossary/doctype
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/glossary/doctype')
-rw-r--r--files/pt-br/glossary/doctype/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/glossary/doctype/index.html b/files/pt-br/glossary/doctype/index.html
index f21ccfd7fd..550dd1f397 100644
--- a/files/pt-br/glossary/doctype/index.html
+++ b/files/pt-br/glossary/doctype/index.html
@@ -1,7 +1,8 @@
---
title: Doctype
-slug: Glossario/Doctype
+slug: Glossary/Doctype
translation_of: Glossary/Doctype
+original_slug: Glossario/Doctype
---
<p>No {{Glossary("HTML")}}, o doctype é a introdução "<code>&lt;!DOCTYPE html&gt;</code>" encontrada no topo de todos os documentos. Seu único propósito é evitar que o {{Glossary("browser")}} mude para os chamados <a href="/en-US/docs/Quirks_Mode_and_Standards_Mode">“quirks mode”</a> quando renderizar um documento; isto é, o "<code>&lt;!DOCTYPE html&gt;</code>" doctype garante que o browser faça um esforço na tentativa de seguir as especificações relevantes, <span id="result_box" lang="pt"><span>em vez de usar um modo de renderização diferente e que seja incompatível com algumas especificações.</span></span></p>