[whatwg] Minor addition/rewording for canvas section

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20080113/0b811ee3/attachment.htm>

Received on Sunday, 13 January 2008 04:00:20 UTC