Skip to content

Commit

Permalink
[pt-br] remove all blink HTML element occurrences (#17168)
Browse files Browse the repository at this point in the history
* [pt-br] remove all 'blink' HTML element occurrences

* [pt-br] remove all 'blink' HTML element occurrences
  • Loading branch information
leon-win authored Dec 4, 2023
1 parent 5675c46 commit e188a7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions files/pt-br/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -11327,10 +11327,6 @@
"AluisioASG"
]
},
"orphaned/Web/HTML/Element/blink": {
"modified": "2019-03-23T22:51:55.020Z",
"contributors": ["TatiTheFreaK", "ti201501", "macalha"]
},
"orphaned/Web/HTML/Element/command": {
"modified": "2019-03-23T23:38:57.259Z",
"contributors": ["wbamberg", "teoli", "LeonardoPacheco"]
Expand Down
1 change: 0 additions & 1 deletion files/pt-br/web/html/element/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ Componentes Web são uma tecnologia relacionada a HTML que faz possível, essenc
| {{HTMLElement("applet")}} | The HTML Applet Element (`<applet>`) identifies the inclusion of a Java applet. |
| {{HTMLElement("bgsound")}} | Sets up a sound file to play in the background while the page is used; use {{HTMLElement("audio")}} instead. |
| {{HTMLElement("big")}} | The obsolete **HTML Big Element** (**`<big>`**) renders the enclosed text at a font size one level larger than the surrounding text (`medium` becomes `large`, for example). The size is capped at the browser's maximum permitted font size. |
| {{HTMLElement("blink")}} | O elemento HTML Blink (`<blink>`) é um elemento não-padrão que faz com que o texto pisque lentamente. |
| {{HTMLElement("center")}} | O elemento **Center do HTML** (**`<center>`**) se tornou obsoleto, é um [elemento de nível de bloco](/pt-BR/docs/Web/HTML/Elementos_block-level) que exibe o conteúdo em nível de bloco ou em linha centralizado horizontalmente dentro do elemento que o contém. O contêiner {{HTMLElement ("body")}} geralmente está presente, mas não é necessário. Essa tag foi descontinuada no HTML 4 (e XHTML 1) em favor da propriedade CSS {{Cssxref ("text-align")}}, que pode ser aplicada ao elemento {{HTMLElement ("div")}} ou à um paragráfo indivídual {{HTMLElement ("p")}}. Para blocos de centralização, use outras propriedades CSS como {{Cssxref ("margin-left")}} e {{Cssxref ("margin-right")}} e defina-as como `auto` (ou defina {{Cssxref ("margin") }} para `0 auto`). |
| {{HTMLElement("content")}} | The **HTML `<content>` element**—an obsolete part of the [Web Components](/pt-BR/docs/Web/Web_Components) suite of technologies—was used inside of [Shadow DOM](/pt-BR/docs/Web/Web_Components/Shadow_DOM) as an {{glossary("insertion point")}}, and wasn't meant to be used in ordinary HTML. It has now been replaced by the {{HTMLElement("slot")}} element, which creates a point in the DOM at which a shadow DOM can be inserted. |
| {{HTMLElement("dir")}} | O elemento de diretório HTML obsoleto (**`<dir>`**) é usado como um contêiner para um diretório de arquivos e/ou pastas, potencialmente com estilos e ícones aplicados pelo {{Glossary("user agent")}}. Não use este elemento obsoleto; em vez disso, você deve usar o {{HTMLElement("ul")}} elemento para listas, incluindo listas de arquivos. |
Expand Down

0 comments on commit e188a7e

Please sign in to comment.