- From: <bugzilla@jessica.w3.org>
- Date: Thu, 31 May 2012 12:56:31 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17271 --- Comment #1 from Simon Pieters <simonp@opera.com> 2012-05-31 12:56:31 UTC --- [[ If URL is not the empty string, perform a potentially CORS-enabled fetch of URL, with the mode being the state of the media element's crossorigin content attribute, the origin being the origin of the media element's Document, and the default origin behaviour set to fail. ]] I think this is problematic for several reasons: * There might not be a media element. * You might want to allow cross-origin fetching of the video but not of the tracks, or vice versa. I think it would be better to have a crossorigin attribute on <track> and let the track load algorithm look only at that. -- Configure bugmail: https://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, 31 May 2012 12:56:38 UTC