diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
commit | a065e04d529da1d847b5062a12c46d916408bf32 (patch) | |
tree | fe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/es/web/css/-moz-text-blink | |
parent | 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff) | |
download | translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2 translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip |
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/es/web/css/-moz-text-blink')
-rw-r--r-- | files/es/web/css/-moz-text-blink/index.html | 95 |
1 files changed, 0 insertions, 95 deletions
diff --git a/files/es/web/css/-moz-text-blink/index.html b/files/es/web/css/-moz-text-blink/index.html deleted file mode 100644 index 95f6961609..0000000000 --- a/files/es/web/css/-moz-text-blink/index.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -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> |