top | item 6170392

Blink tag removed from Firefox

101 points| nvr219 | 12 years ago |mozilla.org | reply

92 comments

order
[+] mcav|12 years ago|reply
All snark aside, I wonder what the rationale was for doing this. It'd be a shame to load a website in a browser 20 years from now, only to see the site render incorrectly due to no-longer-implemented tags. Next, <center>?

It's tough, obviously, because we can't have cruft build up all over. But this seems like a fairly straightforward case that a browser could shim out in JavaScript by default. Blink is a pretty straightforward piece of internet history. It's not like <applet>, which, while also a piece of history, actually carries legitimate complexity/security risks.

[+] mcpherrinm|12 years ago|reply
Gecko was, afaik, the last major browser engine that supported <blink>. Chrome and IE don't, at least. Opera won't, after switching to, ironically enough, the engine called Blink.

So it's not exactly the same as removing <center>: Other browsers already didn't support it.

[+] pcwalton|12 years ago|reply
There were parameters threaded throughout random layout functions to record how long things were supposed to blink for. It was a maintenance burden.
[+] jonknee|12 years ago|reply
Keep a VM with a vintage browser along for the ride, I have a feeling blink tags won't be the only thing different in 20 years.
[+] barbs|12 years ago|reply
I'm sure if it becomes well and truly missed, someone will make an add-on to interpret them properly.
[+] InclinedPlane|12 years ago|reply
The <center> tag has been deprecated for 13 years.
[+] Natsu|12 years ago|reply
This one might be a bit more important....

"Enable JavaScript" preference checkbox has been removed and user-set values will be reset to the default

[+] Kequc|12 years ago|reply
The people that disable javascript either do it by accident and then stop using the browser or are nerdy enough to figure out how to turn off javascript in the configs. Javascript will also be configurable using plugins.
[+] plorkyeran|12 years ago|reply
NoScript continues to work fine and is much more functional than globally turning off JS. Anyone who intentionally turned off JS via the Firefox options will probably benefit from being forced to use NoScript instead anyway.
[+] adregan|12 years ago|reply
What a fitting farewell. If you check the source, the item is wrapped in the old blink tag.

`<blink>Dropped blink effect from text-decoration: blink; and completely removed <blink> element </blink>`

Start up firefox and give it a nice sendoff.

[+] pamelafox|12 years ago|reply
Aww, man. I love using <blink> (in FF) and <marquee> (in Chrome) when giving presentations, they're such crowd pleasers. At least Chrome still has <marquee>, I used it in a talk just 2 days ago. Hope they don't follow FF's lead.
[+] derefr|12 years ago|reply
Both of these effects can be recreated quite easily using CSS3 animations, by the way.
[+] skeletonjelly|12 years ago|reply
Marquee caused a whole bunch of CSS errors in a website I delivered. Client found out you could run code via onscroll, and the CMS I used (DNN) didn't filter it out. Ugh!
[+] ncarroll|12 years ago|reply
I just used <blink> in a blog post last week. For my purpose it served as a visual pointer to the past. I'll be sorry to lose it too.
[+] chris_wot|12 years ago|reply
Are you trying to drive your audience to distraction?
[+] drewying|12 years ago|reply
Fare well old <blink> friend. My high school memories of webrings would not be the same without you.
[+] smrtinsert|12 years ago|reply
It was as if millions of geocities sites suddenly cried out in terror and were suddenly silenced.
[+] markrages|12 years ago|reply
| Their tags shall blink until the end of days.

from The Book of Mozilla, 12:10

[+] Luyt|12 years ago|reply
I found BLINK and MARQUEE so infuriating irritant that I used to binary patch them out in the browser executable. This was before the era of signed executables.
[+] morkbot|12 years ago|reply
Also worth noting: "New feature in toolbox: Network Monitor".

The lack of it was the last thing that was keeping me using Firebug.

[+] darrelld|12 years ago|reply
I wonder what abused tags today we will have a moment of silence for 10 years from now?
[+] krapp|12 years ago|reply
<table>...</table>
[+] mcpoulet|12 years ago|reply
I love the fact that in the release notes page, they used a <blink> tag around the message "Dropped blink effect from text-decoration: blink; and completely removed <blink> element".
[+] cranklin|12 years ago|reply
Mozilla didn't want to be responsible for causing seizures
[+] adamnemecek|12 years ago|reply
Thanks god for the upcoming support of custom html tags.
[+] sirwitti|12 years ago|reply
Damn, I seriously thought about posting this :)