aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/elemento/blink/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/elemento/blink/index.html')
-rw-r--r--files/es/web/html/elemento/blink/index.html100
1 files changed, 0 insertions, 100 deletions
diff --git a/files/es/web/html/elemento/blink/index.html b/files/es/web/html/elemento/blink/index.html
deleted file mode 100644
index f63821708a..0000000000
--- a/files/es/web/html/elemento/blink/index.html
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: <blink>
-slug: Web/HTML/Elemento/blink
-tags:
- - Elemento
- - HTML
- - Obsoleto
- - Referencia
- - Web
-translation_of: Web/HTML/Element/blink
----
-<div>{{Deprecated_header}} {{Non-standard_header}}</div>
-
-<p>El elemento HTML blink (<code>&lt;blink&gt;</code>) no es un elemento estándar que causa que el texto encerrado parpadee lentamente .</p>
-
-<div class="warning">
-<p class="note"><strong>Precaución :</strong> No usar este elemento ya que no es un elemento estándar y está <strong>obsoleto</strong>. El texto parpadeante es mal visto por diversos estándares de accesibilidad y la especificación de CSS permite a los exploradores ingnorar el valor del parpadeo . .</p>
-</div>
-
-<h2 id="Interface_DOM">Interface DOM</h2>
-
-<p>Este elemento no es soportado y por lo tanto implementa la interface {domxref("HTMLUnknownElement")}} .</p>
-
-<h2 id="Ejemplo">Ejemplo</h2>
-
-<pre class="brush:html">&lt;blink&gt;Why would somebody use this?&lt;/blink&gt;
-</pre>
-
-<h3 id="Resultado">Resultado </h3>
-
-<p><img alt="Image:HTMLBlinkElement.gif" src="/@api/deki/files/247/=HTMLBlinkElement.gif"></p>
-
-<h2 id="Especificación">Especificación</h2>
-
-<p>Este elemento no es parte del estándar ni de alguna espeficación . Si no nos crees puedes verlo por ti mismo en la <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#non-conforming-features">espeficicación de HTML</a>.</p>
-
-<h2 id="Compatibilidad_en_exploradores">Compatibilidad en exploradores</h2>
-
-<div>{{CompatibilityTable}}</div>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari (WebKit)</th>
- </tr>
- <tr>
- <td>Soporte básico</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}} [1]</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}} [2]</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Soporte básico</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}} [1]</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}} [2]</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] Soportado hasta la versión 22. Removido en la versión 23.</p>
-
-<p>[2] Soportado hasta la versión 12.1. Removido en la versión 15.0.</p>
-
-<h2 id="Ver_también">Ver también</h2>
-
-<ul>
- <li><a href="http://www.montulli.org/theoriginofthe%3Cblink%3Etag">Historia de la creación del elemento</a> &lt;blink&gt;</li>
- <li>{{cssxref("text-decoration")}}, donde un valor de parpadeo existe , aunque los exploradores no son obligados a hacer parpadear el texto efectivamente.</li>
- <li>{{htmlelement("marquee")}}, otro elemento similar que no pertenece a un estándar.</li>
- <li>Las <a href="/es/docs/Web/CSS/CSS_Animations/Usando_animaciones_CSS">animaciones CSS</a> son la forma correcta de crear tal efecto .</li>
-</ul>
-
-<p>{{HTMLRef}}</p>