[Bug 13312] After doing a bunch of reading, it appears to me that the crossorigin attribute was added to help WebGL on canvas. As far as I can tell, it is irrelevant when the img element is used in HTML (i.e., <img src="myPic.jpg">. If I am wrong, then could you pl

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13312

Jonas Sicking <jonas@sicking.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonas@sicking.cc

--- Comment #2 from Jonas Sicking <jonas@sicking.cc> 2011-07-21 01:11:43 UTC ---
In particular, the 2D canvas spec should be changed to not taint if the data
was loaded using CORS (i.e. if the crossorigin attribute was set when the data
was loaded).

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 21 July 2011 01:11:46 UTC