[Bug 19870] [Imports]: Ensure import resources are loaded relative to location of import definition

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19870

--- Comment #24 from Steve Orvell <sorvell@chromium.org> ---
Even though I think I may have proposed the idea, I now think that any sort of
scoped url resolution scheme is too complicated and unnecessary (agreeing with
Elliot).

I see two ways to do this:

1. we do what the polymer HTML Imports polyfill does: (a) imports get a <base>
with href of the main document url, (b) all url attributes of elements in
imports are re-written to be relative to the main document.

2. we change the url when the element is adopted from the import into the main
document (Adam's idea).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 5 September 2013 01:31:58 UTC