blob: 5ef1a08a294951f08ad38dc633436e99b27b6dd5 (
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
96
97
98
99
100
101
102
|
---
title: <blink>
slug: Web/HTML/Element/blink
tags:
- Elemento
- HTML
- Não-padrão
- Obsoleto
- Web
translation_of: Web/HTML/Element/blink
---
<div>{{Deprecated_header}} {{Non-standard_header}}</div>
<h2 id="Sumário">Sumário</h2>
<p>O elemento HTML Blink (<code><blink></code>) é um elemento não-padrão que faz com que o texto pisque lentamente.</p>
<div class="warning">
<p class="note"><strong>Aviso:</strong> Não use este elemento pois, além de não ser padrão, é <strong>obsoleto</strong>. Texto piscante é desaprovado por vários padrões de acessibilidade, e a especificação CSS permite que navegadores ignorem o valor "blink".</p>
</div>
<h2 id="Interface_DOM">Interface DOM</h2>
<p>Este elemento não é suportado, e portanto implementa a interface {{domxref("HTMLUnknownElement")}}.</p>
<h2 id="Exemplo">Exemplo</h2>
<pre class="brush:html"><blink>Why would somebody use this?</blink>
</pre>
<h3 id="Resultado_(atenuado!)">Resultado (atenuado!)</h3>
<p><img alt="Image:HTMLBlinkElement.gif" src="/@api/deki/files/247/=HTMLBlinkElement.gif"></p>
<h2 id="Especificação">Especificação</h2>
<p>Este elemento não é padrão e não faz parte de nenhuma especificação. Se você não acredita em nós,<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#non-conforming-features"> veja por si mesmo na especificação HTML</a>.</p>
<h2 id="Browser_compatibility">Compatibilidade com navegadores</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>Suporte básico</td>
<td>{{CompatNo}}</td>
<td>Até {{CompatGeckoDesktop("22.0")}}<br>
{{CompatNo}} a partir de {{CompatGeckoDesktop("23.0")}}</td>
<td>{{CompatNo}}</td>
<td>Até 12.1<br>
{{CompatNo}} a partir de 15.0</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>Suporte básico</td>
<td>{{CompatNo}}</td>
<td>Até {{CompatGeckoMobile("22.0")}}<br>
{{CompatNo}} a partir de {{CompatGeckoMobile("23.0")}}</td>
<td>{{CompatNo}}</td>
<td>Até 12.1<br>
{{CompatNo}} a partir de 15.0</td>
<td>{{CompatNo}}</td>
</tr>
</tbody>
</table>
</div>
<h2 id="Veja_também">Veja também</h2>
<ul>
<li><a href="http://www.montulli.org/theoriginofthe%3Cblink%3Etag">History of the creation of the HTML <code><blink></code> element</a>.</li>
<li>{{cssxref("text-decoration")}}, onde existe um valor "blink", embora os navegadores não sejam obrigados a fazê-lo piscar.</li>
<li>{{htmlelement("marquee")}}, outro elemento não-padrão semelhante.</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ão o caminho correto para obter este efeito.</li>
</ul>
<p>{{HTMLRef}}</p>
|