Re: [w3c/DOM-Parsing] innerHTML needs special case for <template> (#1)

Yeah, I remember the discussion back in days.  As far as I recall, the consensus was to special case `innerHTML` for convenience and all other DOM APIs won't have a special case for `template` since you can access the content's `DocumentFragment` via `template.content`.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/issues/1#issuecomment-224073227

Received on Monday, 6 June 2016 20:11:26 UTC