Gecko May Drop the Blink Tag
AmiMoJo writes "It looks like Mozilla are finally going to remove the much hated blink tag from the Gecko rendering engine that powers Firefox. Work to remove support for the tag, which was always non-standard and is not supported by the most popular HTML layout engines WebKit and Blink (Chrome, Safari, Opera, Android), is progressing and should show up in a future version of the browser." A comment attached to the discussion of this (not completed) move points out the odd possibility that Google's new Blink rendering engine may feature the blink tag via CSS animation, which would be "hilarious/awesome."
HTML5 allows blink functionality to be done via CSS3 animations, so they can never take the away from us!
How is Blink one of the most popular HTML layout engines?
Is being used yet?
The real Sig captains the Northwestern. This one captains
How ironic.
How are we supposed to now write Erwin Schrödinger's famous thought experiment in only one line now?
Do not look into laser with remaining eye.
Since CSS 1 and still in CSS 2.1, blink has been a recognized value of the text-decoration property. For accessibility, browsers should blink slowly so as not to trigger epilepsy events in susceptible individuals.
In the blink of an eye all that old Geocities goodness will be wiped away from the eyes of the unsuspecting.
In older versions when typing "about:mozilla" we can read:
"And the beast shall come forth surrounded by a roiling cloud of vengeance. The house of the unbelievers shall be razed and they shall be scorched to the earth. Their tags shall blink until the end of days."
Fiddle is here http://jsfiddle.net/Danack/3pFUS/
@-webkit-keyframes blink { .blink {
from { opacity: 1.0; }
to { opacity: 0.0; }
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
-webkit-animation-name: blink;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: steps(1);
-webkit-animation-duration: 1s;
}
"Free software as in beer, copy protection as in racket" - Telsa Gwynne
How are we supposed to now write Erwin Schrödinger's famous thought experiment in only one line now?
Another user mentioned CSS3 animations, and there exists sample CSS3 code for animating opacity.
It's a sad day for web developer all around the world.
I had to blink away the tears.
I suppose I should be happy they aren't removing support for rendering tasteless backgrounds and crappy fonts... My ugly MySpace page is safe. For now.
nested inside
. And I did it because the client's kid thought it was cool. I bet he's sorry to see it go, I know I am. ;-)
Man, that brings me back... I remember back in the mid 90s putting small sprite animated gifs of running characters into marquee tags so it would look like one character was chasing the other in forum sigs...
In one web application a form has to be completed within 10 minutes. I have a bit of javascript that puts a message the top of the screen when there are 90 seconds to go, and then makes it blink when there are only 30 seconds left. I don't pretend that it is pretty, but it can bring the user back to a task that they got part way through before being distracted.
Just because something can be used to create monstrosities does not mean that it should be banned. If that were the case, then ban .jpg on the grounds of what used to be found at goatse.cx
I think it's a British English vs. American English thing. Since it's a corporation, it consists of a group of people, so they use the word "are" to account for that. In American English, it's proper grammar to say "The Miami Heat are going to win the championship this year". Because the Miami Heat is an organization of people. In the same sense, since Mozilla is an organization of people, the British use "are".
Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
Don't .
<blink></blink> and you're dead.
(I am so, so sorry)
It was first announced for Mosaic 2.5b2 and Netscape B09 in October 1994 (thread "HTML"). I criticised it for putting cuteness above all else, and Marc Andreesen justified it by claiming "professional" content providers wanted it, which I disputed, and then it got messy.