[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 #12 from Morrita Hajime <morrita@google.com> ---
My hope here is to...

- Let Shadow DOM to have base URL, and
- Let Shadow dom creation accept template element (or element in general)
  to be cloned.

In this way, we could inherit base URL of imported document to
clone-stamped shadow DOM, like

  host.createShadwoRoot({
    template: linkEl.import.querySelector("#theTemplate"))
  });

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

Received on Friday, 16 August 2013 05:16:08 UTC