aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/css/-moz-text-blink/index.html
blob: 95f6961609f030f5e81da083f8c82aba599080a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
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>