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
- Host: GitHub
- URL: https://github.com/ultcombo/blink-tag
- Owner: UltCombo
- License: mit
- Created: 2013-08-11T03:32:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-11T04:10:08.000Z (almost 13 years ago)
- Last Synced: 2025-07-05T06:38:37.487Z (12 months ago)
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.