logoalt Hacker News

bertil06/16/20253 repliesview on HN

The `<blink>` tag was an official part of early HTML standard, until teenagers showed up online and sanity prevailed. I suspect this could have been there to maintain compatibility with older webpages.


Replies

ROllerozxa06/16/2025

Yeah that's where the concept of the blink tag originates, the now deprecated HTML tag. But what's covered in the blog post refers specifically to a hidden (and AFAIK undocumented) blink tag that exists in the Android XML layout view system, which is an independent thing from the system WebView browser (that I assume probably still contains some code for blink tags, but that wouldn't be a surprising discovery). I don't know if there are any other built-in tags in Android views that really map to HTML tags otherwise.

fredoralive06/16/2025

This blink is in a specific UI XML dialect, not HTML.

show 1 reply
tuveson06/16/2025

It actually seems like there’s another Easter egg if you google “blink tag”: https://www.google.com/search?q=blink+tag

(Doesn’t seem to trigger on iOS, but works in Chrome and Firefox on desktop)

show 1 reply