An open API service indexing awesome lists of open source software.

https://github.com/ultcombo/blink-tag

Enables the <blink> tag in modern browsers
https://github.com/ultcombo/blink-tag

Last synced: 5 months ago
JSON representation

Enables the <blink> tag in modern browsers

Awesome Lists containing this project

README

          

<blink>
=======

### Enables the `` tag in modern browsers.

#### [**See demo**](http://jsbin.com/obakih/2/edit)

Well, W3C may recommend against blinking text in their [accessibility guidelines](http://www.w3.org/WAI/UA/TS/html401/cp0303/0303-CSS-BLINK.html), and apparently all modern browsers have removed the `text-decoration: blink` CSS property and `` tag support.

However, you know how important this functionality is. After all, what calls more attention than **FULL CAPS BOLD BLINKING TEXT**?
(okay, imagine that the full caps text is blinking, I can't hack JS or `` into a github markdown file afaik)

Just for fun. Yes, you may actually include this in your CSS reset if you'd like.