Hi all,

Section 3.14.11 contains the statement:
"Security: To prevent information leakage, the toDataURL() and getImageData() methods should raise a security exception if the canvas has ever had an image painted on it whose origin is different from that of the script calling the method."

In the interests of completeness this should probably read
"Security: To prevent information leakage, the toDataURL() and getImageData() methods should raise a security exception if the canvas has ever had an image or ImageData painted on it whose origin is different from that of the script calling the method."
(or similar)

--Oliver

Reply via email to