[Bug 14531] Require that <img>s are updated when @crossorigin is changed

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

--- Comment #4 from Simon Pieters <simonp@opera.com> 2011-10-25 10:39:44 UTC ---
For <video>, loading waits for a stable state, so it wouldn't matter if
crossorigin was set first or last. However, setting crossorigin after a video
has already loaded (or changing the src="" of <source>, even) does not change
anything (the script needs to call load()).

I'm not sure what to do with <img>. It would be nice if it was equivalent to
set src first and crossorigin second in the same script. I'm not convinced that
setting crossorigin after the image has loaded should reload the image.

-- 
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 Tuesday, 25 October 2011 10:39:50 UTC