aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/css/-moz-text-blink/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/css/-moz-text-blink/index.html')
-rw-r--r--files/es/web/css/-moz-text-blink/index.html95
1 files changed, 95 insertions, 0 deletions
diff --git a/files/es/web/css/-moz-text-blink/index.html b/files/es/web/css/-moz-text-blink/index.html
new file mode 100644
index 0000000000..95f6961609
--- /dev/null
+++ b/files/es/web/css/-moz-text-blink/index.html
@@ -0,0 +1,95 @@
+---
+title: '-moz-text-blink'
+slug: Web/CSS/-moz-text-blink
+tags:
+ - CSS
+ - 'CSS:Entensiones de Mozilla'
+ - Referencia CSS
+translation_of: Archive/Web/CSS/-moz-text-blink
+---
+<div>{{CSSRef}} {{non-standard_header}}{{deprecated_header}}</div>
+
+<h2 id="Resumen">Resumen</h2>
+
+<p>La extensión de Mozilla no estándar  <code>-moz-text-blink</code> especifica si se establece el modo parpadeo.</p>
+
+<div class="note">
+<p>Firefox, que era el único de entre los navegadores más conocidos que lo soportaba, dejó de soportarla a partir de la versión 26. Esta propiedad no es soportadoa por ningún navegador en la actualizad.</p>
+</div>
+
+<p>{{cssinfo}}</p>
+
+<h2 id="Síntaxis">Síntaxis</h2>
+
+<pre class="syntaxbox">{{csssyntax}}</pre>
+
+<h3 id="Valores">Valores</h3>
+
+<dl>
+ <dt>none</dt>
+ <dd>No produce parpadeo</dd>
+ <dt>blink</dt>
+ <dd>El texto parpade. Destacar que el hecho de que el texto no parpadee es una técnica para satisfacer <a href="http://www.w3.org/TR/UAAG/guidelines.html#tech-on-off-blinking-text" rel="external nofollow" title="http://www.w3.org/TR/UAAG/guidelines.html#tech-on-off-blinking-text">checkpoint 3.3 of WAI-UAAG</a>.</dd>
+</dl>
+
+<h2 id="Ejemplo">Ejemplo</h2>
+
+<pre class="brush:css">.example {
+ -moz-text-blink: blink;
+}</pre>
+
+<h2 id="Especificaciones">Especificaciones</h2>
+
+<p>Esta propiedad fue definida en un <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-blink">antiguo borrador de la especificación CSS 3 </a>. La versiones nuevas eliminaron esta definición.</p>
+
+<h2 id="Compatibilidad_con_los_distintos_navegadores">Compatibilidad con los distintos navegadores</h2>
+
+<div>{{CompatibilityTable}}</div>
+
+<div id="compat-desktop">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>Característica</th>
+ <th>Firefox (Gecko)</th>
+ <th>Chrome</th>
+ <th>Internet Explorer</th>
+ <th>Opera</th>
+ <th>Safari</th>
+ </tr>
+ <tr>
+ <td>Soporte básico</td>
+ <td>{{CompatGeckoDesktop("6.0")}}<br>
+ Removed in {{CompatGeckoDesktop("26.0")}}</td>
+ <td>{{CompatNo}}</td>
+ <td>{{CompatNo}}</td>
+ <td>{{CompatNo}}</td>
+ <td>{{CompatNo}}</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<div id="compat-mobile">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>Característica</th>
+ <th>Firefox Mobile (Gecko)</th>
+ <th>Android</th>
+ <th>IE Phone</th>
+ <th>Opera Mobile</th>
+ <th>Safari Mobile</th>
+ </tr>
+ <tr>
+ <td>Soporte básico</td>
+ <td>{{CompatGeckoMobile("6.0")}}<br>
+ Removed in {{CompatGeckoMobile("26.0")}}</td>
+ <td>{{CompatNo}}</td>
+ <td>{{CompatNo}}</td>
+ <td>{{CompatNo}}</td>
+ <td>{{CompatNo}}</td>
+ </tr>
+ </tbody>
+</table>
+</div>