Re: [webcomponents] Parse <slot> like <template> (#59)

@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