- From: <bugzilla@jessica.w3.org>
- Date: Fri, 16 Aug 2013 05:16:07 +0000
- To: public-webapps-bugzilla@w3.org
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