Ask HN : Chrome 6 and 7 getComputedStyle(el,prop) is lying, did anyone notice?
If you try to ask a property like color : getComputedStyle(element,"color") through javascript, for a know HTML element of your page the browser will lie and never tell you the real displayed color.
2 comments
[ 2.9 ms ] story [ 19.5 ms ] threadIs it lying for all elements, though? It should only really be lying about the "visited" styling of links or sub-elements of links (it'll return the computed style as if they were unvisited).