While poking around on Apple’s Website using Chrome (23), I discovered that the “Copy image” context menu item was disabled (see screenshot). So it looks like Webkit has a new way of disabling this option. Does anyone know what it is?
While poking around on Apple’s Website using Chrome (23), I discovered that the Copy
Share

The image has an inline style of
content: -webkit-image-set. When I remove this, the “Copy Image” option becomes enabled.Code (shortened for readability):
http://trac.webkit.org/changeset/111637
Also see: http://www.brucelawson.co.uk/2012/html5-urgently-needs-adaptive-images-mechanism/
Note that the inability to right-click and copy the image appears to be merely a side effect of the style, not an anti-download mechanism.