Saturday, December 22, 2012

Highlighting tab

A tab is highlighted when a title is changed.


To see, create an HTML file with some Javascript that changes its title after a moment, like:
setTimeout(function() {
    window.document.title = "New title!";
}, 3000);
Open it, pin it, then change to a different tab. After the 3 seconds, the pinned tab should glow.

No comments: