<blink>
Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
Non-standard: This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
Sumário
O elemento HTML Blink (<blink>
) é um elemento não-padrão que faz com que o texto pisque lentamente.
Warning: Aviso: Não use este elemento pois, além de não ser padrão, é obsoleto. Texto piscante é desaprovado por vários padrões de acessibilidade, e a especificação CSS permite que navegadores ignorem o valor "blink".
Interface DOM
Este elemento não é suportado, e portanto implementa a interface HTMLUnknownElement
(en-US).
Exemplo
<blink>Why would somebody use this?</blink>
Resultado (atenuado!)
Especificação
Este elemento não é padrão e não faz parte de nenhuma especificação. Se você não acredita em nós, veja por si mesmo na especificação HTML.
Compatibilidade com navegadores
BCD tables only load in the browser
Veja também
- History of the creation of the HTML
<blink>
element. text-decoration
, onde existe um valor "blink", embora os navegadores não sejam obrigados a fazê-lo piscar.<marquee>
, outro elemento não-padrão semelhante.- CSS animations (en-US) são o caminho correto para obter este efeito.