From 28b935d9dca4bb27b8f53b4f211c004e233f52e4 Mon Sep 17 00:00:00 2001
From: Peter Bengtsson This value can be overridden by a {{htmlattrxref("formmethod", "button")}} attribute on a {{HTMLElement("button")}} or {{HTMLElement("input")}} element. O padrão HTML não fornece uma lista de formatos de imagem que devem ser suportados, portanto, cada agente de usuário oferece suporte a um conjunto diferente de formatos. Gecko suporta: Como todos os outros elementos HTML, este elemento tem os atributos globais (global attributes) Como todos os outros elementos HTML, este elemento tem os atributos globais (global attributes) {{HTMLSidebar("Global_attributes")}} Os atributos globais data-* formam uma classe de atributos conhecida como custom data attributes, a qual permite que informações proprietárias sejam trocadas via script entre o HTML e sua representação DOM . Todos esses dados personalizados estão disponíveis através da interface {{domxref("HTMLElement")}} do elemento, onde o atributo está definido. A propriedade {{domxref("HTMLElement.dataset")}} concede acesso a estes atributos .
@@ -89,7 +89,7 @@ translation_of: Web/HTML/Element/area
Utilize este atributo somente se a href atributo está presente.
Exemplo
diff --git a/files/pt-br/web/html/element/article/index.html b/files/pt-br/web/html/element/article/index.html
index cff322b0cb..1115a8d3d6 100644
--- a/files/pt-br/web/html/element/article/index.html
+++ b/files/pt-br/web/html/element/article/index.html
@@ -37,7 +37,7 @@ translation_of: Web/HTML/Element/article
diff --git a/files/pt-br/web/html/element/audio/index.html b/files/pt-br/web/html/element/audio/index.html
index 27266724c8..da2382e5cc 100644
--- a/files/pt-br/web/html/element/audio/index.html
+++ b/files/pt-br/web/html/element/audio/index.html
@@ -27,7 +27,7 @@ translation_of: Web/HTML/Element/audio
Documento normativo
- HTML5, section 4.4.4
+ HTML5, section 4.4.4
@@ -295,7 +295,7 @@ translation_of: Web/HTML/Element/audio
Documento normativo
- HTML5, section 4.8.7
+ HTML5, section 4.8.7
nsIDOMHTMLMediaElement
video
audio
element (Especificação HTML5)audio
element (Especificação HTML5)
@@ -78,8 +78,8 @@ translation_of: Web/HTML/Element/canvas
Documento normativo
- HTML 5, section 4.8.10
+ HTML 5, section 4.8.10
{{ CompatGeckoDesktop("1.8") }}
1.0
9.0
- 9.0
- 2.0
+ 9.0
+ 2.0
@@ -115,7 +115,7 @@ translation_of: Web/HTML/Element/canvas
<canvas>
era renderizado ao invés de mostrar o conteúdo de fallback, conforme a specification.<canvas>
era renderizado ao invés de mostrar o conteúdo de fallback, conforme a specification.Veja também
@@ -123,7 +123,7 @@ translation_of: Web/HTML/Element/canvas
diff --git a/files/pt-br/web/html/element/datalist/index.html b/files/pt-br/web/html/element/datalist/index.html
index 0ae859d164..4ff74ec7f8 100644
--- a/files/pt-br/web/html/element/datalist/index.html
+++ b/files/pt-br/web/html/element/datalist/index.html
@@ -25,7 +25,7 @@ translation_of: Web/HTML/Element/datalist
diff --git a/files/pt-br/web/html/element/del/index.html b/files/pt-br/web/html/element/del/index.html
index 302c098db3..78131fe50c 100644
--- a/files/pt-br/web/html/element/del/index.html
+++ b/files/pt-br/web/html/element/del/index.html
@@ -22,7 +22,7 @@ translation_of: Web/HTML/Element/del
Documento normativo
- HTML5, section 4.10.10
+ HTML5, section 4.10.10
Examples
<p><del>This text has been deleted</del></p>
diff --git a/files/pt-br/web/html/element/details/index.html b/files/pt-br/web/html/element/details/index.html
index 17cd48edc2..6928a1209e 100644
--- a/files/pt-br/web/html/element/details/index.html
+++ b/files/pt-br/web/html/element/details/index.html
@@ -25,7 +25,7 @@ translation_of: Web/HTML/Element/details
@@ -53,7 +53,7 @@ translation_of: Web/HTML/Element/details
Documento normativo
- HTML5, section 4.11.1
+ HTML5, section 4.11.1
Demonstração
-
+
Compatibilidade com navegadores
diff --git a/files/pt-br/web/html/element/dl/index.html b/files/pt-br/web/html/element/dl/index.html
index 4294a0fda2..40bf82142c 100644
--- a/files/pt-br/web/html/element/dl/index.html
+++ b/files/pt-br/web/html/element/dl/index.html
@@ -32,7 +32,7 @@ translation_of: Web/HTML/Element/dl
diff --git a/files/pt-br/web/html/element/footer/index.html b/files/pt-br/web/html/element/footer/index.html
index d593b9c90c..c7116cd03c 100644
--- a/files/pt-br/web/html/element/footer/index.html
+++ b/files/pt-br/web/html/element/footer/index.html
@@ -36,7 +36,7 @@ translation_of: Web/HTML/Element/footer
Documentação normativa
- HTML5, section 4.5.8; HTML 4.01, section 10.3
+ HTML5, section 4.5.8; HTML 4.01, section 10.3
diff --git a/files/pt-br/web/html/element/form/index.html b/files/pt-br/web/html/element/form/index.html
index 0097e77db8..307c7672a7 100644
--- a/files/pt-br/web/html/element/form/index.html
+++ b/files/pt-br/web/html/element/form/index.html
@@ -43,7 +43,7 @@ translation_of: Web/HTML/Element/form
Documento normativo
- HTML5, section 4.4.9
+ HTML5, section 4.4.9
method
attribute is post
, this attribute is the MIME type of content that is used to submit the form to the server. Possible values are:
+ method
attribute is post
, this attribute is the MIME type of content that is used to submit the form to the server. Possible values are:
application/x-www-form-urlencoded
: The default value if the attribute is not specified.multipart/form-data
: Use this value if you are using an {{HTMLElement("input")}} element with the type
attribute set to "file".
-
post
: Corresponds to the HTTP POST method ; the data from the form is included in the body of the form and is sent to the server.get
: Corresponds to the HTTP GET method; the data from the form are appended to the action
attribute URI, with a '?' as a separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters.post
: Corresponds to the HTTP POST method ; the data from the form is included in the body of the form and is sent to the server.get
: Corresponds to the HTTP GET method; the data from the form are appended to the action
attribute URI, with a '?' as a separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters.
-
Interação com CSS
diff --git a/files/pt-br/web/html/element/ins/index.html b/files/pt-br/web/html/element/ins/index.html
index 3934fdf09e..2b9e9128e8 100644
--- a/files/pt-br/web/html/element/ins/index.html
+++ b/files/pt-br/web/html/element/ins/index.html
@@ -22,7 +22,7 @@ translation_of: Web/HTML/Element/ins
Examples
<ins>This text has been inserted</ins>
diff --git a/files/pt-br/web/html/element/legend/index.html b/files/pt-br/web/html/element/legend/index.html
index ee512bfddb..c9c4273132 100644
--- a/files/pt-br/web/html/element/legend/index.html
+++ b/files/pt-br/web/html/element/legend/index.html
@@ -62,7 +62,7 @@ translation_of: Web/HTML/Element/legend
diff --git a/files/pt-br/web/html/element/meter/index.html b/files/pt-br/web/html/element/meter/index.html
index 5e731f82cb..a71a15758f 100644
--- a/files/pt-br/web/html/element/meter/index.html
+++ b/files/pt-br/web/html/element/meter/index.html
@@ -31,7 +31,7 @@ translation_of: Web/HTML/Element/meter
{{SpecName('HTML4.01', 'forms.html#h-17.10', '<legend>')}}
{{Spec2('HTML4.01')}}
- (link)
+ (link)
diff --git a/files/pt-br/web/html/element/nav/index.html b/files/pt-br/web/html/element/nav/index.html
index 20a2e4e77c..0bbbde1333 100644
--- a/files/pt-br/web/html/element/nav/index.html
+++ b/files/pt-br/web/html/element/nav/index.html
@@ -47,7 +47,7 @@ translation_of: Web/HTML/Element/nav
Documento normativo
- HTML5, section 4.10.8
+ HTML5, section 4.10.8
diff --git a/files/pt-br/web/html/element/output/index.html b/files/pt-br/web/html/element/output/index.html
index 333a6dd671..c47fa44082 100644
--- a/files/pt-br/web/html/element/output/index.html
+++ b/files/pt-br/web/html/element/output/index.html
@@ -32,7 +32,7 @@ translation_of: Web/HTML/Element/output
Documento normativo
- HTML5, seção 4.4.3
+ HTML5, seção 4.4.3
diff --git a/files/pt-br/web/html/element/progress/index.html b/files/pt-br/web/html/element/progress/index.html
index 07ddd5419e..8de264b803 100644
--- a/files/pt-br/web/html/element/progress/index.html
+++ b/files/pt-br/web/html/element/progress/index.html
@@ -23,14 +23,14 @@ translation_of: Web/HTML/Element/progress
Documento normativo
- HTML5, section 4.10.15
+ HTML5, section 4.10.15
Documento normativo
- HTML5, seção 4.10.16
+ HTML5, seção 4.10.16
Atributos
-
diff --git a/files/pt-br/web/html/element/span/index.html b/files/pt-br/web/html/element/span/index.html
index 5033d7b052..4038b6af6c 100644
--- a/files/pt-br/web/html/element/span/index.html
+++ b/files/pt-br/web/html/element/span/index.html
@@ -36,7 +36,7 @@ translation_of: Web/HTML/Element/span
@@ -38,7 +38,7 @@ translation_of: Web/HTML/Element/source
Documento normativo
- HTML5, section 4.8.8
+ HTML5, section 4.8.8
codecs
. Veja o RFC 4281 para informações sobre como especificar codec.codecs
. Veja o RFC 4281 para informações sobre como especificar codec.
diff --git a/files/pt-br/web/html/element/summary/index.html b/files/pt-br/web/html/element/summary/index.html
index 0782bc741d..cc6fc65f80 100644
--- a/files/pt-br/web/html/element/summary/index.html
+++ b/files/pt-br/web/html/element/summary/index.html
@@ -32,7 +32,7 @@ translation_of: Web/HTML/Element/summary
Padrões de documento
- HTML5, section 4.6.24; HTML 4.01, section 7.5.4
+ HTML5, section 4.6.24; HTML 4.01, section 7.5.4
diff --git a/files/pt-br/web/html/element/table/index.html b/files/pt-br/web/html/element/table/index.html
index 3b1571c7ee..150c306db4 100644
--- a/files/pt-br/web/html/element/table/index.html
+++ b/files/pt-br/web/html/element/table/index.html
@@ -61,7 +61,7 @@ translation_of: Web/HTML/Element/table
Documentos normativos
- HTML5, section 4.11.2
+ HTML5, section 4.11.2
@@ -91,7 +91,7 @@ translation_of: Web/HTML/Element/table
Documento normativo
- HTML5, section 4.9.1 (HTML4.01, section 11.2.1)
+ HTML5, section 4.9.1 (HTML4.01, section 11.2.1)
@@ -139,7 +139,7 @@ translation_of: Web/HTML/Element/time
diff --git a/files/pt-br/web/html/element/time/index.html b/files/pt-br/web/html/element/time/index.html
index 9c613b7bb6..496f213e11 100644
--- a/files/pt-br/web/html/element/time/index.html
+++ b/files/pt-br/web/html/element/time/index.html
@@ -11,7 +11,7 @@ translation_of: Web/HTML/Element/time
Contexto de uso
@@ -35,7 +35,7 @@ translation_of: Web/HTML/Element/time
Normative document
- HTML5, section 4.6.10
+ HTML5, section 4.6.10
Veja também
-
time
element (HTML5 specification)time
element (HTML5 specification)
@@ -340,8 +340,8 @@ AddType video/ogg .ogg
Documento normativo
- HTML 5, section 4.8.6
+ HTML 5, section 4.8.6
nsIDOMHTMLMediaElement
video
element (Especificação HTML 5)video
element (Especificação HTML 5)
- O *
pode ser substituído por qualquer nome, desde que siga a regra de criação de nomes xml com as seguintes restrições:*
pode ser substituído por qualquer nome, desde que siga a regra de criação de nomes xml com as seguintes restrições:
Em HTML5, o único propósito do DOCTYPE é de ativar o full standards mode. Versões mais antigas do padrão HTML deram significado adicional ao DOCTYPE, mas nenhum navegador jamais usou o DOCTYPE para qualquer outra coisa além de alternar entre o quirks mode e o standards mode.
-Veja também uma descrição detalhada de quando diferentes navegadores escolhem diferentes modos.
+Veja também uma descrição detalhada de quando diferentes navegadores escolhem diferentes modos.