[Bug 17522] pixelDepth and colorDepth do not mean the same thing.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17522

--- Comment #7 from Simon Pieters <simonp@opera.com> ---
In http://webdevdata.org/ data-dec2012 I see 3269 matches of
"\.(color|pixel)Depth". Looking through the matches, it seems like basically
all of them are for the purpose of tracking. Here's an example:

    document.write("<img src='http://counter.yadro.ru/hit;prian?r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+ "' width=1 height=1 alt=''>")

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 18 June 2013 13:00:00 UTC