diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/ca/web/html/element/blink | |
parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip |
remove retired locales (#699)
Diffstat (limited to 'files/ca/web/html/element/blink')
-rw-r--r-- | files/ca/web/html/element/blink/index.html | 101 |
1 files changed, 0 insertions, 101 deletions
diff --git a/files/ca/web/html/element/blink/index.html b/files/ca/web/html/element/blink/index.html deleted file mode 100644 index ebe43128ab..0000000000 --- a/files/ca/web/html/element/blink/index.html +++ /dev/null @@ -1,101 +0,0 @@ ---- -title: <blink> -slug: Web/HTML/Element/blink -tags: - - Deprecated - - Element - - HTML - - Obsolete - - Reference - - Web -translation_of: Web/HTML/Element/blink ---- -<div>{{Deprecated_header}} {{Non-standard_header}}</div> - -<p>L'element HTML parpelleig (<code><blink></code>) és un element no estàndard que fa que el text adjunt parpellegi lentament.</p> - -<div class="warning"> -<p class="note"><strong>Atenció</strong>: No utilitzeu aquest element, ja que no és estàndard i està <strong>desaprovat</strong>. El text parpellejant està mal vist per diversos estàndards d'accessibilitat i l'especificació CSS permet als navegadors que ignorin el valor de parpelleig.</p> -</div> - -<h2 id="Interfície_DOM">Interfície DOM</h2> - -<p>Aquest element no és compatible i per tant implementa la interfície {{domxref("HTMLUnknownElement")}}.</p> - -<h2 id="Exemple">Exemple</h2> - -<pre class="brush:html"><blink>Why would somebody use this?</blink> -</pre> - -<h3 id="Resultat_(atenuat!)">Resultat (atenuat!)</h3> - -<p><img alt="Image:HTMLBlinkElement.gif" src="/@api/deki/files/247/=HTMLBlinkElement.gif"></p> - -<h2 id="Especificacions">Especificacions</h2> - -<p>Aquest element no és estàndard i no forma part de cap especificació. <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#non-conforming-features">sinó us ho creieu consultar l'especificació HTML.</a></p> - -<h2 id="Navegadors_compatibles">Navegadors compatibles</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>Suport bàsic</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>Suport bàsic</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}} [1]</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}} [2]</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Suportat fins a la versió 22. Eliminat en la versió 23.</p> - -<p>[2] Suportat fins a la versió 12.1. Eliminat en la versió 15.0.</p> - -<h2 id="Veure">Veure</h2> - -<ul> - <li><a href="http://www.montulli.org/theoriginofthe%3Cblink%3Etag">Historia de la creació de l'element HTML <code><blink></code> </a>.</li> - <li>{{cssxref("text-decoration")}}, encara que existeixi un valor de parpelleig, els navegadors no estan obligats a fer-lo parpellejar.</li> - <li>{{htmlelement("marquee")}}, <span class="short_text" id="result_box" lang="ca"><span>un altre</span> <span>element</span> similar <span>no estàndard</span>.</span></li> - <li><a href="/en-US/docs/Web/Guide/CSS/Using_CSS_animations" title="/en-US/docs/Web/Guide/CSS/Using_CSS_animations">CSS animations</a> és<span class="short_text" id="result_box" lang="ca"><span> el</span> <span>camí a seguir per</span> <span>crear aquest</span> <span>efecte</span></span>.</li> -</ul> - -<p>{{HTMLRef}}</p> |