Re: [fetch] expand Request.destination with more granular values (#211)

> For "audio" and "video", the distinction seems arbitrary given that you can load an audio file in a element and vice versa (Firefox implements this, Chrome doesn't last I checked.)

We can collapse `audio`, `video`, and `track` into a single entry: `media`. WDYT?

> Using "script" for importScripts() but "worker" for top-level worker scripts seems inconsistent. Can we use "worker" for the latter?

I think this continuation of https://github.com/w3c/webappsec-csp/issues/31. If that bug gets resolved in favor of applying child-src then yeah we can eliminate "worker" here as well.

> Not sure what the rationale of using "script" for XSLT is...

Don't have full history on this either. @annevk @mikewest? 

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/211#issuecomment-181581661

Received on Monday, 8 February 2016 22:08:36 UTC