The links in the left menu in this website have a CSS3 transition property of the color
, which changes on mouse hover. It\'s not working in Chrome 16 or 17 (the
@Nijikokun I can confirm the same thing. :visited links do not transition correctly in Chrome. Hooray. It seems like this is an issue that cropped up in version 16 and never got fixed. There are a few bug reports open on the Chromium site.
http://code.google.com/p/chromium/issues/detail?id=101245&q=visited%20transition&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20Area%20Feature%20Status%20Owner%20Summary
Two of my link transition work, but the rest doesnt in chrome. They all use the same setting. It seems they work when the link is either mailto: or callto: -- oddly strange if you ask me.
. . I thought it would be nice to notice that this it not a bug, but intended behavior. Quoting the Mozilla Developer docs:
Impact on web developers
Overall, this shouldn't affect web developers too significantly. There are, however, a few special cases that may require changes to sites:
(...)
CSS transitions won't be supported for visited links. Fortunately, CSS transitions are very new, and there are few sites using them at this point, so this isn't likely to impact many people at this point.