Visited links lose CSS color animation in Chrome

假如想象 提交于 2019-12-05 01:27:01

I think this is related to some general security/privacy issue in the past:

We’re limiting the CSS properties that can be used to style visited links to color, background-color, border-*-color, and outline-color and the color parts of the fill and stroke properties.

https://hacks.mozilla.org/2010/03/privacy-related-changes-coming-to-css-vistited/ https://blog.mozilla.org/security/2010/03/31/plugging-the-css-history-leak/

You could have used animation earlier but now most browsers restrict use of css style in visited. Only properties allow are

  1. color
  2. background-color
  3. border-*-color
  4. outline-color and the
  5. color parts of the fill and stroke properties.

source

WHY

Earlier people used to use visited hack to find out what websites you visited.

http://dbaron.org/mozilla/visited-privacy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!