Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[es] remove obsolete orphaned/Web/HTML/Element/blink #17123

Merged
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions files/es/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,6 @@
/es/docs/Web/HTML/Element/applet /es/docs/orphaned/Web/HTML/Element/applet
/es/docs/Web/HTML/Element/basefont /es/docs/conflicting/Web/CSS/CSS_Fonts
/es/docs/Web/HTML/Element/bgsound /es/docs/Web/HTML/Element/audio
/es/docs/Web/HTML/Element/blink /es/docs/orphaned/Web/HTML/Element/blink
/es/docs/Web/HTML/Element/content /es/docs/Web/HTML/element/slot
/es/docs/Web/HTML/Element/input/datetime /es/docs/Web/HTML/Element/input/datetime-local
/es/docs/Web/HTML/Elemento /es/docs/Web/HTML/Element
Expand All @@ -2039,7 +2038,6 @@
/es/docs/Web/HTML/Elemento/bdo /es/docs/Web/HTML/Element/bdo
/es/docs/Web/HTML/Elemento/bgsound /es/docs/Web/HTML/Element/audio
/es/docs/Web/HTML/Elemento/big /es/docs/Web/HTML/Element/big
/es/docs/Web/HTML/Elemento/blink /es/docs/orphaned/Web/HTML/Element/blink
/es/docs/Web/HTML/Elemento/blockquote /es/docs/Web/HTML/Element/blockquote
/es/docs/Web/HTML/Elemento/body /es/docs/Web/HTML/Element/body
/es/docs/Web/HTML/Elemento/br /es/docs/Web/HTML/Element/br
Expand Down
4 changes: 0 additions & 4 deletions files/es/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -15303,10 +15303,6 @@
"modified": "2019-03-23T23:42:26.076Z",
"contributors": ["Sebastianz", "teoli", "Jorolo"]
},
"orphaned/Web/HTML/Element/blink": {
"modified": "2019-10-10T16:37:40.291Z",
"contributors": ["teoli", "jcr4"]
},
"orphaned/Web/HTML/Element/command": {
"modified": "2019-10-05T04:48:52.506Z",
"contributors": ["titox", "jcr4"]
Expand Down
42 changes: 0 additions & 42 deletions files/es/orphaned/web/html/element/blink/index.md

This file was deleted.

1 change: 0 additions & 1 deletion files/es/web/html/element/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ Los Componentes Web son una tecnología relacionada con HTML que hacen que sea p
| {{HTMLElement("applet")}} | **Sus etiquetas son**: \<applet> y \</applet> (ambas obligatorias) |
| {{HTMLElement("bgsound")}} | El elemento HTML de sonido de fondo (\<bgsound>) es un elemento de Internet Explorer que asocia un sonido de fondo con un página . |
| {{HTMLElement("big")}} | **big** de big=grande |
| {{HTMLElement("blink")}} | El elemento HTML blink (`<blink>`) no es un elemento estándar que causa que el texto encerrado parpadee lentamente . |
| {{HTMLElement("center")}} | **Sus etiquetas son**: \<center> y \</center> (ambas obligatorias). |
| {{HTMLElement("content")}} | El elemento [HTML](/es/docs/Web/HTML) `<content>` es usado dentro de un [Shadow DOM](/es/docs/Web/Web_Components/Using_shadow_DOM) como un punto de inserción . No está pensado para ser usado en HTML ordinario . Es usado con [Web Components](/es/docs/Web/Web_Components). |
| {{HTMLElement("dir")}} | **Sus etiquetas son**: \<dir> y \</dir> (ambas obligatorias). |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ slug: Web/JavaScript/Reference/Global_Objects/String/blink

## Resumen

Causa que una cadena parpadee como si estuviese en una etiqueta {{HTMLElement("blink")}}.
Causa que una cadena parpadee como si estuviese en una etiqueta `<blink>`.

## Sintaxis

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Ambos métodos anteriores dan como resultado cadenas idénticas.
- {{jsxref("String.prototype.big()")}}
- : {{HTMLElement("big")}}
- {{jsxref("String.prototype.blink()")}}
- : {{HTMLElement("blink")}}
- : `<blink>`
- {{jsxref("String.prototype.bold()")}}
- : {{HTMLElement("b")}}
- {{jsxref("String.prototype.fixed()")}}
Expand Down