[whatwg] Add crossorigin attribute to SCRIPT tags

For reasons documented in
https://bugzilla.mozilla.org/show_bug.cgi?id=696301, I?d like to propose
that support for the ?crossorigin? attribute be added to SCRIPT tags.

tl;dr - When applied to window.onerror information, the same-origin policy
makes it near-impossible to host script resources on a CDN, while
simultaneously using window.onerror to gather information about JS errors.

(fwiw, this issue also appears in
https://bugs.webkit.org/show_bug.cgi?id=70574)

Received on Wednesday, 29 February 2012 16:01:38 UTC