Re: [webcomponents] Cross origin HTML imports

2013-10-24 Thread Anne van Kesteren
On Thu, Oct 24, 2013 at 1:38 AM, Hajime Morrita morr...@google.com wrote: OK, I will refer the fetch section in HTML spec then. I think you misunderstood, http://fetch.spec.whatwg.org/#fetching is the entry point. -- http://annevankesteren.nl/

Re: [webcomponents] Cross origin HTML imports

2013-10-24 Thread Hajime Morrita
Oh I see. Thanks for the clarification. On Thu, Oct 24, 2013 at 5:54 PM, Anne van Kesteren ann...@annevk.nl wrote: On Thu, Oct 24, 2013 at 1:38 AM, Hajime Morrita morr...@google.com wrote: OK, I will refer the fetch section in HTML spec then. I think you misunderstood,

[webcomponents] Cross origin HTML imports

2013-10-23 Thread Joe Walnes
Hi I'm experimenting with HTML Imports to simplify a collection of complicated web-apps. I'm really impressed with the functionality - it's greatly simplified things. I'm currently using a polyfill but looking forward to being able to use this natively. I've hit a limitation though - I'd really

Re: [webcomponents] Cross origin HTML imports

2013-10-23 Thread Hajime Morrita
Hi Joe, Thanks for trying HTML Imports and looking into the spec! It's a spec bug. The intention of the spec is to allow CORS-aware cross origin resources. It seems that something wrong happened during editing. I filed a bug [1] for revising it. I've been trying to define the import loading

Re: [webcomponents] Cross origin HTML imports

2013-10-23 Thread Anne van Kesteren
On Wed, Oct 23, 2013 at 1:16 PM, Hajime Morrita morr...@google.com wrote: I've been trying to define the import loading behavior on top of the basic fetch algorithm of the fetch standard. So feedback like yours are really appreciated. basic fetch is not an entry point. It's an internal

Re: [webcomponents] Cross origin HTML imports

2013-10-23 Thread Hajime Morrita
OK, I will refer the fetch section in HTML spec then. On Wed, Oct 23, 2013 at 9:29 PM, Anne van Kesteren ann...@annevk.nl wrote: On Wed, Oct 23, 2013 at 1:16 PM, Hajime Morrita morr...@google.com wrote: I've been trying to define the import loading behavior on top of the basic fetch