From 026a190a6404b32535ffeb869e916df1a1e71aee Mon Sep 17 00:00:00 2001 From: Leonid Vinogradov Date: Mon, 27 Nov 2023 22:36:29 +0300 Subject: [PATCH] [pt-br] remove all 'keygen' HTML element occurrences --- .../pt-br/web/api/document_object_model/index.md | 1 - files/pt-br/web/html/attributes/index.md | 10 ++++------ files/pt-br/web/html/content_categories/index.md | 15 +++++++-------- files/pt-br/web/html/element/button/index.md | 2 +- files/pt-br/web/html/element/fieldset/index.md | 2 +- files/pt-br/web/html/element/index.md | 1 - files/pt-br/web/html/element/input/index.md | 2 +- files/pt-br/web/html/element/label/index.md | 2 +- files/pt-br/web/html/element/legend/index.md | 2 +- files/pt-br/web/html/element/optgroup/index.md | 2 +- files/pt-br/web/html/element/option/index.md | 2 +- files/pt-br/web/html/element/output/index.md | 2 +- files/pt-br/web/html/element/select/index.md | 2 +- files/pt-br/web/html/element/textarea/index.md | 1 - 14 files changed, 20 insertions(+), 26 deletions(-) diff --git a/files/pt-br/web/api/document_object_model/index.md b/files/pt-br/web/api/document_object_model/index.md index c22527f690ea0c..b0e22eca9906b0 100644 --- a/files/pt-br/web/api/document_object_model/index.md +++ b/files/pt-br/web/api/document_object_model/index.md @@ -108,7 +108,6 @@ Um objeto `HTMLDocument` também da acesso á vários recursos de navegadores co - {{domxref("HTMLIFrameElement")}} - {{domxref("HTMLImageElement")}} - {{domxref("HTMLInputElement")}} -- {{domxref("HTMLKeygenElement")}} - {{domxref("HTMLLabelElement")}} - {{domxref("HTMLLegendElement")}} - {{domxref("HTMLLIElement")}} diff --git a/files/pt-br/web/html/attributes/index.md b/files/pt-br/web/html/attributes/index.md index 01c3b151051c03..0e72091c9ac860 100644 --- a/files/pt-br/web/html/attributes/index.md +++ b/files/pt-br/web/html/attributes/index.md @@ -13,12 +13,11 @@ slug: Web/HTML/Attributes | alt | {{ HTMLElement("applet") }}, {{ HTMLElement("area") }}, {{ HTMLElement("img") }}, {{ HTMLElement("input") }} | Texto alternativo caso uma imagem não possa ser exibida. | | async | {{ HTMLElement("script") }} | Indica que o script deve ser executado assíncrono. | | autocomplete | {{ HTMLElement("form") }}, {{ HTMLElement("input") }} | Indica se controles neste formulário podem por padrão ter seus valores completados automaticamente pelo navegador. | -| autofocus | {{ HTMLElement("button") }}, {{ HTMLElement("input") }}, {{ HTMLElement("keygen") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }} | O elemento deve ser focado automaticamente após a página ser carregada. | +| autofocus | {{ HTMLElement("button") }}, {{ HTMLElement("input") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }} | O elemento deve ser focado automaticamente após a página ser carregada. | | autoplay | {{ HTMLElement("audio") }}, {{ HTMLElement("video") }} | O aúdio ou vídeo deve ser reproduzido assim que possível. | | bgcolor | {{ HTMLElement("body") }}, {{ HTMLElement("col") }}, {{ HTMLElement("colgroup") }}, {{ HTMLElement("marquee") }}, {{ HTMLElement("table") }}, {{ HTMLElement("tbody") }}, {{ HTMLElement("tfoot") }}, {{ HTMLElement("td") }}, {{ HTMLElement("th") }}, {{ HTMLElement("tr") }} | Cor do plano de fundo do elemento.Nota: Este é um atributo legado. Por favor use a propriedade CSS {{ Cssxref("background-color") }} em vez disso. | | border | {{ HTMLElement("img") }}, {{ HTMLElement("object") }}, {{ HTMLElement("table") }} | A largura da borda.Nota: este é um atributo legado. Por favor use a propriedade CSS {{ Cssxref("border") }} em vez disso. | | buffered | {{ HTMLElement("audio") }}, {{ HTMLElement("video") }} | Contém o intervalo de tempo da mídia que já foi carregada. | -| challenge | {{ HTMLElement("keygen") }} | A challenge string that is submitted along with the public key. | | charset | {{ HTMLElement("meta") }}, {{ HTMLElement("script") }} | Declara a codificação dos caracteres da página ou do script. | | checked | {{ HTMLElement("command") }}, {{ HTMLElement("input") }} | Indica se o elemento deve ser checado no carregamento da página. | | cite | {{ HTMLElement("blockquote") }}, {{ HTMLElement("del") }}, {{ HTMLElement("ins") }}, {{ HTMLElement("q") }} | Contêm uma URI que aponta para a fonte da citação ou alteração. | @@ -39,12 +38,12 @@ slug: Web/HTML/Attributes | defer | {{ HTMLElement("script") }} | Indica que o script deve ser executado após a página ter sido analisada. | | dir | [Global attribute](/pt-BR/HTML/Global_attributes) | Defina a direção do texto. Os valores permitidos são ltr (Esquerda para direita) e rtl (Direita para esquerda) | | dirname | {{ HTMLElement("input") }}, {{ HTMLElement("textarea") }} | | -| disabled | {{ HTMLElement("button") }}, {{ HTMLElement("command") }}, {{ HTMLElement("fieldset") }}, {{ HTMLElement("input") }}, {{ HTMLElement("keygen") }}, {{ HTMLElement("optgroup") }}, {{ HTMLElement("option") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }} | Indica se o usuário pode ou não interagir com o elemento. | +| disabled | {{ HTMLElement("button") }}, {{ HTMLElement("command") }}, {{ HTMLElement("fieldset") }}, {{ HTMLElement("input") }}, {{ HTMLElement("optgroup") }}, {{ HTMLElement("option") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }} | Indica se o usuário pode ou não interagir com o elemento. | | draggable | [Global attribute](/pt-BR/HTML/Global_attributes) | Define se o elemento pode ser arrastado. | | dropzone | [Global attribute](/pt-BR/HTML/Global_attributes) | Indica que o elemento aceita a soltagem de conteúdo nele. | | enctype | {{ HTMLElement("form") }} | Define o tipo de conteúdo da data do formulário quando o `method` é POST. | | for | {{ HTMLElement("label") }}, {{ HTMLElement("output") }} | Descreve elementos na qual pertencem a este. | -| form | {{ HTMLElement("button") }}, {{ HTMLElement("fieldset") }}, {{ HTMLElement("input") }}, {{ HTMLElement("keygen") }}, {{ HTMLElement("label") }}, {{ HTMLElement("meter") }}, {{ HTMLElement("object") }}, {{ HTMLElement("output") }}, {{ HTMLElement("progress") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }} | Indica o formulário que é o proprietário do elemento. | +| form | {{ HTMLElement("button") }}, {{ HTMLElement("fieldset") }}, {{ HTMLElement("input") }}, {{ HTMLElement("label") }}, {{ HTMLElement("meter") }}, {{ HTMLElement("object") }}, {{ HTMLElement("output") }}, {{ HTMLElement("progress") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }} | Indica o formulário que é o proprietário do elemento. | | headers | {{ HTMLElement("td") }}, {{ HTMLElement("th") }} | IDs dos elementos `` na qual se aplicam a este elemento. | | height | {{ HTMLElement("canvas") }}, {{ HTMLElement("embed") }}, {{ HTMLElement("iframe") }}, {{ HTMLElement("img") }}, {{ HTMLElement("input") }}, {{ HTMLElement("object") }}, {{ HTMLElement("video") }} | Nota: Em algumas instâncias, tal como {{ HTMLElement("div") }}, isto é um atributo legado, em cujo caso a propriedade CSS {{ Cssxref("height") }} deveria ser usado em vez. Em outros casos, assim como {{ HTMLElement("canvas") }}, a altura deve ser especificado com esse atributo. | | hidden | [Global attribute](/pt-BR/HTML/Global_attributes) | Indica a relevância de um elemento. | @@ -56,7 +55,6 @@ slug: Web/HTML/Attributes | id | [Global attribute](/pt-BR/HTML/Global_attributes) | Frequentemente usado com CSS para estilizar um elemento específico. O valor deste atributo deve ser único. | | ismap | {{ HTMLElement("img") }} | Indica que a imagem é parte de um mapa de imagem "sever-side". | | itemprop | [Global attribute](/pt-BR/HTML/Global_attributes) | | -| keytype | {{ HTMLElement("keygen") }} | Especifica o tipo de chave gerada. | | kind | {{ HTMLElement("track") }} | Especifica o tipo de caminho de texto. | | label | {{ HTMLElement("track") }} | Especifica um título "user-releadable" de um caminho de texto. | | lang | [Global attribute](/pt-BR/HTML/Global_attributes) | Define o idioma usado no elemento. | @@ -71,7 +69,7 @@ slug: Web/HTML/Attributes | method | {{ HTMLElement("form") }} | Define qual método HTTP usar quando enviar um formulário. Pode ser GET(padrão) ou POST. | | min | {{ HTMLElement("input") }}, {{ HTMLElement("meter") }} | Indica o valor mínimo permitido. | | multiple | {{ HTMLElement("input") }}, {{ HTMLElement("select") }} | Indica se múltiplos valores podem ser inseridos em uma entrada do tipo `email` ou `file`. | -| name | {{ HTMLElement("button") }}, {{ HTMLElement("form") }}, {{ HTMLElement("fieldset") }}, {{ HTMLElement("iframe") }}, {{ HTMLElement("input") }}, {{ HTMLElement("keygen") }}, {{ HTMLElement("object") }}, {{ HTMLElement("output") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }}, {{ HTMLElement("map") }}, {{ HTMLElement("meta") }}, {{ HTMLElement("param") }} | Nome do elemento. Por exemplo usado pelo servidor para identificar os campos no envio do formulário. | +| name | {{ HTMLElement("button") }}, {{ HTMLElement("form") }}, {{ HTMLElement("fieldset") }}, {{ HTMLElement("iframe") }}, {{ HTMLElement("input") }}, {{ HTMLElement("object") }}, {{ HTMLElement("output") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }}, {{ HTMLElement("map") }}, {{ HTMLElement("meta") }}, {{ HTMLElement("param") }} | Nome do elemento. Por exemplo usado pelo servidor para identificar os campos no envio do formulário. | | novalidate | {{ HTMLElement("form") }} | Este atributo indica que o formulário não deveria ser validado quando enviado. | | open | {{ HTMLElement("details") }} | Indica se os detalhes serão mostrados no carregamento da página. | | optimum | {{ HTMLElement("meter") }} | Indica o valor numérico optimal. | diff --git a/files/pt-br/web/html/content_categories/index.md b/files/pt-br/web/html/content_categories/index.md index b626ea010f153b..02bcff4a66d8e0 100644 --- a/files/pt-br/web/html/content_categories/index.md +++ b/files/pt-br/web/html/content_categories/index.md @@ -23,7 +23,7 @@ Os elementos pertencentes a essa categoria são {{HTMLElement("base")}}, {{HTMLE ### Conteúdo de fluxo -Elementos pertencentes a categoria de conteúdo de fluxo tipicamente contém texto ou conteúdo embutido. Eles são: {{HTMLElement("a")}}, {{HTMLElement("abbr")}}, {{HTMLElement("address")}}, {{HTMLElement("article")}}, {{HTMLElement("aside")}}, {{HTMLElement("audio")}}, {{HTMLElement("b")}},{{HTMLElement("bdo")}}, {{HTMLElement("bdi")}}, {{HTMLElement("blockquote")}}, {{HTMLElement("br")}}, {{HTMLElement("button")}}, {{HTMLElement("canvas")}}, {{HTMLElement("cite")}}, {{HTMLElement("code")}}, {{HTMLElement("command")}}, {{HTMLElement("data")}}, {{HTMLElement("datalist")}}, {{HTMLElement("del")}}, {{HTMLElement("details")}}, {{HTMLElement("dfn")}}, {{HTMLElement("div")}}, {{HTMLElement("dl")}}, {{HTMLElement("em")}}, {{HTMLElement("embed")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("figure")}}, {{HTMLElement("footer")}}, {{HTMLElement("form")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}, {{HTMLElement("header")}}, {{HTMLElement("hgroup")}}, {{HTMLElement("hr")}}, {{HTMLElement("i")}}, {{HTMLElement("iframe")}}, {{HTMLElement("img")}}, {{HTMLElement("input")}}, {{HTMLElement("ins")}}, {{HTMLElement("kbd")}}, {{HTMLElement("keygen")}}, {{HTMLElement("label")}}, {{HTMLElement("main")}}, {{HTMLElement("map")}}, {{HTMLElement("mark")}}, {{MathMLElement("math")}}, {{HTMLElement("menu")}}, {{HTMLElement("meter")}}, {{HTMLElement("nav")}}, {{HTMLElement("noscript")}}, {{HTMLElement("object")}}, {{HTMLElement("ol")}}, {{HTMLElement("output")}}, {{HTMLElement("p")}}, {{HTMLElement("pre")}}, {{HTMLElement("progress")}}, {{HTMLElement("q")}}, {{HTMLElement("ruby")}}, {{HTMLElement("s")}}, {{HTMLElement("samp")}}, {{HTMLElement("script")}}, {{HTMLElement("section")}}, {{HTMLElement("select")}}, {{HTMLElement("small")}}, {{HTMLElement("span")}}, {{HTMLElement("strong")}}, {{HTMLElement("sub")}}, {{HTMLElement("sup")}}, {{SVGElement("svg")}}, {{HTMLElement("table")}}, {{HTMLElement("template")}}, {{HTMLElement("textarea")}}, {{HTMLElement("time")}}, {{HTMLElement("ul")}}, {{HTMLElement("var")}}, {{HTMLElement("video")}}, {{HTMLElement("wbr")}} e Text. +Elementos pertencentes a categoria de conteúdo de fluxo tipicamente contém texto ou conteúdo embutido. Eles são: {{HTMLElement("a")}}, {{HTMLElement("abbr")}}, {{HTMLElement("address")}}, {{HTMLElement("article")}}, {{HTMLElement("aside")}}, {{HTMLElement("audio")}}, {{HTMLElement("b")}},{{HTMLElement("bdo")}}, {{HTMLElement("bdi")}}, {{HTMLElement("blockquote")}}, {{HTMLElement("br")}}, {{HTMLElement("button")}}, {{HTMLElement("canvas")}}, {{HTMLElement("cite")}}, {{HTMLElement("code")}}, {{HTMLElement("command")}}, {{HTMLElement("data")}}, {{HTMLElement("datalist")}}, {{HTMLElement("del")}}, {{HTMLElement("details")}}, {{HTMLElement("dfn")}}, {{HTMLElement("div")}}, {{HTMLElement("dl")}}, {{HTMLElement("em")}}, {{HTMLElement("embed")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("figure")}}, {{HTMLElement("footer")}}, {{HTMLElement("form")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}, {{HTMLElement("header")}}, {{HTMLElement("hgroup")}}, {{HTMLElement("hr")}}, {{HTMLElement("i")}}, {{HTMLElement("iframe")}}, {{HTMLElement("img")}}, {{HTMLElement("input")}}, {{HTMLElement("ins")}}, {{HTMLElement("kbd")}}, {{HTMLElement("label")}}, {{HTMLElement("main")}}, {{HTMLElement("map")}}, {{HTMLElement("mark")}}, {{MathMLElement("math")}}, {{HTMLElement("menu")}}, {{HTMLElement("meter")}}, {{HTMLElement("nav")}}, {{HTMLElement("noscript")}}, {{HTMLElement("object")}}, {{HTMLElement("ol")}}, {{HTMLElement("output")}}, {{HTMLElement("p")}}, {{HTMLElement("pre")}}, {{HTMLElement("progress")}}, {{HTMLElement("q")}}, {{HTMLElement("ruby")}}, {{HTMLElement("s")}}, {{HTMLElement("samp")}}, {{HTMLElement("script")}}, {{HTMLElement("section")}}, {{HTMLElement("select")}}, {{HTMLElement("small")}}, {{HTMLElement("span")}}, {{HTMLElement("strong")}}, {{HTMLElement("sub")}}, {{HTMLElement("sup")}}, {{SVGElement("svg")}}, {{HTMLElement("table")}}, {{HTMLElement("template")}}, {{HTMLElement("textarea")}}, {{HTMLElement("time")}}, {{HTMLElement("ul")}}, {{HTMLElement("var")}}, {{HTMLElement("video")}}, {{HTMLElement("wbr")}} e Text. Alguns outros elementos pertencem a essa categoria, mas somente se uma condição específica é realizada: @@ -52,7 +52,7 @@ Os elementos pertencentes a essa categoria são {{HTMLElement("h1")}}, {{HTMLEle O conteúdo fraseado define o texto e a marcação que ele contém. Séries de conteúdos fraseados compõem parágrafos. -Os elementos pertencentes a essa categoria são {{HTMLElement("abbr")}}, {{HTMLElement("audio")}}, {{HTMLElement("b")}}, {{HTMLElement("bdo")}}, {{HTMLElement("br")}}, {{HTMLElement("button")}}, {{HTMLElement("canvas")}}, {{HTMLElement("cite")}}, {{HTMLElement("code")}}, {{HTMLElement("command")}}, {{HTMLElement("datalist")}}, {{HTMLElement("dfn")}}, {{HTMLElement("em")}}, {{HTMLElement("embed")}}, {{HTMLElement("i")}}, {{HTMLElement("iframe")}}, {{HTMLElement("img")}}, {{HTMLElement("input")}}, {{HTMLElement("kbd")}}, {{HTMLElement("keygen")}}, {{HTMLElement("label")}}, {{HTMLElement("mark")}}, {{MathMLElement("math")}}, {{HTMLElement("meter")}}, {{HTMLElement("noscript")}}, {{HTMLElement("object")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}}, {{HTMLElement("q")}}, {{HTMLElement("ruby")}}, {{HTMLElement("samp")}}, {{HTMLElement("script")}}, {{HTMLElement("select")}}, {{HTMLElement("small")}}, {{HTMLElement("span")}}, {{HTMLElement("strong")}}, {{HTMLElement("sub")}}, {{HTMLElement("sup")}}, {{SVGElement("svg")}}, {{HTMLElement("textarea")}}, {{HTMLElement("time")}}, {{HTMLElement("var")}}, {{HTMLElement("video")}}, {{HTMLElement("wbr")}} e texto simples (não consistindo somente de caracteres de espaço em branco). +Os elementos pertencentes a essa categoria são {{HTMLElement("abbr")}}, {{HTMLElement("audio")}}, {{HTMLElement("b")}}, {{HTMLElement("bdo")}}, {{HTMLElement("br")}}, {{HTMLElement("button")}}, {{HTMLElement("canvas")}}, {{HTMLElement("cite")}}, {{HTMLElement("code")}}, {{HTMLElement("command")}}, {{HTMLElement("datalist")}}, {{HTMLElement("dfn")}}, {{HTMLElement("em")}}, {{HTMLElement("embed")}}, {{HTMLElement("i")}}, {{HTMLElement("iframe")}}, {{HTMLElement("img")}}, {{HTMLElement("input")}}, {{HTMLElement("kbd")}}, {{HTMLElement("label")}}, {{HTMLElement("mark")}}, {{MathMLElement("math")}}, {{HTMLElement("meter")}}, {{HTMLElement("noscript")}}, {{HTMLElement("object")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}}, {{HTMLElement("q")}}, {{HTMLElement("ruby")}}, {{HTMLElement("samp")}}, {{HTMLElement("script")}}, {{HTMLElement("select")}}, {{HTMLElement("small")}}, {{HTMLElement("span")}}, {{HTMLElement("strong")}}, {{HTMLElement("sub")}}, {{HTMLElement("sup")}}, {{SVGElement("svg")}}, {{HTMLElement("textarea")}}, {{HTMLElement("time")}}, {{HTMLElement("var")}}, {{HTMLElement("video")}}, {{HTMLElement("wbr")}} e texto simples (não consistindo somente de caracteres de espaço em branco). Alguns outros elementos pertencem a essa categoria, mas somente se uma condição específica é realizada: @@ -70,7 +70,7 @@ O conteúdo embutido importa outro recurso ou insere conteúdo de uma outra ling ### Conteúdo interativo -O conteúdo interativo inclui elementos que são especificamente desenvolvidos para a interação do usuário. Os elementos que pertencem a essa categoria incluem: {{HTMLElement("a")}}, {{HTMLElement("button")}}, {{HTMLElement("details")}}, {{HTMLElement("embed")}}, {{HTMLElement("iframe")}}, {{HTMLElement("keygen")}}, {{HTMLElement("label")}}, {{HTMLElement("select")}}, e {{HTMLElement("textarea")}}. Alguns elementos pertencem a essa categoria somente sob condições específicas: +O conteúdo interativo inclui elementos que são especificamente desenvolvidos para a interação do usuário. Os elementos que pertencem a essa categoria incluem: {{HTMLElement("a")}}, {{HTMLElement("button")}}, {{HTMLElement("details")}}, {{HTMLElement("embed")}}, {{HTMLElement("iframe")}}, {{HTMLElement("label")}}, {{HTMLElement("select")}}, e {{HTMLElement("textarea")}}. Alguns elementos pertencem a essa categoria somente sob condições específicas: - {{HTMLElement("audio")}}, se o atributo [`controls`](/pt-BR/docs/Web/HTML/Element/audio#controls) estiver presente - {{HTMLElement("img")}}, se o atributo [`usemap`](/pt-BR/docs/Web/HTML/Element/img#usemap) estiver presente @@ -86,7 +86,6 @@ O conteúdo associado ao **form** compreende elementos que têm um formulário d - {{HTMLElement("button")}} - {{HTMLElement("fieldset")}} - {{HTMLElement("input")}} -- {{HTMLElement("keygen")}} - {{HTMLElement("label")}} - {{HTMLElement("meter")}} - {{HTMLElement("object")}} @@ -98,13 +97,13 @@ O conteúdo associado ao **form** compreende elementos que têm um formulário d Essa categoria contém várias sub-categorias: - listed - - : Elementos que estão listados nas coleções IDL [form.elements](/pt-BR/docs/DOM/form.elements) e fieldset.elements. Contém {{HTMLElement("button")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("input")}}, {{HTMLElement("keygen")}}, {{HTMLElement("object")}}, {{HTMLElement("output")}}, {{HTMLElement("select")}} e {{HTMLElement("textarea")}}. + - : Elementos que estão listados nas coleções IDL [form.elements](/pt-BR/docs/DOM/form.elements) e fieldset.elements. Contém {{HTMLElement("button")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("input")}}, {{HTMLElement("object")}}, {{HTMLElement("output")}}, {{HTMLElement("select")}} e {{HTMLElement("textarea")}}. - labelable - - : Elementos que podem ser associados com elementos {{HTMLElement("label")}}. Contém {{HTMLElement("button")}}, {{HTMLElement("input")}}, {{HTMLElement("keygen")}}, {{HTMLElement("meter")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}}, {{HTMLElement("select")}} e {{HTMLElement("textarea")}}. + - : Elementos que podem ser associados com elementos {{HTMLElement("label")}}. Contém {{HTMLElement("button")}}, {{HTMLElement("input")}}, {{HTMLElement("meter")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}}, {{HTMLElement("select")}} e {{HTMLElement("textarea")}}. - submittable - - : Elementos que podem ser usados para construir o formulário de dados quando o formulário é enviado. Contém {{HTMLElement("button")}}, {{HTMLElement("input")}}, {{HTMLElement("keygen")}}, {{HTMLElement("object")}}, {{HTMLElement("select")}}, e {{HTMLElement("textarea")}}. + - : Elementos que podem ser usados para construir o formulário de dados quando o formulário é enviado. Contém {{HTMLElement("button")}}, {{HTMLElement("input")}}, {{HTMLElement("object")}}, {{HTMLElement("select")}}, e {{HTMLElement("textarea")}}. - resettable - - : Elementos que podem ser afetados quando um formulário é reinicializado. Contém {{HTMLElement("input")}}, {{HTMLElement("keygen")}}, {{HTMLElement("output")}},{{HTMLElement("select")}} e {{HTMLElement("textarea")}}. + - : Elementos que podem ser afetados quando um formulário é reinicializado. Contém {{HTMLElement("input")}}, {{HTMLElement("output")}},{{HTMLElement("select")}} e {{HTMLElement("textarea")}}. ## Modelo de conteúdo transparente diff --git a/files/pt-br/web/html/element/button/index.md b/files/pt-br/web/html/element/button/index.md index b3a7dbde82d2c3..e90a3ab0c68e50 100644 --- a/files/pt-br/web/html/element/button/index.md +++ b/files/pt-br/web/html/element/button/index.md @@ -114,6 +114,6 @@ Firefox <35 para Android define um padrão {{ cssxref("background-image") }} gra ## Veja também -Outros elementos que são usados para criar formulários: {{HTMLElement("form")}}, {{HTMLElement("datalist")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("input")}},{{HTMLElement("keygen")}}, {{HTMLElement("label")}}, {{HTMLElement("legend")}}, {{HTMLElement("meter")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("option")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}}, {{HTMLElement("select")}}, {{HTMLElement("textarea")}}. +Outros elementos que são usados para criar formulários: {{HTMLElement("form")}}, {{HTMLElement("datalist")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("input")}}, {{HTMLElement("label")}}, {{HTMLElement("legend")}}, {{HTMLElement("meter")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("option")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}}, {{HTMLElement("select")}}, {{HTMLElement("textarea")}}. {{HTMLSidebar}} diff --git a/files/pt-br/web/html/element/fieldset/index.md b/files/pt-br/web/html/element/fieldset/index.md index bf2909ca78596d..aae8d4b08e7775 100644 --- a/files/pt-br/web/html/element/fieldset/index.md +++ b/files/pt-br/web/html/element/fieldset/index.md @@ -385,5 +385,5 @@ O exemplo a seguinte é feito de puro HTML e CSS. Não contém javascript. ## Veja também -- Outros elementos de formlários relacionados: {{HTMLElement("form")}}, {{HTMLElement("legend")}}, {{HTMLElement("label")}}, {{HTMLElement("button")}}, {{HTMLElement("select")}}, {{HTMLElement("datalist")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("option")}}, {{HTMLElement("textarea")}}, {{HTMLElement("keygen")}}, {{HTMLElement("input")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} e {{HTMLElement("meter")}}. +- Outros elementos de formlários relacionados: {{HTMLElement("form")}}, {{HTMLElement("legend")}}, {{HTMLElement("label")}}, {{HTMLElement("button")}}, {{HTMLElement("select")}}, {{HTMLElement("datalist")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("option")}}, {{HTMLElement("textarea")}}, {{HTMLElement("input")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} e {{HTMLElement("meter")}}. - Artigo de como usar o fieldset para [ajudar na validação do seu formulário html](https://blog.alura.com.br/formulario-com-form-validation-do-html5/) diff --git a/files/pt-br/web/html/element/index.md b/files/pt-br/web/html/element/index.md index 8078f77f5624d6..8ae5efbcace98e 100644 --- a/files/pt-br/web/html/element/index.md +++ b/files/pt-br/web/html/element/index.md @@ -238,7 +238,6 @@ Componentes Web são uma tecnologia relacionada a HTML que faz possível, essenc | {{HTMLElement("frame")}} | Defines a particular area in which another HTML document can be displayed. A frame should be used within a {{HTMLElement("frameset")}}. | | {{HTMLElement("frameset")}} | Used to contain {{HTMLElement("frame")}} elements. | | {{HTMLElement("image")}} | O **elemento HTML `
` **destina-se a agrupar cabeçalhos de diferentes níveis para uma seção do documento. Ele agrupa (é um container para) um conjunto de elementos [`

`](/pt-BR/docs/Web/HTML/Element/Heading_Elements). | -| {{HTMLElement("keygen")}} | Exists to facilitate generation of key material, and submission of the public key as part of an [HTML form](/pt-BR/docs/Learn/Forms). This mechanism is designed for use with Web-based certificate management systems. It is expected that the `` element will be used in an HTML form along with other information needed to construct a certificate request, and that the result of the process will be a signed certificate. | | {{HTMLElement("marquee")}} | Used to insert a scrolling area of text. You can control what happens when the text reaches the edges of its content area using its attributes. | | {{HTMLElement("menuitem")}} | O elemento html \ é usado para inserir uma área de rolagem de texto"scrolling" , similar a um letreiro. Você pode controlar o comportamento do conteúdo fornecendo alguns atributos extras. | | {{HTMLElement("nobr")}} | Prevents the text it contains from automatically wrapping across multiple lines, potentially resulting in the user having to scroll horizontally to see the entire width of the text. | diff --git a/files/pt-br/web/html/element/input/index.md b/files/pt-br/web/html/element/input/index.md index 10cdccf8cce50d..9b9d3442350262 100644 --- a/files/pt-br/web/html/element/input/index.md +++ b/files/pt-br/web/html/element/input/index.md @@ -275,7 +275,7 @@ Você pode usar o atributo [`mozactionhint`](/pt-BR/docs/Web/HTML/Element/input# ## Veja também -- Outros elementos relacionados a formulários: {{HTMLElement("form")}}, {{HTMLElement("button")}}, {{HTMLElement("datalist")}}, {{HTMLElement("legend")}}, {{HTMLElement("label")}}, {{HTMLElement("select")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("option")}}, {{HTMLElement("textarea")}}, {{HTMLElement("keygen")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} e {{HTMLElement("meter")}}. +- Outros elementos relacionados a formulários: {{HTMLElement("form")}}, {{HTMLElement("button")}}, {{HTMLElement("datalist")}}, {{HTMLElement("legend")}}, {{HTMLElement("label")}}, {{HTMLElement("select")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("option")}}, {{HTMLElement("textarea")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} e {{HTMLElement("meter")}}. - [Cross-browser HTML5 placeholder text](http://webdesignerwall.com/tutorials/cross-browser-html5-placeholder-text) {{HTMLSidebar}} diff --git a/files/pt-br/web/html/element/label/index.md b/files/pt-br/web/html/element/label/index.md index d64e43d6240dcf..b4cbdb5aa9de9a 100644 --- a/files/pt-br/web/html/element/label/index.md +++ b/files/pt-br/web/html/element/label/index.md @@ -56,6 +56,6 @@ A tecla de atalho para acessar este elemento a partir do teclado. ## See also -- Other form-related elements: {{HTMLElement("form")}}, {{HTMLElement("button")}}, {{HTMLElement("datalist")}}, {{HTMLElement("legend")}}, {{HTMLElement("select")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("option")}}, {{HTMLElement("textarea")}}, {{HTMLElement("keygen")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} and {{HTMLElement("meter")}}. +- Other form-related elements: {{HTMLElement("form")}}, {{HTMLElement("button")}}, {{HTMLElement("datalist")}}, {{HTMLElement("legend")}}, {{HTMLElement("select")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("option")}}, {{HTMLElement("textarea")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} and {{HTMLElement("meter")}}. {{HTMLSidebar}} diff --git a/files/pt-br/web/html/element/legend/index.md b/files/pt-br/web/html/element/legend/index.md index 30a53c8a673c9a..90dc8301d8ac85 100644 --- a/files/pt-br/web/html/element/legend/index.md +++ b/files/pt-br/web/html/element/legend/index.md @@ -31,6 +31,6 @@ Veja {{HTMLElement("form")}} para exemplos sobre ``. ## Veja Também -- Outros elementos relacionados a formulários: {{HTMLElement("form")}}, {{HTMLElement("option")}}, {{HTMLElement("label")}}, {{HTMLElement("button")}}, {{HTMLElement("select")}}, {{HTMLElement("datalist")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("textarea")}}, {{HTMLElement("keygen")}}, {{HTMLElement("input")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} and {{HTMLElement("meter")}}. +- Outros elementos relacionados a formulários: {{HTMLElement("form")}}, {{HTMLElement("option")}}, {{HTMLElement("label")}}, {{HTMLElement("button")}}, {{HTMLElement("select")}}, {{HTMLElement("datalist")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("textarea")}}, {{HTMLElement("input")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} and {{HTMLElement("meter")}}. {{HTMLSidebar}} diff --git a/files/pt-br/web/html/element/optgroup/index.md b/files/pt-br/web/html/element/optgroup/index.md index 490d15588c0008..814a8f542a14a3 100644 --- a/files/pt-br/web/html/element/optgroup/index.md +++ b/files/pt-br/web/html/element/optgroup/index.md @@ -57,6 +57,6 @@ Este elemento inclui os [atributos globais](/pt-BR/docs/HTML/Global_attributes). ## Veja também -- Outros elementos de formularios relacionados: {{HTMLElement("form")}}, {{HTMLElement("legend")}}, {{HTMLElement("label")}}, {{HTMLElement("button")}}, {{HTMLElement("select")}}, {{HTMLElement("datalist")}}, {{HTMLElement("option")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("textarea")}}, {{HTMLElement("keygen")}}, {{HTMLElement("input")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} e {{HTMLElement("meter")}}. +- Outros elementos de formularios relacionados: {{HTMLElement("form")}}, {{HTMLElement("legend")}}, {{HTMLElement("label")}}, {{HTMLElement("button")}}, {{HTMLElement("select")}}, {{HTMLElement("datalist")}}, {{HTMLElement("option")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("textarea")}}, {{HTMLElement("input")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} e {{HTMLElement("meter")}}. {{HTMLSidebar}} diff --git a/files/pt-br/web/html/element/option/index.md b/files/pt-br/web/html/element/option/index.md index 55bc601c8a0877..a251f7374d98e7 100644 --- a/files/pt-br/web/html/element/option/index.md +++ b/files/pt-br/web/html/element/option/index.md @@ -47,6 +47,6 @@ Veja os exemplos do elemento {{HTMLElement("select")}}. ## Veja também -- Outros elementos relacionados a formulários: {{HTMLElement("form")}}, {{HTMLElement("legend")}}, {{HTMLElement("label")}}, {{HTMLElement("button")}}, {{HTMLElement("select")}}, {{HTMLElement("datalist")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("textarea")}}, {{HTMLElement("keygen")}}, {{HTMLElement("input")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} e {{HTMLElement("meter")}}. +- Outros elementos relacionados a formulários: {{HTMLElement("form")}}, {{HTMLElement("legend")}}, {{HTMLElement("label")}}, {{HTMLElement("button")}}, {{HTMLElement("select")}}, {{HTMLElement("datalist")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("textarea")}}, {{HTMLElement("input")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} e {{HTMLElement("meter")}}. {{HTMLSidebar}} diff --git a/files/pt-br/web/html/element/output/index.md b/files/pt-br/web/html/element/output/index.md index 265046df75a030..d8c50f41938c63 100644 --- a/files/pt-br/web/html/element/output/index.md +++ b/files/pt-br/web/html/element/output/index.md @@ -43,6 +43,6 @@ O elemento implementa a interface [HTMLOutputElement](/pt-BR/DOM/HTMLOutputEleme ## Veja também -Outros elementos relacionados ao form: {{ HTMLElement("form") }}, {{ HTMLElement("input") }}, {{ HTMLElement("button") }}, {{ HTMLElement("datalist") }}, {{ HTMLElement("legend") }}, {{ HTMLElement("label") }}, {{ HTMLElement("select") }}, {{ HTMLElement("optgroup") }}, {{ HTMLElement("option") }}, {{ HTMLElement("textarea") }}, {{ HTMLElement("keygen") }}, {{ HTMLElement("fieldset") }}, {{ HTMLElement("progress") }} and {{ HTMLElement("meter") }}. +Outros elementos relacionados ao form: {{ HTMLElement("form") }}, {{ HTMLElement("input") }}, {{ HTMLElement("button") }}, {{ HTMLElement("datalist") }}, {{ HTMLElement("legend") }}, {{ HTMLElement("label") }}, {{ HTMLElement("select") }}, {{ HTMLElement("optgroup") }}, {{ HTMLElement("option") }}, {{ HTMLElement("textarea") }}, {{ HTMLElement("fieldset") }}, {{ HTMLElement("progress") }} and {{ HTMLElement("meter") }}. {{ HTMLSidebar }} diff --git a/files/pt-br/web/html/element/select/index.md b/files/pt-br/web/html/element/select/index.md index 375f1a1cb7e729..09b42da267c6fb 100644 --- a/files/pt-br/web/html/element/select/index.md +++ b/files/pt-br/web/html/element/select/index.md @@ -69,6 +69,6 @@ A seguir um exemplo de como simular uma lista de seleção com opções editáve ## Veja também -- Outros elementos relacionados a formulários: {{HTMLElement("form")}}, {{HTMLElement("legend")}}, {{HTMLElement("label")}}, {{HTMLElement("button")}}, {{HTMLElement("option")}}, {{HTMLElement("datalist")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("textarea")}}, {{HTMLElement("keygen")}}, {{HTMLElement("input")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} e {{HTMLElement("meter")}}. +- Outros elementos relacionados a formulários: {{HTMLElement("form")}}, {{HTMLElement("legend")}}, {{HTMLElement("label")}}, {{HTMLElement("button")}}, {{HTMLElement("option")}}, {{HTMLElement("datalist")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("textarea")}}, {{HTMLElement("input")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}} e {{HTMLElement("meter")}}. {{HTMLSidebar}} diff --git a/files/pt-br/web/html/element/textarea/index.md b/files/pt-br/web/html/element/textarea/index.md index 6954a21392add3..cf63b3621f8ef8 100644 --- a/files/pt-br/web/html/element/textarea/index.md +++ b/files/pt-br/web/html/element/textarea/index.md @@ -245,7 +245,6 @@ Outros elementos relacionados ao formulário: - {{ HTMLElement("optgroup") }} - {{ HTMLElement("option") }} - {{ HTMLElement("input") }} -- {{ HTMLElement("keygen") }} - {{ HTMLElement("fieldset") }} - {{ HTMLElement("output") }} - {{ HTMLElement("progress") }}