- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 09 Mar 2016 23:57:37 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 10 March 2016 07:58:13 UTC
@hayatoito that is the easy part. Search for "template" in https://html.spec.whatwg.org/multipage/syntax.html. Monkey patching that is the hard part here and the most important for correct parser implementations. And note that we cannot do the exact same thing as for `template` elements, since `template` elements have their children inserted into `DocumentFragment` object. We don't want that here. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/59#issuecomment-194721370
Received on Thursday, 10 March 2016 07:58:13 UTC